diff options
author | Geoffrey Noer <noer@cygnus> | 1997-01-22 09:41:02 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1997-01-22 09:41:02 +0000 |
commit | 879b939859ff10777021f9e07e361ec91fc9b4e0 (patch) | |
tree | 52708adcb36465d96ba3f99b718325f4042a32a6 /gdb/config/mn10200/mn10200.mt | |
parent | 95b475477e334703b3d4b5c2864e3e0525a27270 (diff) | |
download | gdb-879b939859ff10777021f9e07e361ec91fc9b4e0.zip gdb-879b939859ff10777021f9e07e361ec91fc9b4e0.tar.gz gdb-879b939859ff10777021f9e07e361ec91fc9b4e0.tar.bz2 |
Wed Jan 22 01:31:16 1997 Geoffrey Noer <noer@cygnus.com>
Start mn10200 gdb port by adding copies of mn10300
target-specific files with all instances of mn10300 changed
to mn10200 to start with.
* mn10200-tdep.c: new
* config/mn10200/tm-mn10200.h: new, REGISTER_SIZE is 24 bits not 32,
SP_REGNUM and FP_REGNUM are different, also no lar or lir.
* config/mn10200/mn10200.mt: new
Diffstat (limited to 'gdb/config/mn10200/mn10200.mt')
-rw-r--r-- | gdb/config/mn10200/mn10200.mt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/config/mn10200/mn10200.mt b/gdb/config/mn10200/mn10200.mt new file mode 100644 index 0000000..324e73f --- /dev/null +++ b/gdb/config/mn10200/mn10200.mt @@ -0,0 +1,6 @@ +# Target: Matsushita mn10200 +TDEPFILES= mn10200-tdep.o +TM_FILE= tm-mn10200.h + +SIM_OBS = remote-sim.o +SIM = ../sim/mn10200/libsim.a -lm |