diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-12-10 14:20:04 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2009-12-10 14:20:04 +0000 |
commit | e7e2196da3f0157573acc1b4fa2f7a87da9f044f (patch) | |
tree | d53254d0337939a0dae85ff5cf0b6b974bc85712 /bfd/ChangeLog | |
parent | b59befec8e8a9bec906f2a0ae623db822c9ef2cd (diff) | |
download | gdb-e7e2196da3f0157573acc1b4fa2f7a87da9f044f.zip gdb-e7e2196da3f0157573acc1b4fa2f7a87da9f044f.tar.gz gdb-e7e2196da3f0157573acc1b4fa2f7a87da9f044f.tar.bz2 |
bfd/
* elfxx-mips.c (mips_elf_calculate_relocation): Correct handling
of undefined symbols.
ld/testsuite/
* ld-mips-elf/undefined.d: New test.
* ld-mips-elf/undefined.s: Source for the new test.
* ld-mips-elf/mips-elf.exp: Run the new test.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2591260..1922f7e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-12-10 Maciej W. Rozycki <macro@codesourcery.com> + + * elfxx-mips.c (mips_elf_calculate_relocation): Correct handling + of undefined symbols. + 2009-12-09 Daniel Jacobowitz <dan@codesourcery.com> * elf32-arm.c (elf32_arm_next_input_section): Skip sections without |