Preparation for gdb-4.1 release.

This commit is contained in:
John Gilmore 1991-09-20 08:36:19 +00:00
parent 006774c48a
commit 9c85f3ceac
2 changed files with 27 additions and 4 deletions

View file

@ -1,3 +1,15 @@
Thu Sep 19 23:33:41 1991 John Gilmore (gnu at cygnus.com)
* Makefile.in (HFILES): Add minimon.h.
(VERSION): Roll version number to 4.0.95.
(gdb.tar.Z, make-proto-gdb.dir, setup-to-dist, gdb-XXX.tar.Z):
New rules for building distributions. Normal distribution
is built by doing `make -f Makefile.in gdb.tar.Z' in the directory
one level up from here; it calls make-proto-gdb.dir to build a
directory `proto-gdb' which is an image of the release. The old
`gdb.tar.Z' rule still works too.
* config.sub, configure: Roll in latest from ..
Thu Sep 19 17:41:24 1991 Roland H. Pesch (pesch at cygnus.com) Thu Sep 19 17:41:24 1991 Roland H. Pesch (pesch at cygnus.com)
* doc/gdbint.texinfo: Reorder contents; reorganize new-host, * doc/gdbint.texinfo: Reorder contents; reorganize new-host,

19
gdb/config.sub vendored
View file

@ -22,7 +22,7 @@ case "$1" in
# cpu alone is a valid alias for cpu-none-none. # cpu alone is a valid alias for cpu-none-none.
vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc | ns32k \ vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc | ns32k \
| alliant | arm | c1 | c2 | mips | pyramid | tron | a29k \ | alliant | arm | c1 | c2 | mips | pyramid | tron | a29k \
| rtpc | rs6000 | i960) | romp | rs6000 | i960 | h8300)
cpu=$1 cpu=$1
vendor=none vendor=none
os=none os=none
@ -162,6 +162,12 @@ iris | iris4d)
vendor=sgi vendor=sgi
os=irix # maybe? os=irix # maybe?
;; ;;
dpx2)
vendor=bull
cpu=m68k
os=sysv
;;
isi | isi68) isi | isi68)
cpu=m68k cpu=m68k
vendor=isi vendor=isi
@ -227,6 +233,11 @@ np1)
vendor=gould vendor=gould
os=sysv # maybe? os=sysv # maybe?
;; ;;
rtpc)
cpu=romp
vendor=ibm
os=aix # maybe?
;;
pbd) pbd)
cpu=sparc cpu=sparc
vendor=unicom vendor=unicom
@ -368,7 +379,7 @@ esac
case "${cpu}" in case "${cpu}" in
none | vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc \ none | vax | tahoe | i386 | i860 | m68k | m68000 | m88k | sparc \
| ns32k | alliant | arm | c1 | c2 | mips | pyramid | tron \ | ns32k | alliant | arm | c1 | c2 | mips | pyramid | tron \
| a29k | rtpc | rs6000 | i960 | xmp | ymp | cray2 | 580) | a29k | romp | rs6000 | i960 | xmp | ymp | cray2 | 580 | h8300)
;; ;;
# start-sanitize-v9 # start-sanitize-v9
@ -388,7 +399,7 @@ case "${vendor}" in
cbm | convergent | convex | coff | cray | dec | encore |\ cbm | convergent | convex | coff | cray | dec | encore |\
gould | intel | isi | hp | ibm | little | mips | motorola |\ gould | intel | isi | hp | ibm | little | mips | motorola |\
ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\ ncr | next | none | nyu | sco | sequent | sgi | sony | sun |\
unicom | utek | wrs ) ;; unicom | utek | wrs | bull ) ;;
# start-sanitize-v9 # start-sanitize-v9
hal) ;; hal) ;;
@ -404,7 +415,7 @@ esac
case "${os}" in case "${os}" in
aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \ aix* | aout | bout | bsd* | coff | ctix* | dynix* | esix* | hpux* | irix* \
| isc* | mach* | newsos* | nindy* | none | osf* | osf* | sco* \ | isc* | kern | mach* | newsos* | nindy* | none | osf* | osf* | sco* \
| sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \ | sunos* | sysv* | ultrix* | unos* | v88r* | vms* | vxworks* \
| sym[1-9]* | unicos* | uts | svr4 | amigados) | sym[1-9]* | unicos* | uts | svr4 | amigados)
;; ;;