gdb/
[deliverable/binutils-gdb.git] / gdb / tic6x-linux-tdep.c
index 0e4d327235925cabf23d68b519a4e93bacbd7dc2..3b96201feb85089a9d64caab4df92d68d3d4af7b 100644 (file)
@@ -1,6 +1,5 @@
 /* GNU/Linux on  TI C6x target support.
-   Copyright (C) 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2011-2012 Free Software Foundation, Inc.
    Contributed by Yao Qi <yao@codesourcery.com>
 
    This file is part of GDB.
@@ -41,9 +40,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 };
 
This page took 0.023029 seconds and 4 git commands to generate.