Update configure deps, remove stray \xA0 in picflag.m4, regenerate

Also fix a stray changelog entry.  Some of the regen here is due to
previous changes not being regenerated properly, in part due to the
missing configure dependencies.

	* configure: Regenerate.
config/
	* picflag.m4: Remove stray \xA0 in comment.
gcc/
	* Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
	* configure: Regenerate.
	* config.in: Regenerate.
libada/
	* Makefile.in (configure_deps): Update and order as per
	configure.ac sinclude.
	* configure: Regenerate.
libgcc/
	* Makefile.in (configure_deps): Update.
	* configure: Regenerate.
libiberty/
	* Makefile.in (configure_deps): Update.
	* configure: Regenerate.
libitm/
	* Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

From-SVN: r244049
This commit is contained in:
Alan Modra 2017-01-04 18:59:34 +10:30
parent 4567f969b2
commit 8f56cb5163
20 changed files with 92 additions and 26 deletions

View File

@ -1,3 +1,7 @@
2017-01-04 Alan Modra <amodra@gmail.com>
* configure: Regenerate.
2016-12-29 Ben Elliston <bje@gnu.org> 2016-12-29 Ben Elliston <bje@gnu.org>
* config.sub: Import latest version. * config.sub: Import latest version.
@ -18,8 +22,7 @@
2016-12-01 Ma Jiang <ma.jiang@zte.com.cn> 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
* config/acx.m4: Change "tail +16c" to "tail -c +17". * configure: Regenerate.
* configure: Regenerated.
2016-12-01 Matthias Klose <doko@ubuntu.com> 2016-12-01 Matthias Klose <doko@ubuntu.com>

View File

@ -1,3 +1,7 @@
2017-01-04 Alan Modra <amodra@gmail.com>
* picflag.m4: Remove stray \xA0 in comment.
2016-12-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2016-12-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* hwcaps.m4: New file. * hwcaps.m4: New file.
@ -14,6 +18,10 @@
* bootstrap-asan.mk: Replace LSAN_OPTIONS=detect_leaks=0 with * bootstrap-asan.mk: Replace LSAN_OPTIONS=detect_leaks=0 with
ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1. ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1.
2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
* acx.m4: Change "tail +16c" to "tail -c +17".
2016-12-01 Matthias Klose <doko@ubuntu.com> 2016-12-01 Matthias Klose <doko@ubuntu.com>
* pkg.m4: Remove. * pkg.m4: Remove.

View File

@ -12,7 +12,7 @@ case "${$2}" in
# If we are using a compiler supporting mdynamic-no-pic # If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel # and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared # it here, since the code generated is incompatible with shared
# libs. # libs.
*-mdynamic-no-pic*) $1='-fno-common -mno-dynamic-no-pic' ;; *-mdynamic-no-pic*) $1='-fno-common -mno-dynamic-no-pic' ;;
*) $1=-fno-common ;; *) $1=-fno-common ;;
esac esac

2
configure vendored
View File

@ -6033,7 +6033,7 @@ target_elf=no
case $target in case $target in
*-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \ *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
*-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \ *-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
alpha*-dec-osf* | hppa[12]*-*-hpux* | \ alpha*-dec-osf* | *-interix* | hppa[12]*-*-hpux* | \
nvptx-*-none) nvptx-*-none)
target_elf=no target_elf=no
;; ;;

View File

@ -1,3 +1,9 @@
2017-01-04 Alan Modra <amodra@gmail.com>
* Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
* configure: Regenerate.
* config.in: Regenerate.
2017-01-04 Jakub Jelinek <jakub@redhat.com> 2017-01-04 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/77569 PR bootstrap/77569

View File

