summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-04-27 01:45:58 +0000
committerAndrew Cagney <cagney@redhat.com>2000-04-27 01:45:58 +0000
commit0a6fb0c8b8b6ce01ba6461b47ac866ddc78f0e5e (patch)
tree4035765106ca4beed52b97a1da32ec987bc80c62
parentf88ca5fb281142ffd72130ab1a1dbf59d384bc65 (diff)
downloadgdb-0a6fb0c8b8b6ce01ba6461b47ac866ddc78f0e5e.tar.gz
Bump GDB version to 4.95.0gdb_4_95_0-2000-04-27-snapshot
-rw-r--r--Makefile.in1
-rwxr-xr-xdjunpack.bat4
-rw-r--r--gdb/Makefile.in2
3 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 8e26f2d3248..6511ce1aecc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -712,7 +712,6 @@ INSTALL_MODULES = \
install-shellutils \
install-sim \
install-tar \
- install-texinfo \
install-textutils \
install-tgas \
install-time \
diff --git a/djunpack.bat b/djunpack.bat
index 1a9e4aa197f..e863efc10bb 100755
--- a/djunpack.bat
+++ b/djunpack.bat
@@ -17,8 +17,8 @@ Rem
Rem The following 2 lines need to be changed with each new GDB release, to
Rem be identical to the name of the top-level directory where the GDB
Rem distribution unpacks itself.
-set GDBVER=gdb-5.0
-if "%GDBVER%"=="gdb-5.0" GoTo EnvOk
+set GDBVER=gdb-gdb-4.95.0
+if "%GDBVER%"=="gdb-gdb-4.95.0" GoTo EnvOk
Rem If their environment space is too small, re-exec with a larger one
command.com /e:4096 /c %0 %1
GoTo End
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 2b8397219b3..ca256b2f445 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -311,7 +311,7 @@ CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
ADD_FILES = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
ADD_DEPS = $(REGEX) $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
-VERSION = 20000204
+VERSION = 4.95.0
DIST=gdb
LINT=/usr/5bin/lint