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/powerpc/ppc-eabi.mt | |
parent | 5a014755c041b0dbcbe38bd2e9c2ee9f378a582a (diff) | |
download | gdb-855bfb535f9798867b007a06e69bd021524b6102.zip gdb-855bfb535f9798867b007a06e69bd021524b6102.tar.gz gdb-855bfb535f9798867b007a06e69bd021524b6102.tar.bz2 |
Add preliminary ppcbug support.
Diffstat (limited to 'gdb/config/powerpc/ppc-eabi.mt')
-rw-r--r-- | gdb/config/powerpc/ppc-eabi.mt | 5 |
1 files changed, 1 insertions, 4 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 |