From 4caa11581515d3c3c83ecfad844a232258605cfa Mon Sep 17 00:00:00 2001 From: Jackie Smith Cashion Date: Fri, 16 Aug 1996 14:17:36 +0000 Subject: [PATCH] Fri Aug 16 15:15:37 1996 James G. Smith * config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when simulator is included. --- gdb/ChangeLog | 5 +++++ gdb/config/mips/vr4300.mt | 2 +- gdb/config/mips/vr4300el.mt | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 372ddbfc007..9c65c6779fc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 16 15:15:37 1996 James G. Smith + + * config/mips/{vr4300.mt, vr4300el.mt} (SIM): Add -lm when + simulator is included. + Thu Aug 15 13:44:13 1996 Fred Fish * findvar.c (write_register_pid): Only needed when TARGET_WRITE_PC diff --git a/gdb/config/mips/vr4300.mt b/gdb/config/mips/vr4300.mt index 22cb25eb425..31b6658b9cf 100644 --- a/gdb/config/mips/vr4300.mt +++ b/gdb/config/mips/vr4300.mt @@ -2,4 +2,4 @@ TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-vr4300.h SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a +SIM = ../sim/mips/libsim.a -lm diff --git a/gdb/config/mips/vr4300el.mt b/gdb/config/mips/vr4300el.mt index cff7241597b..3bbedf75e64 100644 --- a/gdb/config/mips/vr4300el.mt +++ b/gdb/config/mips/vr4300el.mt @@ -2,4 +2,4 @@ TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-vr4300el.h SIM_OBS = remote-sim.o -SIM = ../sim/mips/libsim.a +SIM = ../sim/mips/libsim.a -lm -- 2.30.2