bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -liberty configure patch


From: DJ Delorie
Subject: Re: -liberty configure patch
Date: 15 Mar 2001 13:04:22 -0500

address@hidden (Alexandre Oliva) writes:
> Well...  It might be that other ports have different heuristics on
> what can go into smaller relocation types, and then, your heuristics
> would fail.  But I can't think of anything better, so I think it will
> have to do :-(

It doesn't matter what the heuristics are for how data gets into the
sdata sections.  What matters is what kind of addressing technique we
use to reference it.  By declaring an unbounded array, the compiler
has no way of knowing how big the object is, and thus can't assume
anything about where it was placed, and thus will use an addressing
mode that works regardless.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]