This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Unexpected dynamic reloc type failed


On Jul  3, 2001, Alex Buell <alex.buell@tahallah.demon.co.uk> wrote:

> BUG IN DYNAMIC LINKER ld.so: ../sysdeps/sparc/sparc32/dl-machine.h: 435: elf_machine_rela: Assertion `! "unexpected dynamic reloc type"' failed!

> What does this means? I have binutils 2.11.2 and gcc 2.95.3 installed.

BUG IN DYNAMIC LINKER, in lower case, is bug in dynamic linker :-) :-)

ld.so is part of glibc.  It may be that the bug is only exposed by the
specific version of binutils you're using, or even that it's a bug in
your particular build of binutils that is exercising some unexpected
condition in ld.so, but it's more likely that it's ld.so that is buggy
or missing code to handle a certain relocation type.

-- 
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]