* config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
authorMark Alexander <marka@cygnus>
Thu, 2 Apr 1998 06:04:17 +0000 (06:04 +0000)
committerMark Alexander <marka@cygnus>
Thu, 2 Apr 1998 06:04:17 +0000 (06:04 +0000)
* config/sparc/sparclite.mt: Link in the erc32 simulator.

gdb/ChangeLog
gdb/config/sparc/sparclite.mt
gdb/config/sparc/tm-sparclite.h

index 6abe18b19441cfd455e89588b4c2cc40206632b9..0584971d41207607be955a0919c99c2d71aabad2 100644 (file)
@@ -1,3 +1,8 @@
+Wed Apr  1 22:01:09 1998  Mark Alexander  <marka@cygnus.com>
+
+       * config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
+       * config/sparc/sparclite.mt: Link in the erc32 simulator.
+
 Wed Apr  1 16:30:49 1998  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
 
         * ns32k-tdep.c (flip_bytes, ns32k_localcount,
index a6db656e6516526bc4ca07f581836b0ac0d1ce35..43cb38cafa6e0ac37882adca18a2c98918b8b819 100644 (file)
@@ -1,3 +1,5 @@
 # Target: Fujitsu SPARClite processor
 TDEPFILES= sparc-tdep.o sparcl-tdep.o 
 TM_FILE= tm-sparclite.h
+SIM_OBS = remote-sim.o
+SIM = ../sim/erc32/libsim.a
index b7da03a3865a68f6809f0ca309bc8f08dabd8d3a..525d15f38479845ef5407888a74532cb4167e409 100644 (file)
@@ -21,6 +21,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #include "sparc/tm-sparc.h"
 
+/* overrides of tm-sparc.h */
+
+#undef TARGET_BYTE_ORDER
+#define TARGET_BYTE_ORDER_SELECTABLE
+
 /* Select the sparclite disassembler.  Slightly different instruction set from
    the V8 sparc.  */