summaryrefslogtreecommitdiff
path: root/opcodes/m32c-dis.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2005-07-26 03:21:53 +0000
committerDJ Delorie <dj@delorie.com>2005-07-26 03:21:53 +0000
commit4e6a2a3c2af33664d74720447b73c585bbd7db3d (patch)
treef42e9fff26630f2113d7355f775f55953a5d8f0d /opcodes/m32c-dis.c
parent93ba5c281aea7a3fe2c54f6ad2527e065abefe66 (diff)
downloadbinutils-redhat-4e6a2a3c2af33664d74720447b73c585bbd7db3d.tar.gz
[bfd]
* reloc.c: Remove unused M32C relocs, add BFD_RELOC_M32C_HI8. * libbfd.h: Regenerate. * bfd-in2.h: Regenerate. * elf32-m32c.c (m32c_elf_howto_table): Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, R_M32C_HI16. (m32c_reloc_map): Likewise. (m32c_elf_relocate_section): Add R_M32C_HI8 and R_M32C_HI16. [cpu] * m32c.opc (parse_unsigned8): Add %dsp8(). (parse_signed8): Add %hi8(). (parse_unsigned16): Add %dsp16(). (parse_signed16): Add %lo16() and %hi16(). (parse_lab_5_3): Make valuep a bfd_vma *. [gas] * config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands. Support %mod() modifiers from opcodes. * doc/c-m32c.texi (M32C-Modifiers): New section. [include/elf] * m32c.h: Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, and R_M32C_HI16. [opcodes] * m32c-asm.c Regenerate. * m32c-dis.c Regenerate.
Diffstat (limited to 'opcodes/m32c-dis.c')
-rw-r--r--opcodes/m32c-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/m32c-dis.c b/opcodes/m32c-dis.c
index b2ddb16b99..70dc85f2df 100644
--- a/opcodes/m32c-dis.c
+++ b/opcodes/m32c-dis.c
@@ -1229,7 +1229,7 @@ print_insn_m32c (bfd_vma pc, disassemble_info *info)
break;
}
}
- }
+ }
/* If we haven't initialized yet, initialize the opcode table. */
if (! cd)