diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-06-13 19:11:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-06-13 19:11:54 +0000 |
commit | bcef29e60c15b6d60a420819d37bc59597d03ade (patch) | |
tree | 20e7a2d03d7f8ff7456fe578c6aca0652cfb08ae /binutils | |
parent | 5ec846f9cf2c4a043e0e2c30b3ad474ca484cb84 (diff) | |
download | gdb-bcef29e60c15b6d60a420819d37bc59597d03ade.zip gdb-bcef29e60c15b6d60a420819d37bc59597d03ade.tar.gz gdb-bcef29e60c15b6d60a420819d37bc59597d03ade.tar.bz2 |
2000-06-13 H.J. Lu <hjl@gnu.org>
* configure: Regenerate.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rwxr-xr-x | binutils/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7d4b6f8..e6988df 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-06-13 H.J. Lu <hjl@gnu.org> + + * configure: Regenerate. + 2000-06-08 David O'Brien <obrien@FreeBSD.org> * configure.in (VERSION): Update to show this is the CVS mainline. diff --git a/binutils/configure b/binutils/configure index 21270e9..b836b7d 100755 --- a/binutils/configure +++ b/binutils/configure @@ -816,7 +816,7 @@ fi PACKAGE=binutils -VERSION=2.9.5 +VERSION=2.10.90 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; } |