This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

binutils 2.11-CVS won't link GCC 3.0-snap's libobjc.so on Red Hat


Bootstrapping GCC 3.0's latest snapshot on alphaev6-unknown-linux-gnu
(Red Hat Linux 7 for alpha) using binutils 2.11's CVS tree failed to
link libobjc.so as follows:

/tmp/egcs/gcc/xgcc -B/tmp/egcs/gcc/ -B/home/lsd/oliva/test/egcs/alpha-Linux-2.2.17-14smp/alphaev6-unknown-linux-gnu/bin/ -B/home/lsd/oliva/test/egcs/alpha-Linux-2.2.17-14smp/alphaev6-unknown-linux-gnu/lib/ -isystem /home/lsd/oliva/test/egcs/alpha-Linux-2.2.17-14smp/alphaev6-unknown-linux-gnu/include -L/tmp/egcs/ld -shared  .libs/archive.o .libs/class.o .libs/encoding.o .libs/gc.o .libs/hash.o .libs/init.o .libs/linking.o .libs/misc.o .libs/nil_method.o .libs/NXConstStr.o .libs/Object.o .libs/objects.o .libs/Protocol.o .libs/sarray.o .libs/selector.o .libs/sendmsg.o .libs/thr.o .libs/thr-objc.o  -L/tmp/egcs/ld -lc  -Wl,-soname -Wl,libobjc.so.1 -o .libs/libobjc.so.1.0.0
lt-ld-new: .libs/libobjc.so.1.0.0: Not enough room for program headers (allocated 3, need 4)
lt-ld-new: final link failed: Bad value
collect2: ld returned 1 exit status

This also happened last week.  Unfortunately, I haven't bootstrapped
GCC+binutils for 2 or 3 weeks before that, so I can't tell for how
long the problem has been there.  I'm sure it wasn't there at the time
of GCC 3.0, though, which is odd.  I guess it's something in GCC that
exposes a problem in binutils, since the problem is already present in
GNU binutils 2.11, but not in Red Hat Linux 7 for alpha's
binutils-2.10.0.18-3.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]