* config/sh/sh.mt (SIM): Add -lm.
authorJim Wilson <wilson@tuliptree.org>
Thu, 31 Aug 1995 19:59:59 +0000 (19:59 +0000)
committerJim Wilson <wilson@tuliptree.org>
Thu, 31 Aug 1995 19:59:59 +0000 (19:59 +0000)
gdb/ChangeLog
gdb/config/sh/sh.mt

index 0bba9c0..5ba6254 100644 (file)
@@ -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 
index c1a0f7c..b4a4a8b 100644 (file)
@@ -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