mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
* 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
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user