* config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER): Undef.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 5 Dec 1996 22:09:15 +0000 (22:09 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 5 Dec 1996 22:09:15 +0000 (22:09 +0000)
(TARGET_BYTE_ORDER_SELECTABLE): Define.
(BREAKPOINT): Undef.
({BIG,LITTLE}_BREAKPOINT): Define.

gdb/ChangeLog
gdb/config/sparc/tm-sparclet.h

index 271c3a534146e95d826178380ce6cea508afc8f6..3ee5e979e4a47fa0b97dd0afb2267561bbba50ad 100644 (file)
@@ -1,3 +1,10 @@
+Thu Dec  5 14:06:23 1996  Doug Evans  <dje@canuck.cygnus.com>
+
+       * config/sparc/tm-sparclet.h (TARGET_BYTE_ORDER): Undef.
+       (TARGET_BYTE_ORDER_SELECTABLE): Define.
+       (BREAKPOINT): Undef.
+       ({BIG,LITTLE}_BREAKPOINT): Define.
+
 Wed Dec  4 16:34:05 1996  Geoffrey Noer  <noer@cygnus.com>
 
        * config/mn10300/mn10300.mt
index 1a73cc96db4c3f64cdbd986f5a5947b8c7d3dd4c..dc46141ea466242cb995f8b1e87351869b1c269c 100644 (file)
@@ -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! */
This page took 0.02954 seconds and 4 git commands to generate.