ld: BFD 2.11.92.0.10 20011021 Debian/GNU Linux internal error, aborting at ../../bfd/elf32-hppa.c line 848 in hppa_build_one_stub
Alan Modra
amodra@bigpond.net.au
Fri Nov 9 02:05:00 GMT 2001
More information about the Binutils mailing list
Fri Nov 9 02:05:00 GMT 2001
- Previous message (by thread): Texinfo 4 features in MMIX docs, committed.
- Next message (by thread): elf-strtab.c:262 assertion fail for hppa-linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Another small fix. bfd/ChangeLog * elf32-hppa.c (elf32_hppa_size_stubs): Don't consider undefined millicode syms as candidates for import stubs. -- Alan Modra Index: bfd/elf32-hppa.c =================================================================== RCS file: /cvs/src/src/bfd/elf32-hppa.c,v retrieving revision 1.60 diff -u -p -r1.60 elf32-hppa.c --- elf32-hppa.c 2001/11/19 01:25:00 1.60 +++ elf32-hppa.c 2001/11/19 02:58:32 @@ -3025,7 +3025,8 @@ elf32_hppa_size_stubs (output_bfd, stub_ if (! (info->shared && !info->no_undefined && (ELF_ST_VISIBILITY (hash->elf.other) - == STV_DEFAULT))) + == STV_DEFAULT) + && hash->elf.type != STT_PARISC_MILLI)) continue; } else
- Previous message (by thread): Texinfo 4 features in MMIX docs, committed.
- Next message (by thread): elf-strtab.c:262 assertion fail for hppa-linux
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list