@ -1799,21 +1799,23 @@ aclocal_deps = \
$(srcdir)/../lt~obsolete.m4 \ $(srcdir)/../lt~obsolete.m4 \
$(srcdir)/../config/acx.m4 \ $(srcdir)/../config/acx.m4 \
$(srcdir)/../config/codeset.m4 \ $(srcdir)/../config/codeset.m4 \
$(srcdir)/../config/extensions.m4 \ $(srcdir)/../config/depstand.m4 \
$(srcdir)/../config/gettext-sister.m4 \ $(srcdir)/../config/dfp.m4 \
$(srcdir)/../config/gcc-plugin.m4 \ $(srcdir)/../config/gcc-plugin.m4 \
$(srcdir)/../config/gettext-sister.m4 \
$(srcdir)/../config/iconv.m4 \ $(srcdir)/../config/iconv.m4 \
$(srcdir)/../config/lcmessage.m4 \ $(srcdir)/../config/lcmessage.m4 \
$(srcdir)/../config/lead-dot.m4 \
$(srcdir)/../config/lib-ld.m4 \ $(srcdir)/../config/lib-ld.m4 \
$(srcdir)/../config/lib-link.m4 \ $(srcdir)/../config/lib-link.m4 \
$(srcdir)/../config/lib-prefix.m4 \ $(srcdir)/../config/lib-prefix.m4 \
$(srcdir)/../config/mmap.m4 \
$(srcdir)/../config/override.m4 \ $(srcdir)/../config/override.m4 \
$(srcdir)/../config/picflag.m4 \
$(srcdir)/../config/progtest.m4 \ $(srcdir)/../config/progtest.m4 \
$(srcdir)/../config/stdint.m4 \ $(srcdir)/../config/stdint.m4 \
$(srcdir)/../config/unwind_ipinfo.m4 \
$(srcdir)/../config/warnings.m4 \ $(srcdir)/../config/warnings.m4 \
$(srcdir)/../config/dfp.m4 \ $(srcdir)/../config/zlib.m4 \
$(srcdir)/../config/mmap.m4 \
$(srcdir)/acinclude.m4 $(srcdir)/acinclude.m4
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/aclocal.m4 $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(srcdir)/aclocal.m4

View File

@ -37,13 +37,6 @@
#endif #endif
/* Define to 0/1 if you want also extra run-time checking that might affect
code generation. */
#ifndef USED_FOR_TARGET
#undef ENABLE_EXTRA_CHECKING
#endif
/* Define 0/1 to force the choice for exception handling model. */ /* Define 0/1 to force the choice for exception handling model. */
#ifndef USED_FOR_TARGET #ifndef USED_FOR_TARGET
#undef CONFIG_SJLJ_EXCEPTIONS #undef CONFIG_SJLJ_EXCEPTIONS
@ -115,6 +108,13 @@
#endif #endif
/* Define to 0/1 if you want extra run-time checking that might affect code
generation. */
#ifndef USED_FOR_TARGET
#undef ENABLE_EXTRA_CHECKING
#endif
/* Define to 1 to enable fixed-point arithmetic extension to C. */ /* Define to 1 to enable fixed-point arithmetic extension to C. */
#ifndef USED_FOR_TARGET #ifndef USED_FOR_TARGET
#undef ENABLE_FIXED_POINT #undef ENABLE_FIXED_POINT

9
gcc/configure vendored
View File

@ -5026,7 +5026,7 @@ case "${target}" in
# If we are using a compiler supporting mdynamic-no-pic # If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel # and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared # it here, since the code generated is incompatible with shared
# libs. # libs.
*-mdynamic-no-pic*) PICFLAG_FOR_TARGET='-fno-common -mno-dynamic-no-pic' ;; *-mdynamic-no-pic*) PICFLAG_FOR_TARGET='-fno-common -mno-dynamic-no-pic' ;;
*) PICFLAG_FOR_TARGET=-fno-common ;; *) PICFLAG_FOR_TARGET=-fno-common ;;
esac esac
@ -5041,6 +5041,10 @@ case "${target}" in
;; ;;
i[34567]86-*-mingw* | x86_64-*-mingw*) i[34567]86-*-mingw* | x86_64-*-mingw*)
;; ;;
i[34567]86-*-interix[3-9]*)
# Interix 3.x gcc -fpic/-fPIC options generate broken code.
# Instead, we relocate shared libraries at runtime.
;;
i[34567]86-*-nto-qnx*) i[34567]86-*-nto-qnx*)
# QNX uses GNU C++, but need to define -shared option too, otherwise # QNX uses GNU C++, but need to define -shared option too, otherwise
# it will coredump. # it will coredump.
@ -5071,7 +5075,8 @@ case "${target}" in
PICFLAG_FOR_TARGET=-fpic PICFLAG_FOR_TARGET=-fpic
;; ;;
# FIXME: Simplify to sh*-*-netbsd*? # FIXME: Simplify to sh*-*-netbsd*?
sh-*-netbsdelf* | shl*-*-netbsdelf*) sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
sh64-*-netbsd* | sh64l*-*-netbsd*)
PICFLAG_FOR_TARGET=-fpic PICFLAG_FOR_TARGET=-fpic
;; ;;
# Default to -fPIC unless specified otherwise. # Default to -fPIC unless specified otherwise.

View File

