diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 08:58:20 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-11-20 08:58:20 +0000 |
commit | a89b96eae44da31bea23d4a98079698125cf69da (patch) | |
tree | c2a6b8f58ae772bf807a9361ac8681df640b186f /gdb/config | |
parent | 4da8b2a5f472f70993e7a40529960547eabe6479 (diff) | |
download | gdb-a89b96eae44da31bea23d4a98079698125cf69da.zip gdb-a89b96eae44da31bea23d4a98079698125cf69da.tar.gz gdb-a89b96eae44da31bea23d4a98079698125cf69da.tar.bz2 |
* config/h8500/h8500.mt (SIM): Change to ../sim/h8500/libsim.a.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/h8500/h8500.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/h8500/h8500.mt b/gdb/config/h8500/h8500.mt index 682d3aa..35f6b4d 100644 --- a/gdb/config/h8500/h8500.mt +++ b/gdb/config/h8500/h8500.mt @@ -3,4 +3,4 @@ TDEPFILES= h8500-tdep.o monitor.o remote-hms.o dsrec.o TM_FILE= tm-h8500.h SIM_OBS = remote-sim.o -SIM = ../sim/h8500/compile.o +SIM = ../sim/h8500/libsim.a |