* configure.in: Bump version number to 2.9.5.
* configure: Rebuild.
This commit is contained in:
parent
0ed1584392
commit
2844ed430f
@ -1,3 +1,8 @@
|
||||
1999-07-15 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* configure.in: Bump version number to 2.9.5.
|
||||
* configure: Rebuild.
|
||||
|
||||
1999-07-14 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* objdump.c (dump_section_header): Print SEC_SHORT.
|
||||
|
2
binutils/configure
vendored
2
binutils/configure
vendored
@ -814,7 +814,7 @@ fi
|
||||
|
||||
PACKAGE=binutils
|
||||
|
||||
VERSION=2.9.4
|
||||
VERSION=2.9.5
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
@ -5,7 +5,7 @@ AC_INIT(ar.c)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(binutils, 2.9.4)
|
||||
AM_INIT_AUTOMAKE(binutils, 2.9.5)
|
||||
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
1999-07-15 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* configure.in: Bump version number to 2.9.5.
|
||||
* configure: Rebuild.
|
||||
|
||||
1999-07-14 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* ldlang.c (wild_doit): Copy SEC_SHORT to output section.
|
||||
|
2
ld/configure
vendored
2
ld/configure
vendored
@ -814,7 +814,7 @@ fi
|
||||
|
||||
PACKAGE=ld
|
||||
|
||||
VERSION=2.9.4
|
||||
VERSION=2.9.5
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
@ -5,7 +5,7 @@ AC_INIT(ldmain.c)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(ld, 2.9.4)
|
||||
AM_INIT_AUTOMAKE(ld, 2.9.5)
|
||||
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user