diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2004-11-16 09:54:10 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2004-11-16 09:54:10 +0000 |
commit | 5d41f0b6e56b23518175d50f6f6010a67b00e166 (patch) | |
tree | b69488c153d61d33c9430b762367c3e55d4389a2 /bfd/ChangeLog | |
parent | 1d72487d99618e5da91697cdf8058d34bbb79812 (diff) | |
download | gdb-5d41f0b6e56b23518175d50f6f6010a67b00e166.zip gdb-5d41f0b6e56b23518175d50f6f6010a67b00e166.tar.gz gdb-5d41f0b6e56b23518175d50f6f6010a67b00e166.tar.bz2 |
* elfxx-mips.c (mips_elf_create_dynamic_relocation): Return early
for discard relocations; don't add an R_MIPS_NONE to the main body
of .rel.dyn.
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 ab001ce..c94289f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2004-11-16 Richard Sandiford <rsandifo@redhat.com> + + * elfxx-mips.c (mips_elf_create_dynamic_relocation): Return early + for discard relocations; don't add an R_MIPS_NONE to the main body + of .rel.dyn. + 2004-11-04 Paul Brook <paul@codesourcery.com> * elf-bfd.h (_bfd_elf_slurp_version_tables): Update prototype. |