aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorAlan Modra <amodra@gcc.gnu.org>2017-01-04 18:59:34 +1030
committerAlan Modra <amodra@gcc.gnu.org>2017-01-04 18:59:34 +1030
commit8f56cb5163063ec7871db11c52c700065886d448 (patch)
treed64385dd42f77b6372a670f9ce751385991012d5 /libiberty
parent4567f969b29aeeb2877d23ee08133f09dbada93d (diff)
downloadgcc-8f56cb5163063ec7871db11c52c700065886d448.zip
gcc-8f56cb5163063ec7871db11c52c700065886d448.tar.gz
gcc-8f56cb5163063ec7871db11c52c700065886d448.tar.bz2
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
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog5
-rw-r--r--libiberty/Makefile.in3
-rwxr-xr-xlibiberty/configure5
3 files changed, 10 insertions, 3 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 15f9613..1d396b8 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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>
PR c++/78761
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 0ff9e45..1b11e72 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -484,7 +484,8 @@ configure_deps = $(srcdir)/aclocal.m4 \
$(srcdir)/../config/acx.m4 \
$(srcdir)/../config/no-executables.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)
cd $(srcdir) && $(AUTOCONF)
diff --git a/libiberty/configure b/libiberty/configure
index 5c4dda5..8687935 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -5097,7 +5097,7 @@ case "${host}" in
# If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared
- # libs.
+ # libs.
*-mdynamic-no-pic*) PICFLAG='-fno-common -mno-dynamic-no-pic' ;;
*) PICFLAG=-fno-common ;;
esac
@@ -5146,7 +5146,8 @@ case "${host}" in
PICFLAG=-fpic
;;
# FIXME: Simplify to sh*-*-netbsd*?
- sh-*-netbsdelf* | shl*-*-netbsdelf*)
+ sh-*-netbsdelf* | shl*-*-netbsdelf* | sh5-*-netbsd* | sh5l*-*-netbsd* | \
+ sh64-*-netbsd* | sh64l*-*-netbsd*)
PICFLAG=-fpic
;;
# Default to -fPIC unless specified otherwise.