Link in PowerPC simulator.

This commit is contained in:
Michael Meissner
1995-08-23 20:59:06 +00:00
parent 2abfcdf3f5
commit 19c3fec4bf
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Wed Aug 23 16:55:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* config/powerpc/ppc{,le}-eabi.mt (SIM_OBJS, SIM): Link in the
PowerPC simulator.
Tue Aug 22 02:00:47 1995 Jeff Law (law@snake.cs.utah.edu)
* tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.

View File

@ -0,0 +1,6 @@
# Target: PowerPC running eabi
TDEPFILES= rs6000-tdep.o
TM_FILE= tm-ppc-eabi.h
SIM_OBS = remote-sim.o
SIM = ../sim/ppc/libsim.a

View File

@ -1,3 +1,6 @@
# Target: PowerPC running eabi in little endian mode
TDEPFILES= rs6000-tdep.o
TM_FILE= tm-ppcle-eabi.h
SIM_OBS = remote-sim.o
SIM = ../sim/ppc/libsim.a