diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-08-30 15:24:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-08-30 15:24:18 +0000 |
commit | 8eb59a907a65133ccaee3721060fa356bf722fb9 (patch) | |
tree | b9bf333c8c68918fc53fa18c9ca4a98257d63d15 /bfd/ChangeLog | |
parent | 8df8c6197ab22e0b3558d013efb32000b6e31f81 (diff) | |
download | gdb-8eb59a907a65133ccaee3721060fa356bf722fb9.zip gdb-8eb59a907a65133ccaee3721060fa356bf722fb9.tar.gz gdb-8eb59a907a65133ccaee3721060fa356bf722fb9.tar.bz2 |
2001-08-30 H.J. Lu <hjl@gnu.org>
* elf32-mips.c (mips_elf_calculate_relocation): Don't create
dynamic relocation for undefined weak symbols when creating
executables. Check h->root.root.type, instead of h->root.type.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dac33c9..9bde0aa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-08-30 H.J. Lu <hjl@gnu.org> + + * elf32-mips.c (mips_elf_calculate_relocation): Don't create + dynamic relocation for undefined weak symbols when creating + executables. Check h->root.root.type, instead of h->root.type. + 2001-08-29 Joel Sherrill <joel@OARcorp.com> * config.bfd (i[3456]86-*-rtems*, m68*-*-rtems*): Change |