diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-03 22:17:19 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-08-03 22:17:19 +0000 |
commit | 1a6c3ca2340cd65673e3135a77e496b8b0e84f0b (patch) | |
tree | ecb20806fbb1812086f6eb41e3cc4694858eb1be /bfd/ChangeLog | |
parent | 3bdf9505dbaec2f32d25b4c1bb65c61d414be608 (diff) | |
download | gdb-1a6c3ca2340cd65673e3135a77e496b8b0e84f0b.zip gdb-1a6c3ca2340cd65673e3135a77e496b8b0e84f0b.tar.gz gdb-1a6c3ca2340cd65673e3135a77e496b8b0e84f0b.tar.bz2 |
* elf64-mips.c (mips16_elf64_howto_table_rela): Correct src_mask
field initializers throughout.
* elfn32-mips.c (elf_mips16_howto_table_rela): Likewise.
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 9eb776e..559bb35 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2012-08-03 Maciej W. Rozycki <macro@codesourcery.com> + * elf64-mips.c (mips16_elf64_howto_table_rela): Correct src_mask + field initializers throughout. + * elfn32-mips.c (elf_mips16_howto_table_rela): Likewise. + +2012-08-03 Maciej W. Rozycki <macro@codesourcery.com> + * elfxx-mips.c (mips_elf_perform_relocation): Update the cross-mode jump message. |