summaryrefslogtreecommitdiff
path: root/opcodes/openrisc-dis.c
diff options
context:
space:
mode:
authorDoug Evans <dje@sebabeach.org>2010-02-12 04:42:27 +0000
committerDoug Evans <dje@sebabeach.org>2010-02-12 04:42:27 +0000
commit3778a0776e067d3d1149cd816ba4ec55eb819da5 (patch)
tree28afa00c799b4a3ea8996c8e16d2fde58558d639 /opcodes/openrisc-dis.c
parentf0d8dbb40656ab2744031f2e9aef735c2ae5a978 (diff)
downloadbinutils-redhat-3778a0776e067d3d1149cd816ba4ec55eb819da5.tar.gz
* 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/openrisc-dis.c')
-rw-r--r--opcodes/openrisc-dis.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/opcodes/openrisc-dis.c b/opcodes/openrisc-dis.c
index 31a327c0ce..2c442f964a 100644
--- a/opcodes/openrisc-dis.c
+++ b/opcodes/openrisc-dis.c
@@ -166,10 +166,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 */
@@ -191,10 +187,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. */