diff options
author | Andrew Cagney <cagney@gnu.org> | 2000-04-27 01:45:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@gnu.org> | 2000-04-27 01:45:45 +0000 |
commit | 953e80cdfb969ab4cc4cb8547a6d630980d24e38 (patch) | |
tree | f9664b1f337740dfa0e6088ed026931523a809c8 | |
parent | 275890df60ffbd97ab3a8c11d2c1a3dda4372ff6 (diff) | |
download | newlib-953e80cdfb969ab4cc4cb8547a6d630980d24e38.zip newlib-953e80cdfb969ab4cc4cb8547a6d630980d24e38.tar.gz newlib-953e80cdfb969ab4cc4cb8547a6d630980d24e38.tar.bz2 |
Bump GDB version to 4.95.0
-rw-r--r-- | Makefile.in | 1 | ||||
-rwxr-xr-x | djunpack.bat | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 8e26f2d..6511ce1 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 1a9e4aa..e863efc 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
|