summaryrefslogtreecommitdiff
path: root/gdb/tic6x-linux-tdep.c
diff options
context:
space:
mode:
authorqiyao <qiyao>2011-08-16 04:15:16 +0000
committerqiyao <qiyao>2011-08-16 04:15:16 +0000
commitc02f5a3cba5f40d7f03b7c182f3b31e4478bb83a (patch)
tree9f38a889afdc5d601b75639e92a722888afd74da /gdb/tic6x-linux-tdep.c
parentf33166e9896afe265e43db1ea63753c6af653d77 (diff)
downloadgdb-c02f5a3cba5f40d7f03b7c182f3b31e4478bb83a.tar.gz
gdb/
* tic6x-linux-tdep.c: Move const arrays definition from here... * tic6x-tdep.c: to here ...
Diffstat (limited to 'gdb/tic6x-linux-tdep.c')
-rw-r--r--gdb/tic6x-linux-tdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/tic6x-linux-tdep.c b/gdb/tic6x-linux-tdep.c
index 0e4d3272359..c7026d63f2e 100644
--- a/gdb/tic6x-linux-tdep.c
+++ b/gdb/tic6x-linux-tdep.c
@@ -41,9 +41,6 @@
size_t respectively. */
#define TIC6X_STACK_T_SIZE (3 * 4)
-const gdb_byte tic6x_bkpt_illegal_opcode_be[] = { 0x56, 0x45, 0x43, 0x14 };
-const gdb_byte tic6x_bkpt_illegal_opcode_le[] = { 0x14, 0x43, 0x45, 0x56 };
-
static const gdb_byte tic6x_bkpt_bnop_be[] = { 0x00, 0x00, 0xa1, 0x22 };
static const gdb_byte tic6x_bkpt_bnop_le[] = { 0x22, 0xa1, 0x00, 0x00 };