mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Link in PowerPC simulator.
This commit is contained in:
@ -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)
|
Tue Aug 22 02:00:47 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
* tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.
|
* tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.
|
||||||
|
6
gdb/config/powerpc/ppc-eabi.mt
Normal file
6
gdb/config/powerpc/ppc-eabi.mt
Normal 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
|
@ -1,3 +1,6 @@
|
|||||||
# Target: PowerPC running eabi in little endian mode
|
# Target: PowerPC running eabi in little endian mode
|
||||||
TDEPFILES= rs6000-tdep.o
|
TDEPFILES= rs6000-tdep.o
|
||||||
TM_FILE= tm-ppcle-eabi.h
|
TM_FILE= tm-ppcle-eabi.h
|
||||||
|
|
||||||
|
SIM_OBS = remote-sim.o
|
||||||
|
SIM = ../sim/ppc/libsim.a
|
||||||
|
Reference in New Issue
Block a user