aboutsummaryrefslogtreecommitdiff
path: root/opcodes/cgen-dis.in
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-02-23 21:17:29 +0000
committerDoug Evans <dje@google.com>1998-02-23 21:17:29 +0000
commit833d2990732cdaa8b2eb90707d79be8410ec6320 (patch)
tree39f10588f07aef4c9553a64865048cc05b9e199a /opcodes/cgen-dis.in
parent677c3439a78142128a56f699159fb5ff617f88b9 (diff)
downloadfsf-binutils-gdb-833d2990732cdaa8b2eb90707d79be8410ec6320.zip
fsf-binutils-gdb-833d2990732cdaa8b2eb90707d79be8410ec6320.tar.gz
fsf-binutils-gdb-833d2990732cdaa8b2eb90707d79be8410ec6320.tar.bz2
* cgen-asm.c: Include symcat.h.
* cgen-dis.c,cgen-opc.c,cgen-asm.in,cgen-dis.in: Ditto.
Diffstat (limited to 'opcodes/cgen-dis.in')
-rw-r--r--opcodes/cgen-dis.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/opcodes/cgen-dis.in b/opcodes/cgen-dis.in
index 0724b44..06e22eb 100644
--- a/opcodes/cgen-dis.in
+++ b/opcodes/cgen-dis.in
@@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "ansidecl.h"
#include "dis-asm.h"
#include "bfd.h"
+#include "symcat.h"
#include "@arch@-opc.h"
/* ??? The layout of this stuff is still work in progress.
@@ -87,6 +88,8 @@ extract_normal (buf_ctrl, insn_value, attrs, start, length, shift, total_length,
value <<= shift;
*valuep = value;
+
+ /* FIXME: for now */
return 1;
}
@@ -166,7 +169,7 @@ extract_insn_normal (insn, buf_ctrl, insn_value, fields)
continue;
length = @arch@_cgen_extract_operand (CGEN_SYNTAX_FIELD (*syn),
- buf_ctrl, insn_value, fields);
+ buf_ctrl, insn_value, fields);
if (length == 0)
return 0;
}