From 457174f64589daa9de82ec30b109e69b1e28ce3b Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 20 Oct 2001 00:16:44 +0000 Subject: Enable PowerPC simulator on native linux and netbsd. --- gdb/ChangeLog | 5 +++++ gdb/config/powerpc/linux.mt | 3 +++ gdb/config/powerpc/nbsd.mt | 3 +++ 3 files changed, 11 insertions(+) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77c0a0d..c7e9072 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2001-10-18 Andrew Cagney + * config/powerpc/nbsd.mt (SIM_OBS, SIM): Define. + * config/powerpc/linux.mt (SIM, SIM_OBS): Ditto + +2001-10-18 Andrew Cagney + * README: Mention problems with HP/UX. 2001-10-16 Andrew Cagney diff --git a/gdb/config/powerpc/linux.mt b/gdb/config/powerpc/linux.mt index 0e3d068..01160b9 100644 --- a/gdb/config/powerpc/linux.mt +++ b/gdb/config/powerpc/linux.mt @@ -1,3 +1,6 @@ # Target: Motorola PPC on Linux TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o solib-legacy.o TM_FILE= tm-linux.h + +SIM_OBS = remote-sim.o +SIM = ../sim/ppc/libsim.a diff --git a/gdb/config/powerpc/nbsd.mt b/gdb/config/powerpc/nbsd.mt index 7a32fd2..acc5da8 100644 --- a/gdb/config/powerpc/nbsd.mt +++ b/gdb/config/powerpc/nbsd.mt @@ -3,3 +3,6 @@ TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o TM_FILE= tm-nbsd.h GDBSERVER_DEPFILES= low-nbsd.o + +SIM_OBS = remote-sim.o +SIM = ../sim/ppc/libsim.a -- cgit v1.1