diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-11-04 18:00:54 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-11-04 18:00:54 +0000 |
commit | 21d790b94321db1f489df1e51b97e0a7377e7b24 (patch) | |
tree | 5eef39a692376b94f0b53b2fc4910b6ab0bc0cfb /bfd/ChangeLog | |
parent | dd7f9124e97e5a72beba9b34a7ff5e384b9c159d (diff) | |
download | gdb-21d790b94321db1f489df1e51b97e0a7377e7b24.zip gdb-21d790b94321db1f489df1e51b97e0a7377e7b24.tar.gz gdb-21d790b94321db1f489df1e51b97e0a7377e7b24.tar.bz2 |
PR ld/10144
* elfxx-mips.c (_bfd_mips_elf_check_relocs)
[R_MIPS_32, R_MIPS_REL32, R_MIPS_64]: Ignore relocs from
SEC_DEBUGGING sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f18a7dd..50d311d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2010-11-04 Maciej W. Rozycki <macro@codesourcery.com> + + PR ld/10144 + * elfxx-mips.c (_bfd_mips_elf_check_relocs) + [R_MIPS_32, R_MIPS_REL32, R_MIPS_64]: Ignore relocs from + SEC_DEBUGGING sections. + 2010-11-04 Tristan Gingold <gingold@adacore.com> * vms-lib.c (vms_write_index): Fix thinko: reverse the loop. |