[Patch]: Fix ld pr11138 FAILures on mips*.
Alan Modra
amodra@gmail.com
Tue Dec 6 23:44:00 GMT 2011
More information about the Binutils mailing list
Tue Dec 6 23:44:00 GMT 2011
- Previous message (by thread): [Patch]: Fix ld pr11138 FAILures on mips*.
- Next message (by thread): [Patch]: Fix ld pr11138 FAILures on mips*.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Dec 06, 2011 at 12:20:14PM -0800, David Daney wrote: > Then "__RLD_MAP" gets hidden and we never see it in > _bfd_mips_elf_finish_dynamic_symbol(). I see. Well, the real question is whether this symbol needs to be dynamic. If it does, then you can't allow it to be hidden. That would best be accomplished by writing a mips elf_backend_hide_symbol function, which is nicer than adding another field used by only one target to struct elf_link_hash_entry. -- Alan Modra Australia Development Lab, IBM
- Previous message (by thread): [Patch]: Fix ld pr11138 FAILures on mips*.
- Next message (by thread): [Patch]: Fix ld pr11138 FAILures on mips*.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list