diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-01 15:39:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-01 15:39:17 +0000 |
commit | 28bab82b5a7e70d315dc943ae1e10701b0d629da (patch) | |
tree | b675373737f83d66fdda659eaebe66d9ceb64ef7 /opcodes/z8k-opc.h | |
parent | d8adc60f05ce2e4260c37bf4838a10ce7e431f78 (diff) | |
download | gdb-28bab82b5a7e70d315dc943ae1e10701b0d629da.zip gdb-28bab82b5a7e70d315dc943ae1e10701b0d629da.tar.gz gdb-28bab82b5a7e70d315dc943ae1e10701b0d629da.tar.bz2 |
Cleanups for z8k target
Diffstat (limited to 'opcodes/z8k-opc.h')
-rw-r--r-- | opcodes/z8k-opc.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/opcodes/z8k-opc.h b/opcodes/z8k-opc.h index 379568a..80c8c82 100644 --- a/opcodes/z8k-opc.h +++ b/opcodes/z8k-opc.h @@ -4467,5 +4467,13 @@ opcode_entry_type z8k_table[] = { #endif "xorb",OPC_xorb,0,{CLASS_REG_BYTE+(ARG_RD),CLASS_REG_BYTE+(ARG_RS),}, {CLASS_BIT+8,CLASS_BIT+8,CLASS_REG+(ARG_RS),CLASS_REG+(ARG_RD),0,0,0,0,0,},2,2,420}, -0,0}; + +/* end marker */ +{ +#ifdef NICENAMES +NULL,0,0, +0, +#endif +NULL,0,0,{0,0,0,0},{0,0,0,0,0,0,0,0,0,0},0,0,0} +}; #endif |