mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
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.
This commit is contained in:
@ -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>
|
2006-04-18 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR 2257
|
PR 2257
|
||||||
@ -566,8 +572,7 @@
|
|||||||
2006-03-11 H.J. Lu <hongjiu.lu@intel.com>
|
2006-03-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR ld/2443
|
PR ld/2443
|
||||||
* dwarf2.c (concat_filename): Don't issue an error if file is
|
* dwarf2.c (concat_filename): Don't issue an error if file is 0.
|
||||||
0.
|
|
||||||
|
|
||||||
2006-03-10 Paul Brook <paul@codesourcery.com>
|
2006-03-10 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
|
2
bfd/configure
vendored
2
bfd/configure
vendored
@ -861,7 +861,7 @@ Optional Features:
|
|||||||
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
|
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
|
||||||
--enable-secureplt Default to creating read-only plt entries
|
--enable-secureplt Default to creating read-only plt entries
|
||||||
--enable-werror treat compile warnings as errors
|
--enable-werror treat compile warnings as errors
|
||||||
--enable-build-warnings Enable build-time compiler warnings
|
--enable-build-warnings enable build-time compiler warnings
|
||||||
--enable-maintainer-mode enable make rules and dependencies not useful
|
--enable-maintainer-mode enable make rules and dependencies not useful
|
||||||
(and sometimes confusing) to the casual installer
|
(and sometimes confusing) to the casual installer
|
||||||
--enable-install-libbfd controls installation of libbfd and related headers
|
--enable-install-libbfd controls installation of libbfd and related headers
|
||||||
|
@ -27,7 +27,7 @@ if test "${GCC}" = yes ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(build-warnings,
|
AC_ARG_ENABLE(build-warnings,
|
||||||
[ --enable-build-warnings Enable build-time compiler warnings],
|
[ --enable-build-warnings enable build-time compiler warnings],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
|
yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
|
||||||
no) if test "${GCC}" = yes ; then
|
no) if test "${GCC}" = yes ; then
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2006-04-18 Nick Clifton <nickc@redhat.com>
|
2006-04-18 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR 2257
|
PR 2257
|
||||||
|
2
binutils/configure
vendored
2
binutils/configure
vendored
@ -859,7 +859,7 @@ Optional Features:
|
|||||||
--enable-targets alternative target configurations
|
--enable-targets alternative target configurations
|
||||||
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
|
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
|
||||||
--enable-werror treat compile warnings as errors
|
--enable-werror treat compile warnings as errors
|
||||||
--enable-build-warnings Enable build-time compiler warnings
|
--enable-build-warnings enable build-time compiler warnings
|
||||||
--disable-nls do not use Native Language Support
|
--disable-nls do not use Native Language Support
|
||||||
--enable-maintainer-mode enable make rules and dependencies not useful
|
--enable-maintainer-mode enable make rules and dependencies not useful
|
||||||
(and sometimes confusing) to the casual installer
|
(and sometimes confusing) to the casual installer
|
||||||
|
@ -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>
|
2006-04-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR gas/2533
|
PR gas/2533
|
||||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -859,7 +859,7 @@ Optional Features:
|
|||||||
--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-commonbfdlib build shared BFD/opcodes/libiberty library
|
||||||
--enable-werror treat compile warnings as errors
|
--enable-werror treat compile warnings as errors
|
||||||
--enable-build-warnings Enable build-time compiler warnings
|
--enable-build-warnings enable build-time compiler warnings
|
||||||
--disable-nls do not use Native Language Support
|
--disable-nls do not use Native Language Support
|
||||||
--enable-maintainer-mode enable make rules and dependencies not useful
|
--enable-maintainer-mode enable make rules and dependencies not useful
|
||||||
(and sometimes confusing) to the casual installer
|
(and sometimes confusing) to the casual installer
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
|
2006-04-06 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
* po/Make-in: Add install-html target.
|
* po/Make-in: Add install-html target.
|
||||||
|
2
gprof/configure
vendored
2
gprof/configure
vendored
@ -860,7 +860,7 @@ Optional Features:
|
|||||||
--enable-maintainer-mode enable make rules and dependencies not useful
|
--enable-maintainer-mode enable make rules and dependencies not useful
|
||||||
(and sometimes confusing) to the casual installer
|
(and sometimes confusing) to the casual installer
|
||||||
--enable-werror treat compile warnings as errors
|
--enable-werror treat compile warnings as errors
|
||||||
--enable-build-warnings Enable build-time compiler warnings
|
--enable-build-warnings enable build-time compiler warnings
|
||||||
|
|
||||||
Optional Packages:
|
Optional Packages:
|
||||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* po/POTFILES.in: Regenerated.
|
* po/POTFILES.in: Regenerated.
|
||||||
|
2
ld/configure
vendored
2
ld/configure
vendored
@ -859,7 +859,7 @@ Optional Features:
|
|||||||
--enable-targets alternative target configurations
|
--enable-targets alternative target configurations
|
||||||
--enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
|
--enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
|
||||||
--enable-werror treat compile warnings as errors
|
--enable-werror treat compile warnings as errors
|
||||||
--enable-build-warnings Enable build-time compiler warnings
|
--enable-build-warnings enable build-time compiler warnings
|
||||||
--disable-nls do not use Native Language Support
|
--disable-nls do not use Native Language Support
|
||||||
--enable-maintainer-mode enable make rules and dependencies not useful
|
--enable-maintainer-mode enable make rules and dependencies not useful
|
||||||
(and sometimes confusing) to the casual installer
|
(and sometimes confusing) to the casual installer
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2006-04-19 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
|
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* po/POTFILES.in: Regenerated.
|
* po/POTFILES.in: Regenerated.
|
||||||
|
2
opcodes/configure
vendored
2
opcodes/configure
vendored
@ -859,7 +859,7 @@ Optional Features:
|
|||||||
--enable-targets alternative target configurations
|
--enable-targets alternative target configurations
|
||||||
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
|
--enable-commonbfdlib build shared BFD/opcodes/libiberty library
|
||||||
--enable-werror treat compile warnings as errors
|
--enable-werror treat compile warnings as errors
|
||||||
--enable-build-warnings Enable build-time compiler warnings
|
--enable-build-warnings enable build-time compiler warnings
|
||||||
--enable-maintainer-mode enable make rules and dependencies not useful
|
--enable-maintainer-mode enable make rules and dependencies not useful
|
||||||
(and sometimes confusing) to the casual installer
|
(and sometimes confusing) to the casual installer
|
||||||
--enable-install-libbfd controls installation of libbfd and related headers
|
--enable-install-libbfd controls installation of libbfd and related headers
|
||||||
|
Reference in New Issue
Block a user