diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-03-21 04:03:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-03-21 04:03:09 +0000 |
commit | 749b8d9d455c809f51b2886df79a86a108dd5665 (patch) | |
tree | 3a7a3eb3b5f67cd099259dac48ac8af469ae51c0 /bfd/ChangeLog | |
parent | 75b06e7b7a1972cba3f0f3b1e36010eb7cd99d78 (diff) | |
download | gdb-749b8d9d455c809f51b2886df79a86a108dd5665.zip gdb-749b8d9d455c809f51b2886df79a86a108dd5665.tar.gz gdb-749b8d9d455c809f51b2886df79a86a108dd5665.tar.bz2 |
2003-03-19 H.J. Lu <hongjiu.lu@intel.com>
PR ld/4208
* elfxx-mips.c (_bfd_mips_elf_relocate_section): Report missing
matching LO16 relocation for HI16 relocation.
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 004bfe7..e33adfb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-03-20 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/4208 + * elfxx-mips.c (_bfd_mips_elf_relocate_section): Report missing + matching LO16 relocation for HI16 relocation. + 2007-03-20 Paul Brook <paul@codesourcery.com> * bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype. |