aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2000-06-08 19:00:02 +0000
committerDavid O'Brien <obrien@FreeBSD.org>2000-06-08 19:00:02 +0000
commit946efd95b840ea7c0716e3923d7bbd7b7fc342c8 (patch)
tree9d8f79635a3edb381c8600645330186eb4095338
parent57a6fd078e3f8491935140185c10e7af5526c649 (diff)
downloadbinutils-946efd95b840ea7c0716e3923d7bbd7b7fc342c8.zip
binutils-946efd95b840ea7c0716e3923d7bbd7b7fc342c8.tar.gz
binutils-946efd95b840ea7c0716e3923d7bbd7b7fc342c8.tar.bz2
* configure.in (VERSION): Update to show this is the CVS mainline.
Approved by: Nick Clifton <nickc@cygnus.com> Message-Id: <200005222205.PAA14565@elmo.cygnus.com>
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/configure.in2
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/configure.in2
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/configure.in2
-rw-r--r--gprof/ChangeLog4
-rw-r--r--gprof/configure.in2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/configure.in2
10 files changed, 25 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 085d706..d434658 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-08 David O'Brien <obrien@FreeBSD.org>
+
+ * configure.in (VERSION): Update to show this is the CVS mainline.
+
2000-06-07 Alan Modra <alan@linuxcare.com.au>
* elf32-d10v.c: Include elf/d10v.h
diff --git a/bfd/configure.in b/bfd/configure.in
index 4cc84de..08daaa8 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -7,7 +7,7 @@ AC_INIT(libbfd.c)
AC_CANONICAL_SYSTEM
AC_ISC_POSIX
-AM_INIT_AUTOMAKE(bfd, 2.9.5)
+AM_INIT_AUTOMAKE(bfd, 2.10.90)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 5c5ccb4..7d4b6f8 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-08 David O'Brien <obrien@FreeBSD.org>
+
+ * configure.in (VERSION): Update to show this is the CVS mainline.
+
2000-06-02 David O'Brien <obrien@FreeBSD.org>
* strings.c (isgraphic): Interpret <TAB> as a printable character,
diff --git a/binutils/configure.in b/binutils/configure.in
index 6b5ae24..3268362 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -5,7 +5,7 @@ AC_INIT(ar.c)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(binutils, 2.9.5)
+AM_INIT_AUTOMAKE(binutils, 2.10.90)
AM_PROG_LIBTOOL
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1c107a4..e2fc6cd 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-08 David O'Brien <obrien@FreeBSD.org>
+
+ * configure.in (VERSION): Update to show this is the CVS mainline.
+
2000-06-08 Matthew Jacob <mjacob@feral.com>
* config/tc-alpha.c (md_undefined_symbol): Properly understand that
diff --git a/gas/configure.in b/gas/configure.in
index 3da7fcb..c3d775c 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -10,7 +10,7 @@ AC_INIT(as.h)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(gas, 2.9.5)
+AM_INIT_AUTOMAKE(gas, 2.10.90)
AM_PROG_LIBTOOL
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 54aaf3d..28e0d72 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-08 David O'Brien <obrien@FreeBSD.org>
+
+ * configure.in (VERSION): Update to show this is the CVS mainline.
+
2000-06-07 Philippe De Muyter <phdm@macqel.be>
* source.c: Remove direct inclusion of sys/stat.h.
diff --git a/gprof/configure.in b/gprof/configure.in
index 8c44a68..2ab72a6 100644
--- a/gprof/configure.in
+++ b/gprof/configure.in
@@ -4,7 +4,7 @@ AC_INIT(gprof.c)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(gprof, 2.9.5)
+AM_INIT_AUTOMAKE(gprof, 2.10.90)
AM_PROG_LIBTOOL
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b84d38a..b54138d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2000-06-08 David O'Brien <obrien@FreeBSD.org>
+
+ * configure.in (VERSION): Update to show this is the CVS mainline.
+
2000-06-07 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* emultempl/mipsecoff.em (gld{EMULATION_NAME}_after_open): Require all
diff --git a/ld/configure.in b/ld/configure.in
index 57de4d4..d91d569 100644
--- a/ld/configure.in
+++ b/ld/configure.in
@@ -5,7 +5,7 @@ AC_INIT(ldmain.c)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(ld, 2.9.5)
+AM_INIT_AUTOMAKE(ld, 2.10.90)
AM_PROG_LIBTOOL