* config/sparc/tm-sparclite.h (TARGET_BYTE_ORDER_SELECTABLE): Define.
* config/sparc/sparclite.mt: Link in the erc32 simulator.
This commit is contained in:
parent
725fc5d927
commit
c8b7788793
3 changed files with 12 additions and 0 deletions
|
@ -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>
|
Wed Apr 1 16:30:49 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>
|
||||||
|
|
||||||
* ns32k-tdep.c (flip_bytes, ns32k_localcount,
|
* ns32k-tdep.c (flip_bytes, ns32k_localcount,
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
# Target: Fujitsu SPARClite processor
|
# Target: Fujitsu SPARClite processor
|
||||||
TDEPFILES= sparc-tdep.o sparcl-tdep.o
|
TDEPFILES= sparc-tdep.o sparcl-tdep.o
|
||||||
TM_FILE= tm-sparclite.h
|
TM_FILE= tm-sparclite.h
|
||||||
|
SIM_OBS = remote-sim.o
|
||||||
|
SIM = ../sim/erc32/libsim.a
|
||||||
|
|
|
@ -21,6 +21,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||||
|
|
||||||
#include "sparc/tm-sparc.h"
|
#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
|
/* Select the sparclite disassembler. Slightly different instruction set from
|
||||||
the V8 sparc. */
|
the V8 sparc. */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue