[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-31 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-01-31 16:13 --- Created an attachment (id=1528) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1528&action=view) Zero all fields in the elf_link hash table when it is created -- http://sourceware.org/bugzilla/show_bug

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-31 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-01-31 16:15 --- Hi Khem, Good news - I can now reproduce this bug and I think that I have tracked it down. It appears to be an uninitialized memory bug. The text_index_section field in the elf_link_hash_table structure is not

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-31 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-31 20:03 --- Thanks a lot Nick. I tested this patch and it fixes my problem. -- What|Removed |Added

[Bug ld/3852] ld segfaults in mips_elf_create_dynamic_relocation

2007-01-31 Thread raj dot khem at gmail dot com
--- Additional Comments From raj dot khem at gmail dot com 2007-01-31 20:04 --- Too quick to resolve fixed. I think it should change status after the patch is accepted/committed to repository. -- What|Removed |Added ---

[Bug ld/3831] Support for automatically including symbols in the list of dynamic symbols that are referenced as global data

2007-01-31 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-02-01 00:20 --- (In reply to comment #17) > Created an attachment (id=1502) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1502&action=view) > Example to easily reproduce the new relative relocations > > (In reply to comment