From: John Gilmore Date: Thu, 4 Jul 1991 21:56:20 +0000 (+0000) Subject: * Add dec3100 as equivalent to littlemips. Indicate in all host & X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4eda21f2f64846fb1a5dcec4dee29adccb92d185;p=deliverable%2Fbinutils-gdb.git * 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. --- diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index 6624ce242b..f4ab9c6c8b 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -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 diff --git a/gdb/config/3b1.mt b/gdb/config/3b1.mt index 6ee651fd12..bba2ed1e66 100644 --- a/gdb/config/3b1.mt +++ b/gdb/config/3b1.mt @@ -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 diff --git a/gdb/config/altos.mt b/gdb/config/altos.mt index 6887d89810..d156615f65 100644 --- a/gdb/config/altos.mt +++ b/gdb/config/altos.mt @@ -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 diff --git a/gdb/config/altosgas.mt b/gdb/config/altosgas.mt index 0431a273bf..7c2912e9d4 100644 --- a/gdb/config/altosgas.mt +++ b/gdb/config/altosgas.mt @@ -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. diff --git a/gdb/config/am29k b/gdb/config/am29k index 89848af45d..562e43f71d 100755 --- a/gdb/config/am29k +++ b/gdb/config/am29k @@ -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 diff --git a/gdb/config/arm.mt b/gdb/config/arm.mt index ecbb416bf2..146995b69c 100644 --- a/gdb/config/arm.mt +++ b/gdb/config/arm.mt @@ -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 diff --git a/gdb/config/bigmips.mt b/gdb/config/bigmips.mt index 3663324be7..c52e39b1be 100644 --- a/gdb/config/bigmips.mt +++ b/gdb/config/bigmips.mt @@ -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 diff --git a/gdb/config/convex.mt b/gdb/config/convex.mt index 06540ddf98..aa8dfc5c64 100644 --- a/gdb/config/convex.mt +++ b/gdb/config/convex.mt @@ -1,3 +1,3 @@ -# Convex Unix (4bsd) +# Target: Convex Unix (4bsd) TDEPFILES= convex-tdep.o convex-pinsn.o TM_FILE= tm-convex.h diff --git a/gdb/config/hp300bsd.mt b/gdb/config/hp300bsd.mt index bba4f4c3e3..235252f6c5 100644 --- a/gdb/config/hp300bsd.mt +++ b/gdb/config/hp300bsd.mt @@ -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 diff --git a/gdb/config/hp300hpux.mt b/gdb/config/hp300hpux.mt index 4120beeacf..d061486ad1 100644 --- a/gdb/config/hp300hpux.mt +++ b/gdb/config/hp300hpux.mt @@ -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 diff --git a/gdb/config/i386sco.mt b/gdb/config/i386sco.mt index 6cb5e26049..720eea2a21 100644 --- a/gdb/config/i386sco.mt +++ b/gdb/config/i386sco.mt @@ -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 diff --git a/gdb/config/i386v-g.mt b/gdb/config/i386v-g.mt index 481df3256e..cd07b5cb66 100644 --- a/gdb/config/i386v-g.mt +++ b/gdb/config/i386v-g.mt @@ -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. diff --git a/gdb/config/i386v.mt b/gdb/config/i386v.mt index 805053437f..d595f7ec0d 100644 --- a/gdb/config/i386v.mt +++ b/gdb/config/i386v.mt @@ -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 diff --git a/gdb/config/i386v32-g.mt b/gdb/config/i386v32-g.mt index 4c767c6d2d..e2cd6b4f60 100644 --- a/gdb/config/i386v32-g.mt +++ b/gdb/config/i386v32-g.mt @@ -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. diff --git a/gdb/config/i386v32.mt b/gdb/config/i386v32.mt index 55ea73c815..48d6abfbea 100644 --- a/gdb/config/i386v32.mt +++ b/gdb/config/i386v32.mt @@ -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 diff --git a/gdb/config/i960.mt b/gdb/config/i960.mt index c2f3b91eb5..f6a7556b2a 100644 --- a/gdb/config/i960.mt +++ b/gdb/config/i960.mt @@ -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. diff --git a/gdb/config/isi.mt b/gdb/config/isi.mt index d031117ef7..fb4d83f9d0 100644 --- a/gdb/config/isi.mt +++ b/gdb/config/isi.mt @@ -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 diff --git a/gdb/config/littlemips.mt b/gdb/config/littlemips.mt index f55804865a..8025b9c433 100644 --- a/gdb/config/littlemips.mt +++ b/gdb/config/littlemips.mt @@ -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 diff --git a/gdb/config/m88k.mt b/gdb/config/m88k.mt index 80877b0b75..dd3a48193f 100644 --- a/gdb/config/m88k.mt +++ b/gdb/config/m88k.mt @@ -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 diff --git a/gdb/config/merlin.mt b/gdb/config/merlin.mt index ee330ffda6..25460e23b9 100644 --- a/gdb/config/merlin.mt +++ b/gdb/config/merlin.mt @@ -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 diff --git a/gdb/config/news.mt b/gdb/config/news.mt index 8700a2b321..f00779a5b6 100644 --- a/gdb/config/news.mt +++ b/gdb/config/news.mt @@ -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 diff --git a/gdb/config/news1000.mt b/gdb/config/news1000.mt index 18fabe4b1e..ca16e590ef 100644 --- a/gdb/config/news1000.mt +++ b/gdb/config/news1000.mt @@ -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 diff --git a/gdb/config/nindy960.mt b/gdb/config/nindy960.mt index 06b9a51849..0751bd6fb7 100644 --- a/gdb/config/nindy960.mt +++ b/gdb/config/nindy960.mt @@ -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= diff --git a/gdb/config/none.mt b/gdb/config/none.mt index c6b5db982b..9917e2b7ce 100644 --- a/gdb/config/none.mt +++ b/gdb/config/none.mt @@ -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. diff --git a/gdb/config/np1.mt b/gdb/config/np1.mt index 69b226e917..1a5d68bb39 100644 --- a/gdb/config/np1.mt +++ b/gdb/config/np1.mt @@ -1,3 +1,3 @@ -# Gould NP1 +# Target: Gould NP1 TDEPFILES= exec.o gould-pinsn.o TM_FILE= tm-np1.h diff --git a/gdb/config/pn.mt b/gdb/config/pn.mt index b7f062c754..e53ab9efa7 100644 --- a/gdb/config/pn.mt +++ b/gdb/config/pn.mt @@ -1,3 +1,3 @@ -# Gould Powernode +# Target: Gould Powernode TDEPFILES= exec.o gould-pinsn.o TM_FILE= tm-pn.h diff --git a/gdb/config/pyramid.mt b/gdb/config/pyramid.mt index 72e1dadbbf..40c87861ee 100644 --- a/gdb/config/pyramid.mt +++ b/gdb/config/pyramid.mt @@ -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. diff --git a/gdb/config/sun2os3.mt b/gdb/config/sun2os3.mt index 3cabf514a7..bee830dd96 100644 --- a/gdb/config/sun2os3.mt +++ b/gdb/config/sun2os3.mt @@ -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. diff --git a/gdb/config/sun2os4.mt b/gdb/config/sun2os4.mt index c4bc42468c..48181b880c 100644 --- a/gdb/config/sun2os4.mt +++ b/gdb/config/sun2os4.mt @@ -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. diff --git a/gdb/config/sun3.mt b/gdb/config/sun3.mt index 352fc1e482..9c93c56ede 100644 --- a/gdb/config/sun3.mt +++ b/gdb/config/sun3.mt @@ -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. diff --git a/gdb/config/sun386.mt b/gdb/config/sun386.mt index 6bd8cc0b26..614df414ba 100644 --- a/gdb/config/sun386.mt +++ b/gdb/config/sun386.mt @@ -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 diff --git a/gdb/config/sun3os3.mt b/gdb/config/sun3os3.mt index 1c5d2b954e..fa3c66268f 100644 --- a/gdb/config/sun3os3.mt +++ b/gdb/config/sun3os3.mt @@ -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. diff --git a/gdb/config/sun3os4.mt b/gdb/config/sun3os4.mt index 352fc1e482..9c93c56ede 100644 --- a/gdb/config/sun3os4.mt +++ b/gdb/config/sun3os4.mt @@ -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. diff --git a/gdb/config/sun4.mt b/gdb/config/sun4.mt index 0aa95d891d..9a803cdb99 100644 --- a/gdb/config/sun4.mt +++ b/gdb/config/sun4.mt @@ -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. diff --git a/gdb/config/sun4os3.mt b/gdb/config/sun4os3.mt index 35942d9af0..b1890e80e3 100644 --- a/gdb/config/sun4os3.mt +++ b/gdb/config/sun4os3.mt @@ -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. diff --git a/gdb/config/sun4os4.mt b/gdb/config/sun4os4.mt index 0aa95d891d..9a803cdb99 100644 --- a/gdb/config/sun4os4.mt +++ b/gdb/config/sun4os4.mt @@ -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. diff --git a/gdb/config/symmetry.mt b/gdb/config/symmetry.mt index 1165d5ee93..e241993d04 100644 --- a/gdb/config/symmetry.mt +++ b/gdb/config/symmetry.mt @@ -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 diff --git a/gdb/config/tahoe.mt b/gdb/config/tahoe.mt index c15d05c0b4..9527900e0f 100644 --- a/gdb/config/tahoe.mt +++ b/gdb/config/tahoe.mt @@ -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 diff --git a/gdb/config/umax.mt b/gdb/config/umax.mt index 798586fb79..afaaeaae3c 100644 --- a/gdb/config/umax.mt +++ b/gdb/config/umax.mt @@ -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 diff --git a/gdb/config/vax.mt b/gdb/config/vax.mt index a222c6788c..ca4d36b232 100644 --- a/gdb/config/vax.mt +++ b/gdb/config/vax.mt @@ -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 diff --git a/gdb/config/vxworks68.mt b/gdb/config/vxworks68.mt index 0870164800..92791c5368 100644 --- a/gdb/config/vxworks68.mt +++ b/gdb/config/vxworks68.mt @@ -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 diff --git a/gdb/config/vxworks960.mt b/gdb/config/vxworks960.mt index ccda23da01..3f3c059fd0 100644 --- a/gdb/config/vxworks960.mt +++ b/gdb/config/vxworks960.mt @@ -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.