From 85661b1e192f79e9a554d7588a4d5a5956039877 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Tue, 16 Aug 2011 04:15:23 +0000 Subject: gdb/ * tic6x-linux-tdep.c: Move const arrays definition from here... * tic6x-tdep.c: to here ... --- gdb/tic6x-linux-tdep.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gdb/tic6x-linux-tdep.c') diff --git a/gdb/tic6x-linux-tdep.c b/gdb/tic6x-linux-tdep.c index 0e4d327..c7026d6 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 }; -- cgit v1.1