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 /gas/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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2c2e59f..b809890 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2009-04-06 DJ Delorie <dj@redhat.com> + + * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA + immediates. + (build_bytes): Pass insn to do_a_fix_imm. + 2009-04-02 Daniel Gutson <dgutson@codesourcery.com> * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0. |