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
commit9387962d752fdef56cb9c899ab65707eb50a4555 (patch)
treebffd3bdc778f0c2590dd480ee603f8c207ec4e12
parentf1ff1a0b755f46ef277b1eb9d0957af5263ad0af (diff)
downloadgdb-9387962d752fdef56cb9c899ab65707eb50a4555.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--opcodes/ChangeLog4
-rwxr-xr-xopcodes/configure4
5 files changed, 17 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2938fa0fe45..5c92e9410c8 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 8ec7ba2da7d..ffe25569540 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 2e2dd424c0f..b366cadeb29 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/opcodes/ChangeLog b/opcodes/ChangeLog
index de62795130f..9a848faaaa8 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 b692e838160..da29cc34ef7 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