* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
authorStan Shebs <shebs@codesourcery.com>
Tue, 17 Jan 1995 04:53:00 +0000 (04:53 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 17 Jan 1995 04:53:00 +0000 (04:53 +0000)
72 files changed:
gdb/config/a29k/a29k-kern.mt
gdb/config/a29k/a29k-udi.mt
gdb/config/a29k/a29k.mt
gdb/config/a29k/ultra3.mt
gdb/config/a29k/vx29k.mt
gdb/config/arm/arm.mt
gdb/config/i386/i386aix.mt
gdb/config/i386/i386aout.mt
gdb/config/i386/i386bsd.mt
gdb/config/i386/i386lynx.mt
gdb/config/i386/i386m3.mt
gdb/config/i386/i386mk.mt
gdb/config/i386/i386nw.mt
gdb/config/i386/i386os9k.mt
gdb/config/i386/i386v.mt
gdb/config/i386/i386v4.mt
gdb/config/i386/ptx.mt
gdb/config/i386/ptx4.mt
gdb/config/i386/sun386.mt
gdb/config/i386/symmetry.mt
gdb/config/i960/nindy960.mt
gdb/config/i960/vxworks960.mt
gdb/config/m68k/3b1.mt
gdb/config/m68k/altos.mt
gdb/config/m68k/apollo68b.mt
gdb/config/m68k/delta68.mt
gdb/config/m68k/dpx2.mt
gdb/config/m68k/es1800.mt
gdb/config/m68k/hp300bsd.mt
gdb/config/m68k/hp300hpux.mt
gdb/config/m68k/isi.mt
gdb/config/m68k/m68klynx.mt
gdb/config/m68k/m68kv4.mt
gdb/config/m68k/news.mt
gdb/config/m68k/sun2os3.mt
gdb/config/m68k/sun2os4.mt
gdb/config/m68k/sun3os3.mt
gdb/config/m68k/sun3os4.mt
gdb/config/m68k/vxworks68.mt
gdb/config/m88k/cxux.mt
gdb/config/m88k/delta88.mt
gdb/config/m88k/delta88v4.mt
gdb/config/m88k/m88k.mt
gdb/config/mips/bigmips.mt
gdb/config/mips/bigmips64.mt
gdb/config/mips/decstation.mt
gdb/config/mips/idt.mt
gdb/config/mips/idt64.mt
gdb/config/mips/idtl.mt
gdb/config/mips/idtl64.mt
gdb/config/mips/irix3.mt
gdb/config/mips/littlemips.mt
gdb/config/mips/mipsel64.mt
gdb/config/mips/mipsm3.mt
gdb/config/mips/mipsv4.mt
gdb/config/ns32k/merlin.mt
gdb/config/ns32k/nbsd.mt
gdb/config/ns32k/ns32km3.mt
gdb/config/ns32k/umax.mt
gdb/config/pa/hppabsd.mt
gdb/config/pa/hppaosf.mt
gdb/config/pa/hppapro.mt
gdb/config/powerpc/ppc-nw.mt
gdb/config/sparc/sp64.mt
gdb/config/sparc/sp64sim.mt
gdb/config/sparc/sparc-em.mt
gdb/config/sparc/sparclite.mt
gdb/config/sparc/sparclynx.mt
gdb/config/sparc/sun4os4.mt
gdb/config/sparc/sun4sol2.mt
gdb/config/sparc/vxsparc.mt
gdb/config/z8k/z8ksim.mt

index 1f85c1edb5e0525ff872291e07d6b46a633c1731..f1a2e521b0bec84effd94b69ffd397bbbbe32d6d 100644 (file)
@@ -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
index d008f295c470ca2603917710face1a59f7dbb075..d0cac1a26587cf8fd01cfa48b404280aa08920a8 100644 (file)
@@ -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=
index 87f7d4db3da07d51872c59c278598c4b8bc22a50..a3f5910b18fe0c6bc0afadd09fb5f0987f72dd4c 100644 (file)
@@ -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
index f033b9f833ebea8ba3af0bdf75861e68463b03ee..1f5fd2f12e4a1f0f8eb434b231b623e6d49a03ea 100644 (file)
@@ -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
index c7ec02a3538c9d66750ee57cd3366b516d4c3797..4d6f5cc1e4bbb3ccd3c11c6756441918a6a9dd7e 100644 (file)
@@ -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
index 146995b69cb6742784349dd931064a9c3cc4850a..e6e3ec9a7085d888c2e2a86415bd721b92a9cac9 100644 (file)
@@ -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
index 5318a38ce66a4348bae96bead7a9a8b228183b5f..12e0e1fc79a969655e16d0a35c744486739e22bf 100644 (file)
@@ -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
index cd8f7e0042eda67d49e1d59d950bd5da616375bb..1c94ba5216cacdb98ee921259c4d428dafea4f46 100644 (file)
@@ -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
index 402d6af3b13d3582ab420938af28824bab11fda1..ef61731111592ca7c23b615993086563849786b4 100644 (file)
@@ -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
index a18a5176a2685c2076d7d24a6d04d75e61618a06..6704b43e5b92403c2531fe3b2ef8da4c95e74e0d 100644 (file)
@@ -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
index c9be2de15237e55ecc3702307d7e5b35dd74b9e4..e985ae345d989d9bacd2a64d29cdb85a8a040e81 100644 (file)
@@ -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
index 93109bb4c77feceeb5aea0c7d14397b6b368bede..aa2f6a48732f2dc7d87271746e97c854beda477a 100644 (file)
@@ -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
index 6753d6aefb5e614756103332774d8725898ac97a..3109c42149efef5f190392b49737d4cd5a68e1d4 100644 (file)
@@ -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
index 4268368f4bbea8677fa0571ee48cf0e206bbf4a8..5a8794db58f08169db5d719f2cfc848e37e7ee08 100644 (file)
@@ -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
index 75e566139c462e67031fb6b58da5576a2f3c9263..7242d3e8f3895313edbc6aac81ffe36e64a71119 100644 (file)
@@ -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
index 5e0e69d18d4854f9e0f51ae08014ed617257cca0..c22b6755985ab009f2642cf37a919401a334f542 100644 (file)
@@ -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
index e82c6b2153e7358e74f7f830ca4d6b2580fbabc6..757df3328fc6e9ab1be8c528ed69919885268b1b 100644 (file)
@@ -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
index 882a58933a6cff41739f1066ee1a4e1683f52ae5..f34780919961bde9a8222fe058c2528400875133 100644 (file)
@@ -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
index 26bd7c33100b3cfb3c3a6fbbff920335f23c6588..665ca643fd55669e4db8b6f759b6e8ed83a66a37 100644 (file)
@@ -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
index 09ab75b4ed41d7c7e21aca0e454cd2286106f6ac..a3dba70bd82421600925006d87826fc1b6e22c7e 100644 (file)
@@ -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
index fd225ef0e62d75f315e6fd3479e62380726a2ee5..f37c1da4b7c30d2e30b39100b5a1a3ef1ef6c1db 100644 (file)
@@ -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
index da1606e6c6aa700236efcdb445793a576553e209..a484fbf5bbf6b81ab62135ebd993c10db285499a 100644 (file)
@@ -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
index 4f8852b4a56ba94e8d972e1b52a96df5a3066e72..4c5d9d4bb0711e80a5b25c56dacdf36064efa3c9 100644 (file)
@@ -1,3 +1,3 @@
 # Target: AT&T 3b1/Unix pc
-TDEPFILES= m68k-pinsn.o
+TDEPFILES= m68k-tdep.o
 TM_FILE= tm-3b1.h
index 3cc37b939e08537b60935c08d45bb0a789ee4cde..521e958bfedd0da5e4169c9e3e46809abc1838e2 100644 (file)
@@ -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
index c6871daeb38aff50ddf202b8c39188bb64b5f983..2383d3b6156cf175a07d1198dcde9fb3e9385aae 100644 (file)
@@ -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
index 26dc71bd25615993994c8d0a3cb83f3f572d8ddd..2761329f2c8b59319a52285965fabefd88fda99f 100644 (file)
@@ -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
index 3bece31957b6ed21ea703c7754c91cd3011be0bd..5bbbbe6fd8dbdebd1fb6a68f0e382e56ae71bb85 100644 (file)
@@ -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
index 6e54e31cf58787802bcc2d6d5d985bf4f20e34e0..d809c610718950105a0cb46481887cebd1460662 100644 (file)
@@ -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
index 7690f09acb36d3793a584f7a13d397a9069a88ca..cbcc5edb7db176391ad6227723d37f74a4e39a68 100644 (file)
@@ -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
index 431d0c7cadd1e9d00496adf91774f60f32e1c6d7..0fa801dee2529dcd28a054e698781ed35f0b3734 100644 (file)
@@ -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
index 75461947aae50145d2665f482fd07136bf307807..7c4cdee7d33391f1de20e0984d390070c1c883dc 100644 (file)
@@ -1,3 +1,3 @@
 # Target: ISI Optimum V (3.05) under 4.3bsd.
-TDEPFILES= m68k-pinsn.o
+TDEPFILES=
 TM_FILE= tm-isi.h
index 8ba98e95508f539bd2ef41ec924abe2248e115af..4aeac96d881f67fcc3bb64bb4cdd8ba55f35244f 100644 (file)
@@ -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
index 2206d6dbac93c43404eee1ab07c3be58ef918c53..fcabb172d50371a075b74910e5b5496a85cc948f 100644 (file)
@@ -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
index 5c595ea6b49b20b3d82eab98a4131c2902bcec09..42f241717dc6081ccd73140138f5a4366e55493b 100644 (file)
@@ -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
index 0049969eb1e67b2776a97b104718bb511f12cdde..12b7c7fec8a4942f15a3452462f2fd5a004614f6 100644 (file)
@@ -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
index c585a44b67fa2133655dbbff8fd960bb6c930e91..d0c56fe138414699e7700eb8b5d4307969849784 100644 (file)
@@ -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
index 49bb3172bb772edc860f05ddd07ae1932c8fd3bb..8f9dac85e0ecc8f02f26eec334cf4c9ccf9b7e2f 100644 (file)
@@ -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
index 77427e5ab04455ce4e305d69f4b4ffa5eb6aeb19..dbc265fec7d1e5012dbbbd0abea73ed4846b93ee 100644 (file)
@@ -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
index c6b0aeb7c2769b4f49f8deae3acc2652bb69ff88..a6c4fc1a6f078fbb4ac70f5912d8bfda252d5988 100644 (file)
@@ -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
index 829456dad0c4f6513bd11dca1b076d75ffdd12f6..295de84c903fcab4448f7e47664784d9eb1619df 100644 (file)
@@ -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
index ff9dd78e0d1733304132385c5bf0d15d9047dc49..c8e669b687c2ec936c3964deb989e5d0d642b5a0 100644 (file)
@@ -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
index c241ae43b4dc9df3ee5c1fa08c0500b27922c851..7797d4b629533035cb0aafb5fe8bac07c4e680b2 100644 (file)
@@ -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
index e0bf577a6d18a5937355443a69d90453a66fc72a..ca3fab411650b5c4b9a3f705efa0f8ec7d3bd491 100644 (file)
@@ -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
index b183b3ef0507e913d14ee4e44c7f4b960fb676b9..38f03f2f8e41051ebe80379cb6b08db4e658d09a 100644 (file)
@@ -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
index 6c6d9897374d423ab476e5162b9d087003e42493..fcb7b21dae576f792772e21cd3442205020e5b1b 100644 (file)
@@ -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
index 09fbfa360566570547e5c463e7102f9577085e24..19847224d2f2940712c003d02f302dea0cb4e686 100644 (file)
@@ -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
index e13427d5179fb6a0b6f3e3181b967709473cf795..0f116454a197baf337716761e557be6570e4b634 100644 (file)
@@ -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
index a213307e5c6302753602d2f09c635b897a57b405..b177f07fe5d77d19c7dea6cfbe0910a501ac71e2 100644 (file)
@@ -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
index 2e3dc7200e94aea413077b4ed91d8ccd7c9dceee..7dc06379ab6f0cd7dd372067f4b574781c5ed62d 100644 (file)
@@ -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
index 48778dcd25346c495cc42807877eefb609a9e504..8391e5d5dcc9520c5f89f2b1819a467128666f13 100644 (file)
@@ -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
index 978aafd9d15a2257914f8e2f24ed97ed2c50a542..b3fa4dda384a015c104f46489f827548efe3f14b 100644 (file)
@@ -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
index 09fbfa360566570547e5c463e7102f9577085e24..19847224d2f2940712c003d02f302dea0cb4e686 100644 (file)
@@ -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
index f8a02a6348bffcf4e2a7a135ecd80b00a70fd431..0187c24aaad35a7ff2eb2a93b2a2b3a4d4eb72c0 100644 (file)
@@ -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
index 1f81c2f88875ceed2f82e55e6cfff394bc7d4e7c..d122be1004e27ed0526c291e9e8d9564342f6ca7 100644 (file)
@@ -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
index 332e1f345b55698e237687972f1ca1607be2fb91..6d3b47d024a695dd33c842708a2fcc1ee0db4678 100644 (file)
@@ -1,3 +1,3 @@
 # Target: MIPS running SVR4
-TDEPFILES= mips-pinsn.o mips-tdep.o
+TDEPFILES= mips-tdep.o
 TM_FILE= tm-mipsv4.h
index 9a2d0ca0c0b88768c48ba61f7ce4d19de8a82004..b346077344e5ec9abf5b69d40adf8bf1ada804a7 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Merlin running utek 2.1
-TDEPFILES= ns32k-pinsn.o
+TDEPFILES= ns32k-tdep.o
 TM_FILE= tm-merlin.h
index 5071605f3714ccdb6da1a56cd945661b38e4261e..512132a757f2cd0bc4b141304f2df189e48ec7e4 100644 (file)
@@ -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
index 30c654b160221e31b4a477467213afcf6cefb1a4..9391176fc562cfdace808e885390043e22cd7292 100644 (file)
@@ -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
index 3c6063272b24f021ae110e7c94e6f1b61bd304e0..4c9169d8e76f47364f2040f0bc1e92637a71be47 100644 (file)
@@ -1,3 +1,3 @@
 # Target: Encore running umax 4.2
-TDEPFILES= ns32k-pinsn.o
+TDEPFILES= ns32k-tdep.o
 TM_FILE= tm-umax.h
index 19ab26f475304511707f8a206f9eb38e45c2f55f..a446d28f2013c8179aa6855c81b6d288a5776792 100644 (file)
@@ -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 
index a18fdcda83e3295fa4dadff876fbb276b6880fea..4699ba789fcea7351814f688bd4479001dde0507 100644 (file)
@@ -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 
index bf1e89410c23b709a6d292937220c91fdad38fc4..0f6725fc1745d767b2924721975849202445a2f3 100644 (file)
@@ -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
index 277b1b93052290d0f919db861a29fcfa08808ed4..0eaa23d55b7713204e1a5d9ab04bb16f2d3c6658 100644 (file)
@@ -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
index f45f4a4f1bab5c1af6df4545ba7e02acb4d3f56d..1968acdc1c99ea72ee6f977e0beca233a6d0830e 100644 (file)
@@ -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
index 9a7355028b5760a4adf0030233b24cd36941e0fc..8a4b2ba22705143120607d91bd147670eec521fd 100644 (file)
@@ -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
index a62b32b9c53435b19a82808f8e1d9c6f9f3f3c16..13b0c6a29e2b747e4296eaa639db7b0165503a22 100644 (file)
@@ -1,3 +1,3 @@
 # Target: SPARC embedded
-TDEPFILES= sparc-tdep.o sparc-pinsn.o
+TDEPFILES= sparc-tdep.o
 TM_FILE= tm-spc-em.h
index 6ea87ae4a72258fe15d13598698cc9515ded5035..33c7b1a410da0b925d2a935e4609d89c0aba05f6 100644 (file)
@@ -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
index 503e6c4e2199dc0ac272f757b259a2c0e9490e71..5e61645caaa014d2b38023c8609139e155120fc5 100644 (file)
@@ -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
index a2c5ef2dd4c1b839564092d0d7b43a80557e190d..5a4ecb9546e74b724bc37c9b411c5c34e07ee1c9 100644 (file)
@@ -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
index 99eb7ae0ff21aec869be88507cb8606137c012d7..af70e9f9f9f66188b40923e95f18752d872ab5da 100644 (file)
@@ -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
index f9a2aa08df042b5c493de567ac20dc0ab8d3a127..3ae896a51c44f847ab8ef2bab86286fe27cd2c8d 100644 (file)
@@ -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
index aa47012bd85d0775fa3cb86a87760bfe98a098a5..744470c6dc0ff84d434c798de1f558ac138116f2 100644 (file)
@@ -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