diff options
Diffstat (limited to 'gdb/config/mips/tm-idt64.h')
-rw-r--r-- | gdb/config/mips/tm-idt64.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/config/mips/tm-idt64.h b/gdb/config/mips/tm-idt64.h index 4f60ae4..51f0cd8 100644 --- a/gdb/config/mips/tm-idt64.h +++ b/gdb/config/mips/tm-idt64.h @@ -16,10 +16,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "mips/tm-bigmips64.h" - -/* The IDT board uses an unusual breakpoint value, and sometimes gets - confused when it sees the usual MIPS breakpoint instruction. */ +#define TARGET_BYTE_ORDER_SELECTABLE -#undef BREAKPOINT -#define BREAKPOINT {0, 0, 0x0a, 0x0d} +#include "mips/tm-bigmips64.h" |