summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2006-04-19 02:06:15 +0000
committerAlan Modra <amodra@bigpond.net.au>2006-04-19 02:06:15 +0000
commit48e556e2bb5fb3681dd0189606a94c404bb48044 (patch)
tree019f608ec942abf629b35f7795905d8b868b1de5
parent2e51007809ec779d5daaaa5393b359a6c44ce77b (diff)
downloadbinutils-redhat-48e556e2bb5fb3681dd0189606a94c404bb48044.tar.gz
bfd/
* warning.m4 (--enable-werror, -build-warnings): Format help messages. * configure: Regenerate. binutils/ * configure: Regenerate. gas/ * configure.in (--enable-targets): Indent help message. * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * configure: Regenerate. opcodes/ * configure: Regenerate.
-rw-r--r--bfd/ChangeLog9
-rwxr-xr-xbfd/configure4
-rw-r--r--bfd/warning.m44
-rw-r--r--binutils/ChangeLog4
-rwxr-xr-xbinutils/configure4
-rw-r--r--gas/ChangeLog5
-rwxr-xr-xgas/configure6
-rw-r--r--gas/configure.in2
-rw-r--r--gprof/ChangeLog4
-rwxr-xr-xgprof/configure4
-rw-r--r--ld/ChangeLog4
-rwxr-xr-xld/configure4
-rw-r--r--opcodes/ChangeLog4
-rwxr-xr-xopcodes/configure4
14 files changed, 44 insertions, 18 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2938fa0fe4..5c92e9410c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-19 Alan Modra <amodra@bigpond.net.au>
+
+ * warning.m4 (--enable-werror): Format help message.
+ (--enable-build-warnings): Likewise.
+ * configure: Regenerate.
+
2006-04-18 Nick Clifton <nickc@redhat.com>
PR 2257
@@ -566,8 +572,7 @@
2006-03-11 H.J. Lu <hongjiu.lu@intel.com>
PR ld/2443
- * dwarf2.c (concat_filename): Don't issue an error if file is
- 0.
+ * dwarf2.c (concat_filename): Don't issue an error if file is 0.
2006-03-10 Paul Brook <paul@codesourcery.com>
diff --git a/bfd/configure b/bfd/configure
index 8ec7ba2da7..ffe2556954 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -860,8 +860,8 @@ Optional Features:
--enable-targets alternative target configurations
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
--enable-secureplt Default to creating read-only plt entries
- --enable-werror treat compile warnings as errors
- --enable-build-warnings Enable build-time compiler warnings
+ --enable-werror treat compile warnings as errors
+ --enable-build-warnings enable build-time compiler warnings
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
--enable-install-libbfd controls installation of libbfd and related headers
diff --git a/bfd/warning.m4 b/bfd/warning.m4
index 2e2dd424c0..b366cadeb2 100644
--- a/bfd/warning.m4
+++ b/bfd/warning.m4
@@ -4,7 +4,7 @@ AC_DEFUN([AM_BINUTILS_WARNINGS],[
GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
AC_ARG_ENABLE(werror,
- [ --enable-werror treat compile warnings as errors],
+ [ --enable-werror treat compile warnings as errors],
[case "${enableval}" in
yes | y) ERROR_ON_WARNING="yes" ;;
no | n) ERROR_ON_WARNING="no" ;;
@@ -27,7 +27,7 @@ if test "${GCC}" = yes ; then
fi
AC_ARG_ENABLE(build-warnings,
-[ --enable-build-warnings Enable build-time compiler warnings],
+[ --enable-build-warnings enable build-time compiler warnings],
[case "${enableval}" in
yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
no) if test "${GCC}" = yes ; then
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2f25dc99ca..a76053fdb6 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-19 Alan Modra <amodra@bigpond.net.au>
+
+ * configure: Regenerate.
+
2006-04-18 Nick Clifton <nickc@redhat.com>
PR 2257
diff --git a/binutils/configure b/binutils/configure
index 2d8e0cb970..ea1ec1c250 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -858,8 +858,8 @@ Optional Features:
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-targets alternative target configurations
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
- --enable-werror treat compile warnings as errors
- --enable-build-warnings Enable build-time compiler warnings
+ --enable-werror treat compile warnings as errors
+ --enable-build-warnings enable build-time compiler warnings
--disable-nls do not use Native Language Support
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
diff --git a/gas/ChangeLog b/gas/ChangeLog
index c4e9d27986..f9e87767b5 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-19 Alan Modra <amodra@bigpond.net.au>
+
+ * configure.in (--enable-targets): Indent help message.
+ * configure: Regenerate.
+
2006-04-18 H.J. Lu <hongjiu.lu@intel.com>
PR gas/2533
diff --git a/gas/configure b/gas/configure
index dca6497031..2da95b746d 100755
--- a/gas/configure
+++ b/gas/configure
@@ -856,10 +856,10 @@ Optional Features:
--enable-static=PKGS build static libraries default=yes
--enable-fast-install=PKGS optimize for fast installation default=yes
--disable-libtool-lock avoid locking (might break parallel builds)
- --enable-targets alternative target configurations besides the primary
+ --enable-targets alternative target configurations besides the primary
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
- --enable-werror treat compile warnings as errors
- --enable-build-warnings Enable build-time compiler warnings
+ --enable-werror treat compile warnings as errors
+ --enable-build-warnings enable build-time compiler warnings
--disable-nls do not use Native Language Support
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
diff --git a/gas/configure.in b/gas/configure.in
index fe69a51c92..d0013fe35e 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -23,7 +23,7 @@ AM_INIT_AUTOMAKE(gas, ${BFD_VERSION})
AM_PROG_LIBTOOL
AC_ARG_ENABLE(targets,
-[ --enable-targets alternative target configurations besides the primary],
+[ --enable-targets alternative target configurations besides the primary],
[case "${enableval}" in
yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
;;
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 6260b4854c..0259d8af80 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-19 Alan Modra <amodra@bigpond.net.au>
+
+ * configure: Regenerate.
+
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
* po/Make-in: Add install-html target.
diff --git a/gprof/configure b/gprof/configure
index 35a019bd1d..cfbb91586e 100755
--- a/gprof/configure
+++ b/gprof/configure
@@ -859,8 +859,8 @@ Optional Features:
--disable-nls do not use Native Language Support
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
- --enable-werror treat compile warnings as errors
- --enable-build-warnings Enable build-time compiler warnings
+ --enable-werror treat compile warnings as errors
+ --enable-build-warnings enable build-time compiler warnings
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 42e0033db0..c4eee46713 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-19 Alan Modra <amodra@bigpond.net.au>
+
+ * configure: Regenerate.
+
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
* po/POTFILES.in: Regenerated.
diff --git a/ld/configure b/ld/configure
index 0cd6f5c99d..09a45f1392 100755
--- a/ld/configure
+++ b/ld/configure
@@ -858,8 +858,8 @@ Optional Features:
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-targets alternative target configurations
--enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
- --enable-werror treat compile warnings as errors
- --enable-build-warnings Enable build-time compiler warnings
+ --enable-werror treat compile warnings as errors
+ --enable-build-warnings enable build-time compiler warnings
--disable-nls do not use Native Language Support
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index de62795130..9a848faaaa 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-19 Alan Modra <amodra@bigpond.net.au>
+
+ * configure: Regenerate.
+
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
* po/POTFILES.in: Regenerated.
diff --git a/opcodes/configure b/opcodes/configure
index b692e83816..da29cc34ef 100755
--- a/opcodes/configure
+++ b/opcodes/configure
@@ -858,8 +858,8 @@ Optional Features:
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-targets alternative target configurations
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
- --enable-werror treat compile warnings as errors
- --enable-build-warnings Enable build-time compiler warnings
+ --enable-werror treat compile warnings as errors
+ --enable-build-warnings enable build-time compiler warnings
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
--enable-install-libbfd controls installation of libbfd and related headers