mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-05 08:14:19 +08:00
* config/z8k/tm-z8k.h (BIG): is now sim_z8001_mode.
* config/z8k/z8ksim.mt (TDEPFILES): Add remote-sim.o to list.
This commit is contained in:
parent
b4d3d0e5de
commit
e34f4a4305
@ -274,8 +274,8 @@ extern void z8k_pop_frame PARAMS ((void));
|
||||
#define SP_ARG0 (1 * 4)
|
||||
|
||||
#define ADDR_BITS_REMOVE(x) addr_bits_remove(x)
|
||||
int z8001_mode;
|
||||
#define BIG (z8001_mode)
|
||||
int sim_z8001_mode;
|
||||
#define BIG (sim_z8001_mode)
|
||||
|
||||
#define read_memory_short(x) (read_memory_integer(x,2) & 0xffff)
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Target: Z8000 simulator
|
||||
TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../sim/z8k/libsim.a ../opcodes/libopcodes.a
|
||||
TDEPFILES= exec.o z8k-tdep.o remote-sim.o ../sim/z8k/libsim.a ../opcodes/libopcodes.a
|
||||
TM_FILE= tm-z8k.h
|
||||
|
Loading…
Reference in New Issue
Block a user