aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1995-08-31 19:59:59 +0000
committerJim Wilson <wilson@tuliptree.org>1995-08-31 19:59:59 +0000
commit07846c7a1ff09f392c1f173b9fed17924020da18 (patch)
treefb5e9bf08404fad8802bbaab5e2322bbd1b4896c /gdb
parentdb29ae72fcbb0713454aaf0e481ea71b0f087310 (diff)
downloadgdb-07846c7a1ff09f392c1f173b9fed17924020da18.zip
gdb-07846c7a1ff09f392c1f173b9fed17924020da18.tar.gz
gdb-07846c7a1ff09f392c1f173b9fed17924020da18.tar.bz2
* config/sh/sh.mt (SIM): Add -lm.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/config/sh/sh.mt2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0bba9c0..5ba6254 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 31 12:48:04 1995 Jim Wilson <wilson@chestnut.cygnus.com>
+
+ * config/sh/sh.mt (SIM): Add -lm.
+
Wed Aug 30 18:10:57 1995 Kung Hsu <kung@mexican.cygnus.com>
* rmote-nindy.c (non_dle, nidy_resume, nindy_wait): Changes to
diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/sh.mt
index c1a0f7c..b4a4a8b 100644
--- a/gdb/config/sh/sh.mt
+++ b/gdb/config/sh/sh.mt
@@ -3,4 +3,4 @@ TDEPFILES= sh-tdep.o remote-e7000.o ser-e7kpc.o
TM_FILE= tm-sh.h
SIM_OBS = remote-sim.o
-SIM = ../sim/sh/libsim.a
+SIM = ../sim/sh/libsim.a -lm