Add ../sim/common/libcommon.a

This commit is contained in:
Michael Meissner 1996-12-12 18:30:50 +00:00
parent c6b62ad1d7
commit 1e4a0d020f
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Thu Dec 12 13:29:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* config/powerpc/ppc{,le}-sim.mt (SIM): Add the simulator common
library ../sim/common/libcommon.a.
Wed Dec 11 18:51:35 1996 Mark Alexander <marka@cygnus.com>
* gdbtk.c (gdb_loc): Correct truncation of PC on 64-bit MIPS.
Wed Dec 11 11:15:08 1996 Doug Evans <dje@canuck.cygnus.com>
* monitor.c (monitor_load): Add support for load address argument.

View File

@ -3,4 +3,4 @@ TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o
TM_FILE= tm-ppcle-eabi.h
SIM_OBS = remote-sim.o
SIM = ../sim/ppc/libsim.a
SIM = ../sim/ppc/libsim.a ../sim/common/libcommon.a