diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-01-17 04:53:00 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-01-17 04:53:00 +0000 |
commit | dbd9bcaa8b10099702a5001ec5df540661fb6c9f (patch) | |
tree | e037c80331ff5e8386f42c39f8eeb9a413d7633a /gdb | |
parent | 0336337260d3f992cf49e55ab9e3ecd8d2a5f351 (diff) | |
download | fsf-binutils-gdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.zip fsf-binutils-gdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.tar.gz fsf-binutils-gdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.tar.bz2 |
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
Diffstat (limited to 'gdb')
72 files changed, 90 insertions, 124 deletions
diff --git a/gdb/config/a29k/a29k-kern.mt b/gdb/config/a29k/a29k-kern.mt index 1f85c1e..f1a2e52 100644 --- a/gdb/config/a29k/a29k-kern.mt +++ b/gdb/config/a29k/a29k-kern.mt @@ -7,7 +7,7 @@ # numbering a bit, to hold kernel regs, and adds support for looking at # the upage. +TDEPFILES= a29k-tdep.o remote-mm.o remote-adapt.o TM_FILE= tm-ultra3.h -TDEPFILES= a29k-pinsn.o a29k-tdep.o remote-mm.o remote-adapt.o MT_CFLAGS = -DKERNEL_DEBUGGING -DNO_HIF_SUPPORT diff --git a/gdb/config/a29k/a29k-udi.mt b/gdb/config/a29k/a29k-udi.mt index d008f29..d0cac1a 100644 --- a/gdb/config/a29k/a29k-udi.mt +++ b/gdb/config/a29k/a29k-udi.mt @@ -1,8 +1,6 @@ # Target: AMD 29000 on EB29K board over a serial line - +TDEPFILES= a29k-tdep.o remote-udi.o udip2soc.o udr.o udi2go32.o TM_FILE= tm-a29k.h -TDEPFILES= a29k-pinsn.o a29k-tdep.o remote-udi.o \ - udip2soc.o udr.o udi2go32.o # Disable standard remote support. REMOTE_O= diff --git a/gdb/config/a29k/a29k.mt b/gdb/config/a29k/a29k.mt index 87f7d4d..a3f5910 100644 --- a/gdb/config/a29k/a29k.mt +++ b/gdb/config/a29k/a29k.mt @@ -1,6 +1,5 @@ # Target: AMD 29000 - +TDEPFILES= a29k-tdep.o remote-eb.o remote-adapt.o TM_FILE= tm-a29k.h -TDEPFILES= a29k-pinsn.o a29k-tdep.o remote-eb.o remote-adapt.o MT_CFLAGS = -DNO_HIF_SUPPORT diff --git a/gdb/config/a29k/ultra3.mt b/gdb/config/a29k/ultra3.mt index f033b9f..1f5fd2f 100644 --- a/gdb/config/a29k/ultra3.mt +++ b/gdb/config/a29k/ultra3.mt @@ -1,7 +1,6 @@ # Target: AMD 29000 running Unix on New York University processor board - +TDEPFILES= a29k-tdep.o TM_FILE= tm-ultra3.h -TDEPFILES= a29k-pinsn.o a29k-tdep.o # SYM1 is some OS they have. MT_CFLAGS = -DSYM1 diff --git a/gdb/config/a29k/vx29k.mt b/gdb/config/a29k/vx29k.mt index c7ec02a..4d6f5cc 100644 --- a/gdb/config/a29k/vx29k.mt +++ b/gdb/config/a29k/vx29k.mt @@ -1,4 +1,4 @@ -# Target: VxWorks running on an AMD 29000. -TDEPFILES= exec.o a29k-pinsn.o a29k-tdep.o remote-vx.o remote-vx29k.o xdr_ld.o xdr_ptrace.o xdr_rdb.o +# Target: AMD 29k running VxWorks +TDEPFILES= a29k-tdep.o remote-vx.o remote-vx29k.o xdr_ld.o xdr_ptrace.o xdr_rdb.o TM_FILE= tm-vx29k.h MT_CFLAGS = -DNO_HIF_SUPPORT diff --git a/gdb/config/arm/arm.mt b/gdb/config/arm/arm.mt index 146995b..e6e3ec9 100644 --- a/gdb/config/arm/arm.mt +++ b/gdb/config/arm/arm.mt @@ -1,3 +1,3 @@ # Target: Acorn RISC machine running RISCiX (4.3bsd) -TDEPFILES= arm-tdep.o arm-pinsn.o +TDEPFILES= arm-tdep.o TM_FILE= tm-arm.h diff --git a/gdb/config/i386/i386aix.mt b/gdb/config/i386/i386aix.mt index 5318a38..12e0e1f 100644 --- a/gdb/config/i386/i386aix.mt +++ b/gdb/config/i386/i386aix.mt @@ -3,5 +3,5 @@ # proprietary debug info. # # Target: IBM PS/2 (i386) running AIX PS/2 -TDEPFILES= i386-tdep.o i386-pinsn.o i387-tdep.o +TDEPFILES= i386-tdep.o i387-tdep.o TM_FILE= tm-i386aix.h diff --git a/gdb/config/i386/i386aout.mt b/gdb/config/i386/i386aout.mt index cd8f7e0..1c94ba5 100644 --- a/gdb/config/i386/i386aout.mt +++ b/gdb/config/i386/i386aout.mt @@ -1,4 +1,3 @@ # Target: Intel 386 with a.out - -TDEPFILES= i386-tdep.o i386-pinsn.o +TDEPFILES= i386-tdep.o TM_FILE= tm-i386v.h diff --git a/gdb/config/i386/i386bsd.mt b/gdb/config/i386/i386bsd.mt index 402d6af..ef61731 100644 --- a/gdb/config/i386/i386bsd.mt +++ b/gdb/config/i386/i386bsd.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running BSD -TDEPFILES= i386-tdep.o i386-pinsn.o TM_FILE= tm-i386bsd.h +TDEPFILES= i386-tdep.o diff --git a/gdb/config/i386/i386lynx.mt b/gdb/config/i386/i386lynx.mt index a18a517..6704b43 100644 --- a/gdb/config/i386/i386lynx.mt +++ b/gdb/config/i386/i386lynx.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running LynxOS -TDEPFILES= coff-solib.o i386-tdep.o i386-pinsn.o i386ly-tdep.o +TDEPFILES= coff-solib.o i386-tdep.o i386ly-tdep.o TM_FILE= tm-i386lynx.h diff --git a/gdb/config/i386/i386m3.mt b/gdb/config/i386/i386m3.mt index c9be2de..e985ae3 100644 --- a/gdb/config/i386/i386m3.mt +++ b/gdb/config/i386/i386m3.mt @@ -1,4 +1,3 @@ -# Target: Intel 386 with a.out - -TDEPFILES= i386-pinsn.o i386-tdep.o +# Target: Intel 386 with a.out under Mach 3 +TDEPFILES= i386-tdep.o TM_FILE= tm-i386m3.h diff --git a/gdb/config/i386/i386mk.mt b/gdb/config/i386/i386mk.mt index 93109bb..aa2f6a4 100644 --- a/gdb/config/i386/i386mk.mt +++ b/gdb/config/i386/i386mk.mt @@ -1,6 +1,5 @@ # Target: Intel 386 with a.out in osf 1/mk -# -TDEPFILES= i386-pinsn.o i386-tdep.o +TDEPFILES= i386-tdep.o TM_FILE= tm-i386osf1mk.h TM_CFLAGS= -I/usr/mach3/include TM_CLIBS= /usr/mach3/ccs/lib/libmachid.a /usr/mach3/ccs/lib/libnetname.a /usr/mach3/ccs/lib/libmach.a diff --git a/gdb/config/i386/i386nw.mt b/gdb/config/i386/i386nw.mt index 6753d6a..3109c42 100644 --- a/gdb/config/i386/i386nw.mt +++ b/gdb/config/i386/i386nw.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running NetWare -TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o +TDEPFILES= i386-tdep.o i387-tdep.o TM_FILE= tm-i386nw.h diff --git a/gdb/config/i386/i386os9k.mt b/gdb/config/i386/i386os9k.mt index 4268368f..5a8794d 100644 --- a/gdb/config/i386/i386os9k.mt +++ b/gdb/config/i386/i386os9k.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running OS9000 -TDEPFILES= i386-tdep.o i386-pinsn.o remote-os9k.o +TDEPFILES= i386-tdep.o remote-os9k.o TM_FILE= tm-i386os9k.h diff --git a/gdb/config/i386/i386v.mt b/gdb/config/i386/i386v.mt index 75e5661..7242d3e 100644 --- a/gdb/config/i386/i386v.mt +++ b/gdb/config/i386/i386v.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running System V -TDEPFILES= i386-tdep.o i386-pinsn.o i387-tdep.o +TDEPFILES= i386-tdep.o i387-tdep.o TM_FILE= tm-i386v.h diff --git a/gdb/config/i386/i386v4.mt b/gdb/config/i386/i386v4.mt index 5e0e69d..c22b675 100644 --- a/gdb/config/i386/i386v4.mt +++ b/gdb/config/i386/i386v4.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running SVR4 -TDEPFILES= i386-pinsn.o i386-tdep.o i387-tdep.o +TDEPFILES= i386-tdep.o i387-tdep.o TM_FILE= tm-i386v4.h diff --git a/gdb/config/i386/ptx.mt b/gdb/config/i386/ptx.mt index e82c6b2..757df33 100644 --- a/gdb/config/i386/ptx.mt +++ b/gdb/config/i386/ptx.mt @@ -1,3 +1,3 @@ # Target: Sequent Symmetry running ptx 2.0, with Weitek 1167 or i387. -TDEPFILES= symm-tdep.o i386-pinsn.o i387-tdep.o i386-tdep.o +TDEPFILES= symm-tdep.o i387-tdep.o i386-tdep.o TM_FILE= tm-ptx.h diff --git a/gdb/config/i386/ptx4.mt b/gdb/config/i386/ptx4.mt index 882a589..f347809 100644 --- a/gdb/config/i386/ptx4.mt +++ b/gdb/config/i386/ptx4.mt @@ -1,3 +1,3 @@ # Target: Sequent Symmetry running ptx 4.0, with Weitek 1167 or i387. -TDEPFILES= symm-tdep.o i386-pinsn.o i387-tdep.o i386-tdep.o +TDEPFILES= symm-tdep.o i387-tdep.o i386-tdep.o TM_FILE= tm-ptx4.h diff --git a/gdb/config/i386/sun386.mt b/gdb/config/i386/sun386.mt index 26bd7c3..665ca64 100644 --- a/gdb/config/i386/sun386.mt +++ b/gdb/config/i386/sun386.mt @@ -1,3 +1,3 @@ # Target: Sun 386i target configuration file. -TDEPFILES= i386-pinsn.o solib.o +TDEPFILES= i386-tdep.o solib.o TM_FILE= tm-sun386.h diff --git a/gdb/config/i386/symmetry.mt b/gdb/config/i386/symmetry.mt index 09ab75b..a3dba70 100644 --- a/gdb/config/i386/symmetry.mt +++ b/gdb/config/i386/symmetry.mt @@ -1,3 +1,3 @@ # Target: Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387. -TDEPFILES= i386-tdep.o symm-tdep.o i386-pinsn.o i387-tdep.o +TDEPFILES= i386-tdep.o symm-tdep.o i387-tdep.o TM_FILE= tm-symmetry.h diff --git a/gdb/config/i960/nindy960.mt b/gdb/config/i960/nindy960.mt index fd225ef..f37c1da 100644 --- a/gdb/config/i960/nindy960.mt +++ b/gdb/config/i960/nindy960.mt @@ -1,3 +1,3 @@ # Target: Intel 80960, in an embedded system under the NINDY monitor -TDEPFILES= i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttyflush.o +TDEPFILES= i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttyflush.o TM_FILE= tm-nindy960.h diff --git a/gdb/config/i960/vxworks960.mt b/gdb/config/i960/vxworks960.mt index da1606e..a484fbf 100644 --- a/gdb/config/i960/vxworks960.mt +++ b/gdb/config/i960/vxworks960.mt @@ -1,5 +1,5 @@ # Target: VxWorks running on an Intel 960 -TDEPFILES= i960-pinsn.o i960-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o +TDEPFILES= i960-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o TM_FILE= tm-vx960.h # Define this for the vx-share routines, which don't see param.h. MT_CFLAGS= -DI80960 diff --git a/gdb/config/m68k/3b1.mt b/gdb/config/m68k/3b1.mt index 4f8852b..4c5d9d4 100644 --- a/gdb/config/m68k/3b1.mt +++ b/gdb/config/m68k/3b1.mt @@ -1,3 +1,3 @@ # Target: AT&T 3b1/Unix pc -TDEPFILES= m68k-pinsn.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-3b1.h diff --git a/gdb/config/m68k/altos.mt b/gdb/config/m68k/altos.mt index 3cc37b9..521e958 100644 --- a/gdb/config/m68k/altos.mt +++ b/gdb/config/m68k/altos.mt @@ -1,3 +1,3 @@ # Target: Altos 3068 (m68k, System V release 2) -TDEPFILES= m68k-pinsn.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-altos.h diff --git a/gdb/config/m68k/apollo68b.mt b/gdb/config/m68k/apollo68b.mt index c6871da..2383d3b 100644 --- a/gdb/config/m68k/apollo68b.mt +++ b/gdb/config/m68k/apollo68b.mt @@ -1,3 +1,3 @@ # Target: Apollo m68k in BSD mode -TDEPFILES= m68k-pinsn.o m68k-tdep.o dstread.o +TDEPFILES= m68k-tdep.o dstread.o TM_FILE= tm-apollo68b.h diff --git a/gdb/config/m68k/delta68.mt b/gdb/config/m68k/delta68.mt index 26dc71b..2761329 100644 --- a/gdb/config/m68k/delta68.mt +++ b/gdb/config/m68k/delta68.mt @@ -1,3 +1,3 @@ # Motorola Delta Series sysV68 R3V7.1 -TDEPFILES= m68k-pinsn.o m68k-tdep.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-delta68.h diff --git a/gdb/config/m68k/dpx2.mt b/gdb/config/m68k/dpx2.mt index 3bece31..5bbbbe6 100644 --- a/gdb/config/m68k/dpx2.mt +++ b/gdb/config/m68k/dpx2.mt @@ -1,3 +1,3 @@ # Target: Bull DPX2 (68k, System V release 3) -TDEPFILES= m68k-pinsn.o m68k-tdep.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-dpx2.h diff --git a/gdb/config/m68k/es1800.mt b/gdb/config/m68k/es1800.mt index 6e54e31..d809c61 100644 --- a/gdb/config/m68k/es1800.mt +++ b/gdb/config/m68k/es1800.mt @@ -5,5 +5,5 @@ # configurations. However, before that happens remote-es.c has to be # fixed to compile on a DOS host. -TDEPFILES= m68k-pinsn.o m68k-tdep.o remote-es.o +TDEPFILES= m68k-tdep.o remote-es.o TM_FILE= tm-es1800.h diff --git a/gdb/config/m68k/hp300bsd.mt b/gdb/config/m68k/hp300bsd.mt index 7690f09..cbcc5ed 100644 --- a/gdb/config/m68k/hp300bsd.mt +++ b/gdb/config/m68k/hp300bsd.mt @@ -1,3 +1,3 @@ # Target: Hewlett-Packard 9000 series 300, running BSD -TDEPFILES= m68k-pinsn.o m68k-tdep.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-hp300bsd.h diff --git a/gdb/config/m68k/hp300hpux.mt b/gdb/config/m68k/hp300hpux.mt index 431d0c7..0fa801d 100644 --- a/gdb/config/m68k/hp300hpux.mt +++ b/gdb/config/m68k/hp300hpux.mt @@ -4,5 +4,5 @@ #msg compiled with GCC using GAS. #msg -TDEPFILES= m68k-pinsn.o m68k-tdep.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-hp300hpux.h diff --git a/gdb/config/m68k/isi.mt b/gdb/config/m68k/isi.mt index 7546194..7c4cdee 100644 --- a/gdb/config/m68k/isi.mt +++ b/gdb/config/m68k/isi.mt @@ -1,3 +1,3 @@ # Target: ISI Optimum V (3.05) under 4.3bsd. -TDEPFILES= m68k-pinsn.o +TDEPFILES= TM_FILE= tm-isi.h diff --git a/gdb/config/m68k/m68klynx.mt b/gdb/config/m68k/m68klynx.mt index 8ba98e9..4aeac96 100644 --- a/gdb/config/m68k/m68klynx.mt +++ b/gdb/config/m68k/m68klynx.mt @@ -1,4 +1,4 @@ # Target: Motorola 680x0 running LynxOS -TDEPFILES= coff-solib.o m68k-tdep.o m68k-pinsn.o +TDEPFILES= coff-solib.o m68k-tdep.o # m68kly-tdep.o TM_FILE= tm-m68klynx.h diff --git a/gdb/config/m68k/m68kv4.mt b/gdb/config/m68k/m68kv4.mt index 2206d6d..fcabb17 100644 --- a/gdb/config/m68k/m68kv4.mt +++ b/gdb/config/m68k/m68kv4.mt @@ -1,4 +1,3 @@ # Target: Motorola 680x0 running SVR4 (Commodore Amiga amix or Atari TT ASV) - +TDEPFILES= m68k-tdep.o TM_FILE= tm-m68kv4.h -TDEPFILES= m68k-pinsn.o m68k-tdep.o diff --git a/gdb/config/m68k/news.mt b/gdb/config/m68k/news.mt index 5c595ea..42f2417 100644 --- a/gdb/config/m68k/news.mt +++ b/gdb/config/m68k/news.mt @@ -1,3 +1,3 @@ # Target: Sony news series 700/800/900 (68020) running NewsOS version 3. -TDEPFILES= m68k-pinsn.o m68k-tdep.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-news.h diff --git a/gdb/config/m68k/sun2os3.mt b/gdb/config/m68k/sun2os3.mt index 0049969..12b7c7f 100644 --- a/gdb/config/m68k/sun2os3.mt +++ b/gdb/config/m68k/sun2os3.mt @@ -3,6 +3,5 @@ # can't find "gcc_compiled.". #msg If you compile your program with GCC, use the GNU assembler. #msg - -TDEPFILES= m68k-pinsn.o m68k-tdep.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-sun2.h diff --git a/gdb/config/m68k/sun2os4.mt b/gdb/config/m68k/sun2os4.mt index c585a44..d0c56fe 100644 --- a/gdb/config/m68k/sun2os4.mt +++ b/gdb/config/m68k/sun2os4.mt @@ -1,3 +1,3 @@ # Target: Sun 2, running SunOS 4 -TDEPFILES= m68k-pinsn.o solib.o m68k-tdep.o +TDEPFILES= solib.o m68k-tdep.o TM_FILE= tm-sun2os4.h diff --git a/gdb/config/m68k/sun3os3.mt b/gdb/config/m68k/sun3os3.mt index 49bb317..8f9dac8 100644 --- a/gdb/config/m68k/sun3os3.mt +++ b/gdb/config/m68k/sun3os3.mt @@ -4,5 +4,5 @@ #msg If you compile your program with GCC, use the GNU assembler. #msg -TDEPFILES= m68k-pinsn.o m68k-tdep.o +TDEPFILES= m68k-tdep.o TM_FILE= tm-sun3.h diff --git a/gdb/config/m68k/sun3os4.mt b/gdb/config/m68k/sun3os4.mt index 77427e5..dbc265f 100644 --- a/gdb/config/m68k/sun3os4.mt +++ b/gdb/config/m68k/sun3os4.mt @@ -1,3 +1,3 @@ # Target: Sun 3, running SunOS 4, as a target system -TDEPFILES= m68k-pinsn.o solib.o m68k-tdep.o +TDEPFILES= solib.o m68k-tdep.o TM_FILE= tm-sun3os4.h diff --git a/gdb/config/m68k/vxworks68.mt b/gdb/config/m68k/vxworks68.mt index c6b0aeb..a6c4fc1 100644 --- a/gdb/config/m68k/vxworks68.mt +++ b/gdb/config/m68k/vxworks68.mt @@ -1,3 +1,3 @@ -# Target: VxWorks running on a 68000 -TDEPFILES= m68k-pinsn.o m68k-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o +# Target: Motorola m68k running VxWorks +TDEPFILES= m68k-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o TM_FILE= tm-vx68.h diff --git a/gdb/config/m88k/cxux.mt b/gdb/config/m88k/cxux.mt index 829456d..295de84 100644 --- a/gdb/config/m88k/cxux.mt +++ b/gdb/config/m88k/cxux.mt @@ -1,4 +1,3 @@ # Target: Motorola 88k running Harris CX/UX - +TDEPFILES= m88k-tdep.o remote-bug.o TM_FILE= tm-cxux.h -TDEPFILES= m88k-tdep.o m88k-pinsn.o remote-bug.o diff --git a/gdb/config/m88k/delta88.mt b/gdb/config/m88k/delta88.mt index ff9dd78..c8e669b 100644 --- a/gdb/config/m88k/delta88.mt +++ b/gdb/config/m88k/delta88.mt @@ -1,4 +1,3 @@ # Target: Motorola 88k running SVR3 - +TDEPFILES= m88k-tdep.o TM_FILE= tm-delta88.h -TDEPFILES= m88k-tdep.o m88k-pinsn.o diff --git a/gdb/config/m88k/delta88v4.mt b/gdb/config/m88k/delta88v4.mt index c241ae4..7797d4b 100644 --- a/gdb/config/m88k/delta88v4.mt +++ b/gdb/config/m88k/delta88v4.mt @@ -1,3 +1,3 @@ # Target: Motorola 88k running SVR4 -TDEPFILES= m88k-tdep.o m88k-pinsn.o +TDEPFILES= m88k-tdep.o TM_FILE= tm-delta88v4.h diff --git a/gdb/config/m88k/m88k.mt b/gdb/config/m88k/m88k.mt index e0bf577..ca3fab4 100644 --- a/gdb/config/m88k/m88k.mt +++ b/gdb/config/m88k/m88k.mt @@ -1,3 +1,3 @@ -# Target: Motorola 88000 Binary Compatability Standard -TDEPFILES= m88k-tdep.o m88k-pinsn.o remote-bug.o +# Target: Motorola 88k Binary Compatibility Standard +TDEPFILES= m88k-tdep.o remote-bug.o TM_FILE= tm-m88k.h diff --git a/gdb/config/mips/bigmips.mt b/gdb/config/mips/bigmips.mt index b183b3e..38f03f2 100644 --- a/gdb/config/mips/bigmips.mt +++ b/gdb/config/mips/bigmips.mt @@ -1,3 +1,3 @@ # Target: Big-endian MIPS machine such as Sony News -TDEPFILES= mips-pinsn.o mips-tdep.o +TDEPFILES= mips-tdep.o TM_FILE= tm-bigmips.h diff --git a/gdb/config/mips/bigmips64.mt b/gdb/config/mips/bigmips64.mt index 6c6d989..fcb7b21 100644 --- a/gdb/config/mips/bigmips64.mt +++ b/gdb/config/mips/bigmips64.mt @@ -1,3 +1,3 @@ # Target: Big-endian MIPS machine such as Sony News -TDEPFILES= mips-pinsn.o mips-tdep.o +TDEPFILES= mips-tdep.o TM_FILE= tm-bigmips64.h diff --git a/gdb/config/mips/decstation.mt b/gdb/config/mips/decstation.mt index 09fbfa3..1984722 100644 --- a/gdb/config/mips/decstation.mt +++ b/gdb/config/mips/decstation.mt @@ -1,3 +1,3 @@ # Target: Little-endian MIPS machine such as DECstation. -TDEPFILES= mips-pinsn.o mips-tdep.o +TDEPFILES= mips-tdep.o TM_FILE= tm-mips.h diff --git a/gdb/config/mips/idt.mt b/gdb/config/mips/idt.mt index e13427d..0f11645 100644 --- a/gdb/config/mips/idt.mt +++ b/gdb/config/mips/idt.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-pinsn.o mips-tdep.o remote-mips.o +TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-idt.h diff --git a/gdb/config/mips/idt64.mt b/gdb/config/mips/idt64.mt index a213307..b177f07 100644 --- a/gdb/config/mips/idt64.mt +++ b/gdb/config/mips/idt64.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-pinsn.o mips-tdep.o remote-mips.o +TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-idt64.h diff --git a/gdb/config/mips/idtl.mt b/gdb/config/mips/idtl.mt index 2e3dc72..7dc0637 100644 --- a/gdb/config/mips/idtl.mt +++ b/gdb/config/mips/idtl.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-pinsn.o mips-tdep.o remote-mips.o +TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-idtl.h diff --git a/gdb/config/mips/idtl64.mt b/gdb/config/mips/idtl64.mt index 48778dc..8391e5d 100644 --- a/gdb/config/mips/idtl64.mt +++ b/gdb/config/mips/idtl64.mt @@ -1,3 +1,3 @@ # Target: Big-endian IDT board. -TDEPFILES= mips-pinsn.o mips-tdep.o remote-mips.o +TDEPFILES= mips-tdep.o remote-mips.o TM_FILE= tm-idtl64.h diff --git a/gdb/config/mips/irix3.mt b/gdb/config/mips/irix3.mt index 978aafd..b3fa4dd 100644 --- a/gdb/config/mips/irix3.mt +++ b/gdb/config/mips/irix3.mt @@ -1,3 +1,3 @@ -# Target: SGI mips -TDEPFILES= mips-pinsn.o mips-tdep.o +# Target: MIPS SGI running Irix 3 +TDEPFILES= mips-tdep.o TM_FILE= tm-irix3.h diff --git a/gdb/config/mips/littlemips.mt b/gdb/config/mips/littlemips.mt index 09fbfa3..1984722 100644 --- a/gdb/config/mips/littlemips.mt +++ b/gdb/config/mips/littlemips.mt @@ -1,3 +1,3 @@ # Target: Little-endian MIPS machine such as DECstation. -TDEPFILES= mips-pinsn.o mips-tdep.o +TDEPFILES= mips-tdep.o TM_FILE= tm-mips.h diff --git a/gdb/config/mips/mipsel64.mt b/gdb/config/mips/mipsel64.mt index f8a02a6..0187c24 100644 --- a/gdb/config/mips/mipsel64.mt +++ b/gdb/config/mips/mipsel64.mt @@ -1,3 +1,3 @@ # Target: Little-endian MIPS machine such as DECstation. -TDEPFILES= mips-pinsn.o mips-tdep.o +TDEPFILES= mips-tdep.o TM_FILE= tm-mips64.h diff --git a/gdb/config/mips/mipsm3.mt b/gdb/config/mips/mipsm3.mt index 1f81c2f..d122be1 100644 --- a/gdb/config/mips/mipsm3.mt +++ b/gdb/config/mips/mipsm3.mt @@ -1,4 +1,4 @@ # Target: Little-endian MIPS machine such as pmax # running Mach 3.0 operating system -TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o +TDEPFILES= mips-tdep.o mipsread.o TM_FILE= tm-mipsm3.h diff --git a/gdb/config/mips/mipsv4.mt b/gdb/config/mips/mipsv4.mt index 332e1f3..6d3b47d 100644 --- a/gdb/config/mips/mipsv4.mt +++ b/gdb/config/mips/mipsv4.mt @@ -1,3 +1,3 @@ # Target: MIPS running SVR4 -TDEPFILES= mips-pinsn.o mips-tdep.o +TDEPFILES= mips-tdep.o TM_FILE= tm-mipsv4.h diff --git a/gdb/config/ns32k/merlin.mt b/gdb/config/ns32k/merlin.mt index 9a2d0ca..b346077 100644 --- a/gdb/config/ns32k/merlin.mt +++ b/gdb/config/ns32k/merlin.mt @@ -1,3 +1,3 @@ # Target: Merlin running utek 2.1 -TDEPFILES= ns32k-pinsn.o +TDEPFILES= ns32k-tdep.o TM_FILE= tm-merlin.h diff --git a/gdb/config/ns32k/nbsd.mt b/gdb/config/ns32k/nbsd.mt index 5071605..512132a 100644 --- a/gdb/config/ns32k/nbsd.mt +++ b/gdb/config/ns32k/nbsd.mt @@ -1,3 +1,3 @@ # Target: PC532 running NetBSD -TDEPFILES= ns32k-tdep.o ns32k-pinsn.o solib.o +TDEPFILES= ns32k-tdep.o solib.o TM_FILE= tm-nbsd.h diff --git a/gdb/config/ns32k/ns32km3.mt b/gdb/config/ns32k/ns32km3.mt index 30c654b..9391176 100644 --- a/gdb/config/ns32k/ns32km3.mt +++ b/gdb/config/ns32k/ns32km3.mt @@ -1,4 +1,3 @@ # Target: ns32k with a.out on Mach 3 - -TDEPFILES= ns32k-pinsn.o ns32k-tdep.o +TDEPFILES= ns32k-tdep.o TM_FILE= tm-ns32km3.h diff --git a/gdb/config/ns32k/umax.mt b/gdb/config/ns32k/umax.mt index 3c60632..4c9169d 100644 --- a/gdb/config/ns32k/umax.mt +++ b/gdb/config/ns32k/umax.mt @@ -1,3 +1,3 @@ # Target: Encore running umax 4.2 -TDEPFILES= ns32k-pinsn.o +TDEPFILES= ns32k-tdep.o TM_FILE= tm-umax.h diff --git a/gdb/config/pa/hppabsd.mt b/gdb/config/pa/hppabsd.mt index 19ab26f..a446d28 100644 --- a/gdb/config/pa/hppabsd.mt +++ b/gdb/config/pa/hppabsd.mt @@ -1,4 +1,4 @@ -# TARGET: HP PA-RISC running bsd -TDEPFILES= hppa-pinsn.o hppa-tdep.o +# Target: HP PA-RISC running bsd +TDEPFILES= hppa-tdep.o TM_FILE= tm-hppab.h REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o diff --git a/gdb/config/pa/hppaosf.mt b/gdb/config/pa/hppaosf.mt index a18fdcd..4699ba7 100644 --- a/gdb/config/pa/hppaosf.mt +++ b/gdb/config/pa/hppaosf.mt @@ -1,4 +1,5 @@ -# TARGET: HP PA-RISC running OSF1 -TDEPFILES= hppa-pinsn.o hppa-tdep.o +# Target: HP PA-RISC running OSF1 +TDEPFILES= hppa-tdep.o TM_FILE= tm-hppao.h -REMOTE_O=dcache.o remote.o remote-pa.o remote-utils.o + +REMOTE_O= dcache.o remote.o remote-pa.o remote-utils.o diff --git a/gdb/config/pa/hppapro.mt b/gdb/config/pa/hppapro.mt index bf1e894..0f6725f 100644 --- a/gdb/config/pa/hppapro.mt +++ b/gdb/config/pa/hppapro.mt @@ -1,7 +1,5 @@ -# 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 +# Target: PA based debug monitor +TDEPFILES= hppa-tdep.o TM_FILE= tm-pro.h +XDEPFILES= ser-tcp.o +REMOTE_O= dcache.o remote.o remote-utils.o op50-rom.o w89k-rom.o monitor.o diff --git a/gdb/config/powerpc/ppc-nw.mt b/gdb/config/powerpc/ppc-nw.mt index 277b1b9..0eaa23d 100644 --- a/gdb/config/powerpc/ppc-nw.mt +++ b/gdb/config/powerpc/ppc-nw.mt @@ -1,21 +1,3 @@ -# Target machine: Power-PC running Netware -# Copyright (C) 1994 Free Software Foundation, Inc. - -# This file is part of GDB. - -# GDB is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 1, or (at your option) -# any later version. - -# GDB is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with GDB; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - -TDEPFILES= rs6000-pinsn.o rs6000-tdep.o +# Target: PowerPC running Netware +TDEPFILES= rs6000-tdep.o TM_FILE= tm-ppc-nw.h diff --git a/gdb/config/sparc/sp64.mt b/gdb/config/sparc/sp64.mt index f45f4a4..1968acd 100644 --- a/gdb/config/sparc/sp64.mt +++ b/gdb/config/sparc/sp64.mt @@ -1,5 +1,10 @@ # Target: SPARC64 (with simulator) # FIXME: May not always want the simulator. +# solib.o and procfs.o taken out for now. We don't have shared libraries yet, +# and the elf version requires procfs.o but the a.out version doesn't. +# Then again, having procfs.o in a target makefile fragment seems wrong. +TDEPFILES = sparc-tdep.o sp64-tdep.o $(SIMFILES) +TM_FILE= tm-sp64.h # Need gcc for long long support. CC = gcc @@ -8,13 +13,5 @@ CC = gcc MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64 SIMFILES = remote-sim.o ../sim/sp64/libsim.a -# solib.o and procfs.o taken out for now. We don't have shared libraries yet, -# and the elf version requires procfs.o but the a.out version doesn't. -# Then again, having procfs.o in a target makefile fragment seems wrong. -TDEPFILES = sparc-pinsn.o sparc-tdep.o sp64-tdep.o $(SIMFILES) - # The simulator uses the sqrt() function. TM_CLIBS = -lm - -# configure.in requires "TM_FILE= ". -TM_FILE= tm-sp64.h diff --git a/gdb/config/sparc/sp64sim.mt b/gdb/config/sparc/sp64sim.mt index 9a73550..8a4b2ba 100644 --- a/gdb/config/sparc/sp64sim.mt +++ b/gdb/config/sparc/sp64sim.mt @@ -6,5 +6,5 @@ CC = gcc # Regular "have long long" detection is disabled for now. MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64 -TDEPFILES= solib.o sparc-pinsn.o sparc-tdep.o sp64-tdep.o remote-sim.o ../sim/sp64/libsim.a +TDEPFILES= solib.o sparc-tdep.o sp64-tdep.o remote-sim.o ../sim/sp64/libsim.a TM_FILE= tm-sp64sim.h diff --git a/gdb/config/sparc/sparc-em.mt b/gdb/config/sparc/sparc-em.mt index a62b32b..13b0c6a 100644 --- a/gdb/config/sparc/sparc-em.mt +++ b/gdb/config/sparc/sparc-em.mt @@ -1,3 +1,3 @@ # Target: SPARC embedded -TDEPFILES= sparc-tdep.o sparc-pinsn.o +TDEPFILES= sparc-tdep.o TM_FILE= tm-spc-em.h diff --git a/gdb/config/sparc/sparclite.mt b/gdb/config/sparc/sparclite.mt index 6ea87ae..33c7b1a 100644 --- a/gdb/config/sparc/sparclite.mt +++ b/gdb/config/sparc/sparclite.mt @@ -1,3 +1,3 @@ # Target: Fujitsu SPARClite processor -TDEPFILES= sparc-tdep.o sparc-pinsn.o sparcl-tdep.o +TDEPFILES= sparc-tdep.o sparcl-tdep.o TM_FILE= tm-sparclite.h diff --git a/gdb/config/sparc/sparclynx.mt b/gdb/config/sparc/sparclynx.mt index 503e6c4..5e61645 100644 --- a/gdb/config/sparc/sparclynx.mt +++ b/gdb/config/sparc/sparclynx.mt @@ -1,3 +1,3 @@ # Target: Sparc running LynxOS -TDEPFILES= coff-solib.o sparc-tdep.o sparc-pinsn.o +TDEPFILES= coff-solib.o sparc-tdep.o TM_FILE= tm-sparclynx.h diff --git a/gdb/config/sparc/sun4os4.mt b/gdb/config/sparc/sun4os4.mt index a2c5ef2..5a4ecb9 100644 --- a/gdb/config/sparc/sun4os4.mt +++ b/gdb/config/sparc/sun4os4.mt @@ -1,3 +1,3 @@ # Target: Sun 4 or Sparcstation, running SunOS 4 -TDEPFILES= sparc-tdep.o sparc-pinsn.o solib.o +TDEPFILES= sparc-tdep.o solib.o TM_FILE= tm-sun4os4.h diff --git a/gdb/config/sparc/sun4sol2.mt b/gdb/config/sparc/sun4sol2.mt index 99eb7ae..af70e9f 100644 --- a/gdb/config/sparc/sun4sol2.mt +++ b/gdb/config/sparc/sun4sol2.mt @@ -1,3 +1,3 @@ # Target: Sun 4 or Sparcstation, running Solaris 2 -TDEPFILES= sparc-tdep.o sparc-pinsn.o +TDEPFILES= sparc-tdep.o TM_FILE= tm-sun4sol2.h diff --git a/gdb/config/sparc/vxsparc.mt b/gdb/config/sparc/vxsparc.mt index f9a2aa0..3ae896a 100644 --- a/gdb/config/sparc/vxsparc.mt +++ b/gdb/config/sparc/vxsparc.mt @@ -1,3 +1,3 @@ -# Target: VxWorks running on a sparc -TDEPFILES= sparc-tdep.o sparc-pinsn.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o +# Target: SPARC running VxWorks +TDEPFILES= sparc-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o TM_FILE= tm-vxsparc.h diff --git a/gdb/config/z8k/z8ksim.mt b/gdb/config/z8k/z8ksim.mt index aa47012..744470c 100644 --- a/gdb/config/z8k/z8ksim.mt +++ b/gdb/config/z8k/z8ksim.mt @@ -1,3 +1,3 @@ # Target: Z8000 simulator -TDEPFILES= z8k-tdep.o remote-sim.o ../sim/z8k/libsim.a ../opcodes/libopcodes.a +TDEPFILES= z8k-tdep.o remote-sim.o ../sim/z8k/libsim.a TM_FILE= tm-z8k.h |