* config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): Define.

* config/sparc/sparclite.mt: Link in the erc32 simulator.
This commit is contained in:
Mark Alexander 1998-04-02 06:04:17 +00:00
parent 725fc5d927
commit c8b7788793
3 changed files with 12 additions and 0 deletions

View 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,

View 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

View 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. */