@ -1,3 +1,9 @@
2017-01-04 Alan Modra <amodra@gmail.com>
* Makefile.in (configure_deps): Update and order as per
configure.ac sinclude.
* configure: Regenerate.
2017-01-01 Jakub Jelinek <jakub@redhat.com> 2017-01-01 Jakub Jelinek <jakub@redhat.com>
Update copyright years. Update copyright years.

View File

@ -189,8 +189,10 @@ AUTOCONF = autoconf
configure_deps = \ configure_deps = \
$(srcdir)/configure.ac \ $(srcdir)/configure.ac \
$(srcdir)/../config/acx.m4 \ $(srcdir)/../config/acx.m4 \
$(srcdir)/../config/multi.m4 \
$(srcdir)/../config/override.m4 \ $(srcdir)/../config/override.m4 \
$(srcdir)/../config/multi.m4 $(srcdir)/../config/picflag.m4 \
$(srcdir)/../config/unwind_ipinfo.m4
$(srcdir)/configure: @MAINT@ $(configure_deps) $(srcdir)/configure: @MAINT@ $(configure_deps)
cd $(srcdir) && $(AUTOCONF) cd $(srcdir) && $(AUTOCONF)

9
libada/configure vendored
View File

@ -2829,7 +2829,7 @@ case "${host}" in
# If we are using a compiler supporting mdynamic-no-pic # If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel # and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared # it here, since the code generated is incompatible with shared
# libs. # libs.
*-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;; *-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
*) PICFLAG=-fno-common ;; *) PICFLAG=-fno-common ;;
esac esac
@ -2844,6 +2844,10 @@ case "${host}" in
;; ;;
i[34567]86-*-mingw* | x86_64-*-mingw*) i[34567]86-*-mingw* | x86_64-*-mingw*)
;; ;;
i[34567]86-*-interix[3-9]*)
# Interix 3.x gcc -fpic/-fPIC options generate broken code.
# Instead, we relocate shared libraries at runtime.
;;
i[34567]86-*-nto-qnx*) i[34567]86-*-nto-qnx*)
# QNX uses GNU C++, but need to define -shared option too, otherwise # QNX uses GNU C++, but need to define -shared option too, otherwise
# it will coredump. # it will coredump.
@ -2874,7 +2878,8 @@ case "${host}" in
PICFLAG=-fpic PICFLAG=-fpic
;; ;;
# FIXME: Simplify to sh*-*-netbsd*? # FIXME: Simplify to sh*-*-netbsd*?
sh-*-netbsdelf* | shl*-*-netbsdelf*) sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
sh64-*-netbsd* | sh64l*-*-netbsd*)
PICFLAG=-fpic PICFLAG=-fpic
;; ;;
# Default to -fPIC unless specified otherwise. # Default to -fPIC unless specified otherwise.

View File

@ -1,3 +1,8 @@
2017-01-04 Alan Modra <amodra@gmail.com>
* Makefile.in (configure_deps): Update.
* configure: Regenerate.
2017-01-01 Jakub Jelinek <jakub@redhat.com> 2017-01-01 Jakub Jelinek <jakub@redhat.com>
Update copyright years. Update copyright years.

View File

@ -165,8 +165,13 @@ configure_deps = \
$(srcdir)/../config/tls.m4 \ $(srcdir)/../config/tls.m4 \
$(srcdir)/../config/acx.m4 \ $(srcdir)/../config/acx.m4 \
$(srcdir)/../config/no-executables.m4 \ $(srcdir)/../config/no-executables.m4 \
$(srcdir)/../config/lib-ld.m4 \
$(srcdir)/../config/override.m4 \ $(srcdir)/../config/override.m4 \
$(srcdir)/../config/picflag.m4 \
$(srcdir)/../config/dfp.m4 \ $(srcdir)/../config/dfp.m4 \
$(srcdir)/../config/unwind_ipinfo.m4 \
$(srcdir)/../config/gthr.m4 \
$(srcdir)/../config/sjlj.m4
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(configure_deps) $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(configure_deps)
cd $(srcdir) && $(AUTOCONF) cd $(srcdir) && $(AUTOCONF)

9
libgcc/configure vendored
View File

