aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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