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 /include/opcode/ChangeLog | |
| parent | 6ce340f181d0192335efd786914c30e7d3277729 (diff) | |
| download | binutils-bcb012d3f5c0ea3015854d06f8778224f62bbfb8.tar.gz binutils-bcb012d3f5c0ea3015854d06f8778224f62bbfb8.tar.bz2 binutils-bcb012d3f5c0ea3015854d06f8778224f62bbfb8.zip | |
[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 'include/opcode/ChangeLog')
| -rw-r--r-- | include/opcode/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index d974f2dfc01..ad7bc61a3d4 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2009-04-06 DJ Delorie <dj@redhat.com> + + * h8300.h: Add relaxation attributes to MOVA opcodes. + 2009-03-10 Alan Modra <amodra@bigpond.net.au> * ppc.h (ppc_parse_cpu): Declare. |
