diff options
author | Rob Savoye <rob@cygnus> | 1994-12-07 21:47:22 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-12-07 21:47:22 +0000 |
commit | 0cfa9be02807f28ae2e76743cc387bb302695431 (patch) | |
tree | c0102535684f88cfb0b4cff5ba1617552e458fc0 /gdb/config/pa/hppapro.mt | |
parent | bd2b724a0ce513e286699ed40102d4c3bf01513a (diff) | |
download | gdb-0cfa9be02807f28ae2e76743cc387bb302695431.zip gdb-0cfa9be02807f28ae2e76743cc387bb302695431.tar.gz gdb-0cfa9be02807f28ae2e76743cc387bb302695431.tar.bz2 |
* hppa-tdep.c: Use GDB_TARGET_IS_PA_ELF so SOM target support will
stop being linked in.
* config/pa/tm-hppap.h: New file. Set GDB_TARGET_IS_PA_ELF,
otherwise it looks like BSD-ELF.
Diffstat (limited to 'gdb/config/pa/hppapro.mt')
-rw-r--r-- | gdb/config/pa/hppapro.mt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/config/pa/hppapro.mt b/gdb/config/pa/hppapro.mt index 6216a19..4f012e4 100644 --- a/gdb/config/pa/hppapro.mt +++ b/gdb/config/pa/hppapro.mt @@ -1,10 +1,7 @@ -# Target: Motorola rom68k boot monitor (from Integrated Systems) -# Target: Motorola bug monitor. -# These defines should give you a gdb running on anything that will be able to -# communicate with a m68k based debug monitor. Communications +# Communicate with a PA based debug monitor. Communications # is facilitated via either a serial line, or a TCP or TELNET connection to # a serial line on a terminal multiplexor. TDEPFILES= hppa-pinsn.o hppa-tdep.o REMOTE_O=dcache.o remote.o remote-utils.o op50-rom.o w89k-rom.o monitor.o XDEPFILES= ser-tcp.o -TM_FILE= tm-hppab.h +TM_FILE= tm-hppap.h |