diff options
author | Alan Modra <amodra@gcc.gnu.org> | 2017-01-04 18:59:34 +1030 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2017-01-04 18:59:34 +1030 |
commit | 8f56cb5163063ec7871db11c52c700065886d448 (patch) | |
tree | d64385dd42f77b6372a670f9ce751385991012d5 /libitm | |
parent | 4567f969b29aeeb2877d23ee08133f09dbada93d (diff) | |
download | gcc-8f56cb5163063ec7871db11c52c700065886d448.tar.gz |
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 'libitm')
-rw-r--r-- | libitm/ChangeLog | 5 | ||||
-rw-r--r-- | libitm/Makefile.in | 1 | ||||
-rw-r--r-- | libitm/testsuite/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/libitm/ChangeLog b/libitm/ChangeLog index f88eefebb20..0677c6dbd60 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -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> Update copyright years. diff --git a/libitm/Makefile.in b/libitm/Makefile.in index 138eeb1c9da..e87499723aa 100644 --- a/libitm/Makefile.in +++ b/libitm/Makefile.in @@ -67,6 +67,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/enable.m4 \ $(top_srcdir)/../config/futex.m4 \ + $(top_srcdir)/../config/hwcaps.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/mmap.m4 \ $(top_srcdir)/../config/multi.m4 \ diff --git a/libitm/testsuite/Makefile.in b/libitm/testsuite/Makefile.in index 4d797813caa..1d6001f8b88 100644 --- a/libitm/testsuite/Makefile.in +++ b/libitm/testsuite/Makefile.in @@ -59,6 +59,7 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/depstand.m4 \ $(top_srcdir)/../config/enable.m4 \ $(top_srcdir)/../config/futex.m4 \ + $(top_srcdir)/../config/hwcaps.m4 \ $(top_srcdir)/../config/lead-dot.m4 \ $(top_srcdir)/../config/mmap.m4 \ $(top_srcdir)/../config/multi.m4 \ |