* Add dec3100 as equivalent to littlemips. Indicate in all host &
authorJohn Gilmore <gnu@cygnus>
Thu, 4 Jul 1991 21:56:20 +0000 (21:56 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 4 Jul 1991 21:56:20 +0000 (21:56 +0000)
        target config files that they are for the host.  When the lines
        get copied into the Makefile, this makes it more obvious what's
        up.

42 files changed:
gdb/config/.Sanitize
gdb/config/3b1.mt
gdb/config/altos.mt
gdb/config/altosgas.mt
gdb/config/am29k
gdb/config/arm.mt
gdb/config/bigmips.mt
gdb/config/convex.mt
gdb/config/hp300bsd.mt
gdb/config/hp300hpux.mt
gdb/config/i386sco.mt
gdb/config/i386v-g.mt
gdb/config/i386v.mt
gdb/config/i386v32-g.mt
gdb/config/i386v32.mt
gdb/config/i960.mt
gdb/config/isi.mt
gdb/config/littlemips.mt
gdb/config/m88k.mt
gdb/config/merlin.mt
gdb/config/news.mt
gdb/config/news1000.mt
gdb/config/nindy960.mt
gdb/config/none.mt
gdb/config/np1.mt
gdb/config/pn.mt
gdb/config/pyramid.mt
gdb/config/sun2os3.mt
gdb/config/sun2os4.mt
gdb/config/sun3.mt
gdb/config/sun386.mt
gdb/config/sun3os3.mt
gdb/config/sun3os4.mt
gdb/config/sun4.mt
gdb/config/sun4os3.mt
gdb/config/sun4os4.mt
gdb/config/symmetry.mt
gdb/config/tahoe.mt
gdb/config/umax.mt
gdb/config/vax.mt
gdb/config/vxworks68.mt
gdb/config/vxworks960.mt

index 6624ce242bb4eb9ac563d878812892f865ceb2b5..f4ab9c6c8bf71505e007cf559d6426490640125a 100644 (file)
@@ -34,6 +34,7 @@ am29k
 arm
 bigmips
 convex
+dec3100
 hp300bsd
 hp300hpux
 i386sco
@@ -76,7 +77,13 @@ echo Done in `pwd`.
 #
 #
 # $Log$
-# Revision 1.1  1991/05/23 22:05:24  rich
+# Revision 1.2  1991/07/04 21:55:38  gnu
+#         * Add dec3100 as equivalent to littlemips.  Indicate in all host &
+#         target config files that they are for the host.  When the lines
+#         get copied into the Makefile, this makes it more obvious what's
+#         up.
+#
+# Revision 1.1  1991/05/23  22:05:24  rich
 # Initial revision
 #
 # Revision 1.2  1991/05/23  21:15:10  rich
index 6ee651fd126cc9aa72aebbab203d07be4a376451..bba2ed1e66175ec7e6b45649459532187ccf4efb 100644 (file)
@@ -1,3 +1,3 @@
-# AT&T 3b1/Unix pc
+# Target: AT&T 3b1/Unix pc
 TDEPFILES= exec.o m68k-pinsn.o
 TM_FILE= tm-3b1.h
index 6887d8981026125c88f5bb10e73947f3a253a921..d156615f65528dcfdfdab13debd7e0a986ec91c5 100644 (file)
@@ -1,3 +1,3 @@
-# Altos 3068 (68k, System V release 2)
+# Target: Altos 3068 (68k, System V release 2)
 TDEPFILES= m68k-pinsn.o exec.o
 TM_FILE= tm-altos.h
index 0431a273bf28ba7ae1831b656b0845172ac90ddf..7c2912e9d4aeff327566f9acfaac4cd8f37d9487 100644 (file)
@@ -1,4 +1,4 @@
-# Altos 3068 (68k, System V release 2), using COFF encapsulation
+# Target: Altos 3068 (68k, System V release 2), using COFF encapsulation
 
 #msg Use of the coff encapsulation features require the GNU binutils utilities
 #msg To be ahead of their System V counterparts in your path.
index 89848af45d2020db53c123dc1e1c3d56fb59097d..562e43f71d4f950904e404cd020cfad21c086704 100755 (executable)
@@ -1,4 +1,4 @@
-# AMD 29000 on EB29K board over a serial line.
+# Target: AMD 29000 on EB29K board over a serial line.
 TDEPFILES= exec.o am29k-pinsn.o remote-eb.o am29k-tdep.o
 TM_FILE= tm-29k.h
 # The following is for ../include/a.out.encap.h
index ecbb416bf2b46a90c6a95dca822d6a753daf2756..146995b69cb6742784349dd931064a9c3cc4850a 100644 (file)
@@ -1,3 +1,3 @@
-# Acorn RISC machine running RISCiX (4.3bsd)
+# Target: Acorn RISC machine running RISCiX (4.3bsd)
 TDEPFILES= arm-tdep.o arm-pinsn.o
 TM_FILE= tm-arm.h
index 3663324be7c8a74b31d94c6323f1916b19780220..c52e39b1bed7f422f278c4e9eb06d27de012235a 100644 (file)
@@ -1,3 +1,3 @@
-# Big-endian MIPS machine such as Sony News
+# Target: Big-endian MIPS machine such as Sony News
 TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
 TM_FILE= tm-bigmips.h
index 06540ddf9864891a1feff0f48a9e43710d8e95fc..aa8dfc5c64ee5af0a4697eaabd434ce980ae376a 100644 (file)
@@ -1,3 +1,3 @@
-# Convex Unix (4bsd)
+# Target: Convex Unix (4bsd)
 TDEPFILES= convex-tdep.o convex-pinsn.o
 TM_FILE= tm-convex.h
index bba4f4c3e359ed1b2193a19e42b0e6e9cb9208ee..235252f6c5bade8da37a19c3fa0e82d4ba294b6f 100644 (file)
@@ -1,3 +1,3 @@
-# Hewlett-Packard 9000 series 300, running BSD
+# Target: Hewlett-Packard 9000 series 300, running BSD
 TDEPFILES= exec.o m68k-pinsn.o
 TM_FILE= tm-hp300bsd.h
index 4120beeacfcf4dfdf4184fe5ad26e9f49ffe9f7f..d061486ad1502805e8b3ac253529cb3fc19f3731 100644 (file)
@@ -1,4 +1,4 @@
-# Hewlett-Packard 9000 series 300, running HPUX
+# Target: Hewlett-Packard 9000 series 300, running HPUX
 
 #msg Note that GDB can only read symbols from programs that were
 #msg compiled with GCC
index 6cb5e26049a81ba66e76c7eba03c3b6ec2770c22..720eea2a21ad3648ef73ac3097ac5134d1af827a 100644 (file)
@@ -1,3 +1,3 @@
-# Intel 386 running SCO Unix (pre-SVR4)
+# Target: Intel 386 running SCO Unix (pre-SVR4)
 TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
 TM_FILE= tm-i386v.h
index 481df3256e7df9ef22ff22b745ac9690e11b48c4..cd07b5cb664d53d49d4c9cae3e27b959d07c9183 100644 (file)
@@ -1,4 +1,4 @@
-# Intel 386 running System V, using COFF encapsulation
+# Target: Intel 386 running System V, using COFF encapsulation
 
 #msg Use of the COFF encapsulation features requires the GNU binary utilities
 #msg to be ahead of their System V counterparts in your path.
index 805053437f5d767814965a5adfa23663b2c9e989..d595f7ec0da7c536e32eefdd6f5e5ebff46b30f1 100644 (file)
@@ -1,3 +1,3 @@
-# Intel 386 running System V
+# Target: Intel 386 running System V
 TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
 TM_FILE= tm-i386v.h
index 4c767c6d2d4e0c4204cf0cf3b0a22d2d5add5939..e2cd6b4f600f0890c9975e268ee346e6c50cd803 100644 (file)
@@ -1,4 +1,4 @@
-# Intel 386 running System V release 3.2, using COFF encapsulation
+# Target: Intel 386 running System V release 3.2, using COFF encapsulation
 
 #msg Use of the COFF encapsulation features requires the GNU binary utilities
 #msg to be ahead of their System V counterparts in your path.
index 55ea73c8158bb7a57fcee781299fb42db0f2d0e7..48d6abfbeaeeec0d54f7936baec495ef575637c6 100644 (file)
@@ -1,3 +1,3 @@
-# Intel 386 running System V release 3.2
+# Target: Intel 386 running System V release 3.2
 TDEPFILES= exec.o i386-tdep.o i386-pinsn.o
 TM_FILE= tm-i386v.h
index c2f3b91eb540862dc936a9f5864ee9c20d600fff..f6a7556b2a01a3879044a1cef61191f41b558976 100644 (file)
@@ -1,4 +1,4 @@
-# Intel 80960, under NINDY or under VxWorks, selected at runtime.
+# Target: Intel 80960, under NINDY or under VxWorks, selected at runtime.
 #msg
 #msg You must specify either "nindy960" or "vxworks960"; there is no
 #msg generic i960 target any more.
index d031117ef7f14c3318fadd0a06a57fe1a16a7ec3..fb4d83f9d07c8c50d1c1e4dc4a83e9e8a130566d 100644 (file)
@@ -1,3 +1,3 @@
-# ISI Optimum V (3.05) under 4.3bsd.
+# Target: ISI Optimum V (3.05) under 4.3bsd.
 TDEPFILES= exec.o m68k-pinsn.o
 TM_FILE= tm-isi.h
index f55804865a6e428fe8f2117e3d935a77acb9eba7..8025b9c43353d6b91927892c8bc209284c4459c9 100644 (file)
@@ -1,3 +1,3 @@
-# Little-endian MIPS machine such as DECstation.
+# Target: Little-endian MIPS machine such as DECstation.
 TDEPFILES= mips-pinsn.o mips-tdep.o mipsread.o exec.o
 TM_FILE= tm-mips.h
index 80877b0b75040377502068f347ea8cd66bfb14d0..dd3a48193fccd747e1275bc1679a0d63c780b948 100644 (file)
@@ -1,4 +1,4 @@
-# Motorola 88000 running DGUX
+# Target: Motorola 88000 running DGUX
 TDEPFILES= tdesc.o m88k-tdep.o m88k-pinsn.o exec.o coredep.o
 TM_CLIBS= tdesc-lib/libdc.o
 TM_CDEPS= tdesc-lib/libdc.o
index ee330ffda6978bb7433c398ae0d0c331a3100678..25460e23b938670fa441ef5dc262e8847e860b5e 100644 (file)
@@ -1,3 +1,3 @@
-# Merlin running utek 2.1
+# Target: Merlin running utek 2.1
 TDEPFILES= exec.o ns32k-pinsn.o
 TM_FILE= tm-merlin.h
index 8700a2b32150e1c0fe39f8dd0f2915bb2c5cdc70..f00779a5b6f60bf28bf5dfabc9fd374a900f2b7c 100644 (file)
@@ -1,3 +1,3 @@
-# Sony news series 700/800/900 (68020) running NewsOS version 3.
+# Target: Sony news series 700/800/900 (68020) running NewsOS version 3.
 TDEPFILES= m68k-pinsn.o exec.o m68k-tdep.o
 TM_FILE= tm-news.h
index 18fabe4b1ec8d99db113bc8d4ebfec08e9ff480a..ca16e590ef395d32671a92c8bef26eb9db213b86 100644 (file)
@@ -1,3 +1,3 @@
-# Sony news series 1000 (68030) running NewsOS version 3.
+# Target: Sony news series 1000 (68030) running NewsOS version 3.
 TDEPFILES= m68k-pinsn.o exec.o
 TM_FILE= tm-news.h
index 06b9a5184957a3d033b5094c98257b80cbce7b9c..0751bd6fb7c221682d5ef8b6af65f2e7a70c3e13 100644 (file)
@@ -1,4 +1,4 @@
-# Intel 80960, in an embedded system under the NINDY monitor
+# Target: Intel 80960, in an embedded system under the NINDY monitor
 TDEPFILES= exec.o i960-pinsn.o i960-tdep.o nindy-tdep.o remote-nindy.o nindy.o Onindy.o ttybreak.o ttyflush.o
 TM_FILE= tm-nindy960.h
 TM_CFLAGS=
index c6b5db982bb7feca9efcc3770e4f5bcd10a367dd..9917e2b7ce1ab71aa078b231ae438e47025c8941 100644 (file)
@@ -1,3 +1,3 @@
-# "no target".
+# Target: "no target".
 # This can be used to build you a Makefile that only runs administrative
 # commands like 'clean', 'gdb.tar.Z', etc.
index 69b226e9177a5d7dbf43dabe33986a6cabfaeee8..1a5d68bb396302a88329ab183a6f9ca0a62c52ab 100644 (file)
@@ -1,3 +1,3 @@
-# Gould NP1
+# Target: Gould NP1
 TDEPFILES= exec.o gould-pinsn.o
 TM_FILE= tm-np1.h
index b7f062c754c4b07f8e963bf618ce807c2ad74a63..e53ab9efa7c4c9d8b067856e8c53f3723a7149e5 100644 (file)
@@ -1,3 +1,3 @@
-# Gould Powernode
+# Target: Gould Powernode
 TDEPFILES= exec.o gould-pinsn.o
 TM_FILE= tm-pn.h
index 72e1dadbbff720f91739cfa3eca98f3d4ae7b5bf..40c87861ee6d6478f7d3ec723657bf4a49e7eae7 100644 (file)
@@ -1,4 +1,4 @@
-# Pyramid under OSx 4.0 (4.2bsd).
+# Target: Pyramid under OSx 4.0 (4.2bsd).
 
 #msg Note that GDB on Pyramids only works with GCC,
 #msg at least for some programs.
index 3cabf514a76fa6a4a48dfe954440e1fa94c8d76e..bee830dd9604950b734de9d1ff3fad0e619734f1 100644 (file)
@@ -1,4 +1,4 @@
-# Sun 2, running SunOS 3
+# Target: Sun 2, running SunOS 3
 # The system-supplied assembler re-orders the symbols so that gdb
 # can't find "gcc_compiled.".
 #msg If you compile your program with GCC, use the GNU assembler.
index c4bc42468c07b917ac9098aba5fddbf645e57a0b..48181b880cac91707ae1a71c49380d6f20f45d5e 100644 (file)
@@ -1,4 +1,4 @@
-# Sun 2, running SunOS 4
+# Target: Sun 2, running SunOS 4
 # The system-supplied assembler re-orders the symbols so that gdb
 # can't find "gcc_compiled.".
 #msg If you compile your program with GCC, use the GNU assembler.
index 352fc1e482c16b4a7eb725a80838d635929c64f8..9c93c56eded047eb39edb6a4ba71337e776b4ca9 100644 (file)
@@ -1,4 +1,4 @@
-# Sun 3, running SunOS 4, as a target system
+# Target: Sun 3, running SunOS 4, as a target system
 # The system-supplied assembler re-orders the symbols so that gdb
 # can't find "gcc_compiled.".
 #msg If you compile your program with GCC, use the GNU assembler.
index 6bd8cc0b262f3e71bc8607a29198718f45b62ae0..614df414ba830d3f44e5f73c7e84d81147a049b8 100644 (file)
@@ -1,3 +1,3 @@
-# Sun 386i target configuration file.
+# Target: Sun 386i target configuration file.
 TDEPFILES= exec.o i386-pinsn.o solib.o
 TM_FILE= tm-sun386.h
index 1c5d2b954ef12c416a0a4b97dc28ecd579a096e5..fa3c66268f5ca2627e87ff792b37c0f7aa7718ab 100644 (file)
@@ -1,4 +1,4 @@
-# Sun 3, running SunOS 3
+# Target: Sun 3, running SunOS 3
 # The system-supplied assembler re-orders the symbols so that gdb
 # can't find "gcc_compiled.".
 #msg If you compile your program with GCC, use the GNU assembler.
index 352fc1e482c16b4a7eb725a80838d635929c64f8..9c93c56eded047eb39edb6a4ba71337e776b4ca9 100644 (file)
@@ -1,4 +1,4 @@
-# Sun 3, running SunOS 4, as a target system
+# Target: Sun 3, running SunOS 4, as a target system
 # The system-supplied assembler re-orders the symbols so that gdb
 # can't find "gcc_compiled.".
 #msg If you compile your program with GCC, use the GNU assembler.
index 0aa95d891df760c811238beb25a89bfded9bab51..9a803cdb99b7e3df348f1b0d18cbd8e0b89c257e 100644 (file)
@@ -1,4 +1,4 @@
-# Sun 4 or Sparcstation, running SunOS 4
+# Target: Sun 4 or Sparcstation, running SunOS 4
 # The system-supplied assembler re-orders the symbols so that gdb
 # can't find "gcc_compiled.".
 #msg If you compile your program with GCC, use the GNU assembler.
index 35942d9af094a6dc4666e014a474ab0103ca267e..b1890e80e3fa8b4e072e2f6753dba8efa5850269 100644 (file)
@@ -1,4 +1,4 @@
-# Sun 4 or Sparcstation, running SunOS 3
+# Target: Sun 4 or Sparcstation, running SunOS 3
 # The system-supplied assembler re-orders the symbols so that gdb
 # can't find "gcc_compiled.".
 #msg If you compile your program with GCC, use the GNU assembler.
index 0aa95d891df760c811238beb25a89bfded9bab51..9a803cdb99b7e3df348f1b0d18cbd8e0b89c257e 100644 (file)
@@ -1,4 +1,4 @@
-# Sun 4 or Sparcstation, running SunOS 4
+# Target: Sun 4 or Sparcstation, running SunOS 4
 # The system-supplied assembler re-orders the symbols so that gdb
 # can't find "gcc_compiled.".
 #msg If you compile your program with GCC, use the GNU assembler.
index 1165d5ee932d7e788b8d0fde04323ca94ac6b7e5..e241993d043421b7688bb9da6074a51b840dbddd 100644 (file)
@@ -1,3 +1,3 @@
-# Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387.
+# Target: Sequent Symmetry running Dynix 3.0, with Weitek 1167 or i387.
 TDEPFILES= symm-tdep.o i386-pinsn.o
 TM_FILE= tm-symmetry.h
index c15d05c0b48c12a217c9215460114c93de0f2916..9527900e0f33549aa7f4735512e33d2130c30d6a 100644 (file)
@@ -1,3 +1,3 @@
-# CCI or Harris Tahoe running BSD Unix
+# Target: CCI or Harris Tahoe running BSD Unix
 TDEPFILES= tahoe-pinsn.o exec.o
 TM_FILE= tm-tahoe.h
index 798586fb79e90922ecb88722952728b975353ec9..afaaeaae3ced8eb6e000efd00b654448d45b4abe 100644 (file)
@@ -1,3 +1,3 @@
-# Encore running umax 4.2
+# Target: Encore running umax 4.2
 TDEPFILES= exec.o ns32k-pinsn.o
 TM_FILE= tm-umax.h
index a222c6788cb7bb86465b87cd36e671f406ea6e33..ca4d36b2328857c82214e4d3f88181818d30fc17 100644 (file)
@@ -1,3 +1,3 @@
-# DEC VAX running BSD or Ultrix
+# Target: DEC VAX running BSD or Ultrix
 TDEPFILES= vax-pinsn.o exec.o
 TM_FILE= tm-vax.h
index 0870164800c8ddcd9549795a0f3c776f9d3d43b7..92791c5368017d76aee880564d647090f6342000 100644 (file)
@@ -1,3 +1,3 @@
-# VxWorks running on a 68000, as a target system
+# Target: VxWorks running on a 68000
 TDEPFILES= exec.o m68k-pinsn.o m68k-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o xdr_regs.o
 TM_FILE= tm-vx68.h
index ccda23da015abc1a162987734784ac4889bd9eff..3f3c059fd0379bd866d433b01b05fca466640e6b 100644 (file)
@@ -1,4 +1,4 @@
-# VxWorks running on an Intel 960, as a target system
+# Target: VxWorks running on an Intel 960
 TDEPFILES= exec.o i960-pinsn.o i960-tdep.o remote-vx.o xdr_ld.o xdr_ptrace.o xdr_rdb.o xdr_regs.o
 TM_FILE= tm-vx960.h
 # Define this for the vx-share routines, which don't see param.h.
This page took 0.04045 seconds and 4 git commands to generate.