@ -2309,7 +2309,7 @@ case "${host}" in
# If we are using a compiler supporting mdynamic-no-pic # If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel # and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared # it here, since the code generated is incompatible with shared
# libs. # libs.
*-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;; *-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
*) PICFLAG=-fno-common ;; *) PICFLAG=-fno-common ;;
esac esac
@ -2324,6 +2324,10 @@ case "${host}" in
;; ;;
i[34567]86-*-mingw* | x86_64-*-mingw*) i[34567]86-*-mingw* | x86_64-*-mingw*)
;; ;;
i[34567]86-*-interix[3-9]*)
# Interix 3.x gcc -fpic/-fPIC options generate broken code.
# Instead, we relocate shared libraries at runtime.
;;
i[34567]86-*-nto-qnx*) i[34567]86-*-nto-qnx*)
# QNX uses GNU C++, but need to define -shared option too, otherwise # QNX uses GNU C++, but need to define -shared option too, otherwise
# it will coredump. # it will coredump.
@ -2354,7 +2358,8 @@ case "${host}" in
PICFLAG=-fpic PICFLAG=-fpic
;; ;;
# FIXME: Simplify to sh*-*-netbsd*? # FIXME: Simplify to sh*-*-netbsd*?
sh-*-netbsdelf* | shl*-*-netbsdelf*) sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
sh64-*-netbsd* | sh64l*-*-netbsd*)
PICFLAG=-fpic PICFLAG=-fpic
;; ;;
# Default to -fPIC unless specified otherwise. # Default to -fPIC unless specified otherwise.

View File

@ -1,3 +1,8 @@
2017-01-04 Alan Modra <amodra@gmail.com>
* Makefile.in (configure_deps): Update.
* configure: Regenerate.
2016-12-13 Jakub Jelinek <jakub@redhat.com> 2016-12-13 Jakub Jelinek <jakub@redhat.com>
PR c++/78761 PR c++/78761

View File

@ -484,7 +484,8 @@ configure_deps = $(srcdir)/aclocal.m4 \
$(srcdir)/../config/acx.m4 \ $(srcdir)/../config/acx.m4 \
$(srcdir)/../config/no-executables.m4 \ $(srcdir)/../config/no-executables.m4 \
$(srcdir)/../config/override.m4 \ $(srcdir)/../config/override.m4 \
$(srcdir)/../config/warnings.m4 \ $(srcdir)/../config/picflag.m4 \
$(srcdir)/../config/warnings.m4
$(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(configure_deps) $(srcdir)/configure: @MAINT@ $(srcdir)/configure.ac $(configure_deps)
cd $(srcdir) && $(AUTOCONF) cd $(srcdir) && $(AUTOCONF)

5
libiberty/configure vendored
View File

@ -5097,7 +5097,7 @@ case "${host}" in
# If we are using a compiler supporting mdynamic-no-pic # If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel # and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared # it here, since the code generated is incompatible with shared
# libs. # libs.
*-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;; *-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
*) PICFLAG=-fno-common ;; *) PICFLAG=-fno-common ;;
esac esac
@ -5146,7 +5146,8 @@ case "${host}" in
PICFLAG=-fpic PICFLAG=-fpic
;; ;;
# FIXME: Simplify to sh*-*-netbsd*? # FIXME: Simplify to sh*-*-netbsd*?
sh-*-netbsdelf* | shl*-*-netbsdelf*) sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
sh64-*-netbsd* | sh64l*-*-netbsd*)
PICFLAG=-fpic PICFLAG=-fpic
;; ;;
# Default to -fPIC unless specified otherwise. # Default to -fPIC unless specified otherwise.

View File

@ -1,3 +1,8 @@
2017-01-04 Alan Modra <amodra@gmail.com>
* Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.
2017-01-01 Jakub Jelinek <jakub@redhat.com> 2017-01-01 Jakub Jelinek <jakub@redhat.com>
Update copyright years. Update copyright years.

View File

@ -67,6 +67,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
$(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/enable.m4 \ $(top_srcdir)/../config/enable.m4 \
$(top_srcdir)/../config/futex.m4 \ $(top_srcdir)/../config/futex.m4 \
$(top_srcdir)/../config/hwcaps.m4 \
$(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/lead-dot.m4 \
$(top_srcdir)/../config/mmap.m4 \ $(top_srcdir)/../config/mmap.m4 \
$(top_srcdir)/../config/multi.m4 \ $(top_srcdir)/../config/multi.m4 \

View File

@ -59,6 +59,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
$(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/enable.m4 \ $(top_srcdir)/../config/enable.m4 \
$(top_srcdir)/../config/futex.m4 \ $(top_srcdir)/../config/futex.m4 \
$(top_srcdir)/../config/hwcaps.m4 \
$(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/lead-dot.m4 \
$(top_srcdir)/../config/mmap.m4 \ $(top_srcdir)/../config/mmap.m4 \
$(top_srcdir)/../config/multi.m4 \ $(top_srcdir)/../config/multi.m4 \