summaryrefslogtreecommitdiff
path: root/gdb/config/sparc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1996-12-05 22:09:15 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1996-12-05 22:09:15 +0000
commitd0e51077493db540507b56f68edc45f3280d7caf (patch)
treece51c87ec5485cba7d87c75e55d2b46bd7e92afc /gdb/config/sparc
parentcd6dfa936adc90c7dbaddabf296c0693c96289e3 (diff)
downloadbinutils-gdb-d0e51077493db540507b56f68edc45f3280d7caf.tar.gz
* config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER): Undef.
(TARGET_BYTE_ORDER_SELECTABLE): Define. (BREAKPOINT): Undef. ({BIG,LITTLE}_BREAKPOINT): Define.
Diffstat (limited to 'gdb/config/sparc')
-rw-r--r--gdb/config/sparc/tm-sparclet.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/config/sparc/tm-sparclet.h b/gdb/config/sparc/tm-sparclet.h
index 1a73cc96db4..dc46141ea46 100644
--- a/gdb/config/sparc/tm-sparclet.h
+++ b/gdb/config/sparc/tm-sparclet.h
@@ -1,5 +1,5 @@
/* Target machine definitions for GDB for an embedded SPARC.
- Copyright 1989, 1992, 1993 Free Software Foundation, Inc.
+ Copyright 1996 Free Software Foundation, Inc.
This file is part of GDB.
@@ -23,6 +23,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* overrides of tm-sparc.h */
+#undef TARGET_BYTE_ORDER
+#define TARGET_BYTE_ORDER_SELECTABLE
+
+/* Sequence of bytes for breakpoint instruction (ta 1). */
+#undef BREAKPOINT
+#define BIG_BREAKPOINT {0x91, 0xd0, 0x20, 0x01}
+#define LITTLE_BREAKPOINT {0x01, 0x20, 0xd0, 0x91}
+
/* Initializer for an array of names of registers.
There should be NUM_REGS strings in this initializer. */
/* Sparclet has no fp! */