diff options
author | DJ Delorie <dj@redhat.com> | 2009-04-07 18:21:22 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-04-07 18:21:22 +0000 |
commit | bcb012d3f5c0ea3015854d06f8778224f62bbfb8 (patch) | |
tree | 4257ad672658cb445e1abcf80d828074a8ed14fe /bfd/ChangeLog | |
parent | 6ce340f181d0192335efd786914c30e7d3277729 (diff) | |
download | gdb-bcb012d3f5c0ea3015854d06f8778224f62bbfb8.zip gdb-bcb012d3f5c0ea3015854d06f8778224f62bbfb8.tar.gz gdb-bcb012d3f5c0ea3015854d06f8778224f62bbfb8.tar.bz2 |
[bfd]
* elf32-h8300.c (elf32_h8_relax_section): Relax MOVA opcodes.
[gas]
* tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
immediates.
(build_bytes): Pass insn to do_a_fix_imm.
[include/opcode]
* h8300.h: Add relaxation attributes to MOVA opcodes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6fdba4d..8491ffd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2009-04-06 DJ Delorie <dj@redhat.com> + + * elf32-h8300.c (elf32_h8_relax_section): Relax MOVA opcodes. + 2009-04-06 H.J. Lu <hongjiu.lu@intel.com> * coff-x86_64.c (bfd_pe_print_pdata): Defined to |