diff options
author | Rob Savoye <rob@cygnus> | 1996-05-20 03:25:57 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1996-05-20 03:25:57 +0000 |
commit | 6a4bfd8350bcf830ad6a1dc2b241f6a9e4cbb1ee (patch) | |
tree | 8bb097b0d5711db9873a120b223b0aa37716a42f /gdb | |
parent | fd58f4b10e95fade6653c2ff2d42c58e37f6921d (diff) | |
download | gdb-6a4bfd8350bcf830ad6a1dc2b241f6a9e4cbb1ee.zip gdb-6a4bfd8350bcf830ad6a1dc2b241f6a9e4cbb1ee.tar.gz gdb-6a4bfd8350bcf830ad6a1dc2b241f6a9e4cbb1ee.tar.bz2 |
* config/sparc/sparclite.mt: Add the sparc simulator.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/config/sparc/sparclite.mt | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e69edc..47b557b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Sun May 19 21:22:00 1996 Rob Savoye <rob@chinadoll> + + * config/sparc/sparclite.mt: Add the sparc simulator. + Sun May 19 16:49:37 1996 Fred Fish <fnf@cygnus.com> * defs.h (read_command_lines, query_hook): Update prototypes. diff --git a/gdb/config/sparc/sparclite.mt b/gdb/config/sparc/sparclite.mt index 33c7b1a..43cb38c 100644 --- a/gdb/config/sparc/sparclite.mt +++ b/gdb/config/sparc/sparclite.mt @@ -1,3 +1,5 @@ # Target: Fujitsu SPARClite processor -TDEPFILES= sparc-tdep.o sparcl-tdep.o +TDEPFILES= sparc-tdep.o sparcl-tdep.o TM_FILE= tm-sparclite.h +SIM_OBS = remote-sim.o +SIM = ../sim/erc32/libsim.a |