mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 21:03:55 +08:00
Enable PowerPC simulator on native linux and netbsd.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-10-18 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* config/powerpc/nbsd.mt (SIM_OBS, SIM): Define.
|
||||||
|
* config/powerpc/linux.mt (SIM, SIM_OBS): Ditto
|
||||||
|
|
||||||
2001-10-18 Andrew Cagney <ac131313@redhat.com>
|
2001-10-18 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* README: Mention problems with HP/UX.
|
* README: Mention problems with HP/UX.
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
# Target: Motorola PPC on Linux
|
# Target: Motorola PPC on Linux
|
||||||
TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o solib-legacy.o
|
TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o solib-legacy.o
|
||||||
TM_FILE= tm-linux.h
|
TM_FILE= tm-linux.h
|
||||||
|
|
||||||
|
SIM_OBS = remote-sim.o
|
||||||
|
SIM = ../sim/ppc/libsim.a
|
||||||
|
@ -3,3 +3,6 @@ TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o
|
|||||||
TM_FILE= tm-nbsd.h
|
TM_FILE= tm-nbsd.h
|
||||||
|
|
||||||
GDBSERVER_DEPFILES= low-nbsd.o
|
GDBSERVER_DEPFILES= low-nbsd.o
|
||||||
|
|
||||||
|
SIM_OBS = remote-sim.o
|
||||||
|
SIM = ../sim/ppc/libsim.a
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2001-10-19 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: When Linux or NetBSD, enable PowerPC simulator.
|
||||||
|
* configure: Re-generate.
|
||||||
|
|
||||||
2001-02-16 Ben Elliston <bje@redhat.com>
|
2001-02-16 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* MAINTAINERS: Add myself for common portions.
|
* MAINTAINERS: Add myself for common portions.
|
||||||
|
3
sim/configure
vendored
3
sim/configure
vendored
@ -1448,7 +1448,8 @@ case "${target}" in
|
|||||||
sim_target=mn10200
|
sim_target=mn10200
|
||||||
;;
|
;;
|
||||||
sh*-*-*) sim_target=sh ;;
|
sh*-*-*) sim_target=sh ;;
|
||||||
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* | powerpc*-*-linux* )
|
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
|
||||||
|
powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
|
||||||
# The PowerPC simulator uses the GCC extension long long as well as
|
# The PowerPC simulator uses the GCC extension long long as well as
|
||||||
# ANSI prototypes, so don't enable it for random host compilers
|
# ANSI prototypes, so don't enable it for random host compilers
|
||||||
# unless asked to.
|
# unless asked to.
|
||||||
|
@ -87,7 +87,8 @@ case "${target}" in
|
|||||||
sim_target=mn10200
|
sim_target=mn10200
|
||||||
;;
|
;;
|
||||||
sh*-*-*) sim_target=sh ;;
|
sh*-*-*) sim_target=sh ;;
|
||||||
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | powerpc*-*-elf* | powerpc*-*-linux* )
|
powerpc*-*-eabi* | powerpc*-*-solaris* | powerpc*-*-sysv4* | \
|
||||||
|
powerpc*-*-elf* | powerpc*-*-linux* | powerpc*-*-netbsd* )
|
||||||
# The PowerPC simulator uses the GCC extension long long as well as
|
# The PowerPC simulator uses the GCC extension long long as well as
|
||||||
# ANSI prototypes, so don't enable it for random host compilers
|
# ANSI prototypes, so don't enable it for random host compilers
|
||||||
# unless asked to.
|
# unless asked to.
|
||||||
|
Reference in New Issue
Block a user