mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Add ../sim/common/libcommon.a
This commit is contained in:
@ -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>
|
Wed Dec 11 11:15:08 1996 Doug Evans <dje@canuck.cygnus.com>
|
||||||
|
|
||||||
* monitor.c (monitor_load): Add support for load address argument.
|
* monitor.c (monitor_load): Add support for load address argument.
|
||||||
|
@ -3,4 +3,4 @@ TDEPFILES= rs6000-tdep.o monitor.o dsrec.o ppcbug-rom.o
|
|||||||
TM_FILE= tm-ppcle-eabi.h
|
TM_FILE= tm-ppcle-eabi.h
|
||||||
|
|
||||||
SIM_OBS = remote-sim.o
|
SIM_OBS = remote-sim.o
|
||||||
SIM = ../sim/ppc/libsim.a
|
SIM = ../sim/ppc/libsim.a ../sim/common/libcommon.a
|
||||||
|
Reference in New Issue
Block a user