diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-14 21:17:20 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-14 21:17:20 +0000 |
commit | 855bfb535f9798867b007a06e69bd021524b6102 (patch) | |
tree | 49d954ce48e42f709ae741f1fc4b517ad67b4ae3 /gdb/config | |
parent | 5a014755c041b0dbcbe38bd2e9c2ee9f378a582a (diff) | |
download | gdb-855bfb535f9798867b007a06e69bd021524b6102.zip gdb-855bfb535f9798867b007a06e69bd021524b6102.tar.gz gdb-855bfb535f9798867b007a06e69bd021524b6102.tar.bz2 |
Add preliminary ppcbug support.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/powerpc/ppc-eabi.mt | 5 | ||||
-rw-r--r-- | gdb/config/powerpc/ppc-sim.mt | 6 | ||||
-rw-r--r-- | gdb/config/powerpc/ppcle-eabi.mt | 2 | ||||
-rw-r--r-- | gdb/config/powerpc/ppcle-sim.mt | 2 |
4 files changed, 9 insertions, 6 deletions
diff --git a/gdb/config/powerpc/ppc-eabi.mt b/gdb/config/powerpc/ppc-eabi.mt index 3cfa642..b5da734 100644 --- a/gdb/config/powerpc/ppc-eabi.mt +++ b/gdb/config/powerpc/ppc-eabi.mt @@ -1,6 +1,3 @@ # Target: PowerPC running eabi -TDEPFILES= rs6000-tdep.o +TDEPFILES= rs6000-tdep.o remote-ppcbug.o TM_FILE= tm-ppc-eabi.h - -SIM_OBS = remote-sim.o -SIM = ../sim/ppc/libsim.a diff --git a/gdb/config/powerpc/ppc-sim.mt b/gdb/config/powerpc/ppc-sim.mt new file mode 100644 index 0000000..5a590ac --- /dev/null +++ b/gdb/config/powerpc/ppc-sim.mt @@ -0,0 +1,6 @@ +# Target: PowerPC running eabi under the simulator +TDEPFILES= rs6000-tdep.o remote-ppcbug.o +TM_FILE= tm-ppc-eabi.h + +SIM_OBS = remote-sim.o +SIM = ../sim/ppc/libsim.a diff --git a/gdb/config/powerpc/ppcle-eabi.mt b/gdb/config/powerpc/ppcle-eabi.mt index 27be44f..c9f220f 100644 --- a/gdb/config/powerpc/ppcle-eabi.mt +++ b/gdb/config/powerpc/ppcle-eabi.mt @@ -1,3 +1,3 @@ # Target: PowerPC running eabi in little endian mode -TDEPFILES= rs6000-tdep.o +TDEPFILES= rs6000-tdep.o remote-ppcbug.o TM_FILE= tm-ppcle-eabi.h diff --git a/gdb/config/powerpc/ppcle-sim.mt b/gdb/config/powerpc/ppcle-sim.mt index 8aefc1a..d65e6f8 100644 --- a/gdb/config/powerpc/ppcle-sim.mt +++ b/gdb/config/powerpc/ppcle-sim.mt @@ -1,5 +1,5 @@ # Target: PowerPC running eabi in little endian mode under the simulator -TDEPFILES= rs6000-tdep.o +TDEPFILES= rs6000-tdep.o remote-ppcbug.o TM_FILE= tm-ppcle-eabi.h SIM_OBS = remote-sim.o |