diff options
author | Doug Evans <dje@google.com> | 2010-02-12 04:42:28 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-02-12 04:42:28 +0000 |
commit | 9468ae890567c94052e244a4f71af25590037065 (patch) | |
tree | eed35685527c2acdb65dc7254b7c8167dd8c0677 /opcodes/mep-dis.c | |
parent | 5ff58fb071f5d3d4ee7572af1221cdf80d10f4e8 (diff) | |
download | gdb-9468ae890567c94052e244a4f71af25590037065.zip gdb-9468ae890567c94052e244a4f71af25590037065.tar.gz gdb-9468ae890567c94052e244a4f71af25590037065.tar.bz2 |
* cgen-dis.in (print_normal): Delete CGEN_PRINT_NORMAL.
(print_address): Delete CGEN_PRINT_ADDRESS.
* fr30-dis.c, * frv-dis.c, * ip2k-dis.c, * iq2000-dis.c,
* lm32-dis.c, * m32c-dis.c, * m32r-desc.c, * m32r-desc.h,
* m32r-dis.c, * mep-dis.c, * mt-dis.c, * openrisc-dis.c,
* xc16x-dis.c, * xstormy16-dis.c: Regenerate.
Diffstat (limited to 'opcodes/mep-dis.c')
-rw-r--r-- | opcodes/mep-dis.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/opcodes/mep-dis.c b/opcodes/mep-dis.c index 56c4d56..e0f2616 100644 --- a/opcodes/mep-dis.c +++ b/opcodes/mep-dis.c @@ -1223,10 +1223,6 @@ print_normal (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, { disassemble_info *info = (disassemble_info *) dis_info; -#ifdef CGEN_PRINT_NORMAL - CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length); -#endif - /* Print the operand as directed by the attributes. */ if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)) ; /* nothing to do */ @@ -1248,10 +1244,6 @@ print_address (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, { disassemble_info *info = (disassemble_info *) dis_info; -#ifdef CGEN_PRINT_ADDRESS - CGEN_PRINT_ADDRESS (cd, info, value, attrs, pc, length); -#endif - /* Print the operand as directed by the attributes. */ if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY)) ; /* Nothing to do. */ |