diff options
author | Iain Sandoe <iains@gcc.gnu.org> | 2011-11-22 14:49:11 +0000 |
---|---|---|
committer | Iain Sandoe <iains@gcc.gnu.org> | 2011-11-22 14:49:11 +0000 |
commit | 8cf36bb3b8eade04837bea3cc8f7e4cd1eb8904d (patch) | |
tree | 2c26188cd406f39ca321e6a5612b5d17b6376b1e /libitm/testsuite | |
parent | 8fb013576c6fc493f096492e4b10724c83f294d8 (diff) | |
download | gcc-8cf36bb3b8eade04837bea3cc8f7e4cd1eb8904d.zip gcc-8cf36bb3b8eade04837bea3cc8f7e4cd1eb8904d.tar.gz gcc-8cf36bb3b8eade04837bea3cc8f7e4cd1eb8904d.tar.bz2 |
weakref.m4: New file.
config:
* weakref.m4: New file.
libitm:
* configure.ac: Use GCC_CHECK_ELF_STYLE_WEAKREF.
* alloc_cpp.cc: Generate dummy functions if we don't
HAVE_ELF_STYLE_WEAKREF.
* eh_cpp.cc: Likewise.
* configure: Regenerate.
* aclocal.m4: Likewise.
* config.h.in: Likewise.
* Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.
From-SVN: r181618
Diffstat (limited to 'libitm/testsuite')
-rw-r--r-- | libitm/testsuite/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libitm/testsuite/Makefile.in b/libitm/testsuite/Makefile.in index 6990cfe..8066a2a 100644 --- a/libitm/testsuite/Makefile.in +++ b/libitm/testsuite/Makefile.in @@ -47,10 +47,12 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/multi.m4 \ $(top_srcdir)/../config/override.m4 \ $(top_srcdir)/../config/stdint.m4 \ - $(top_srcdir)/../config/tls.m4 $(top_srcdir)/../ltoptions.m4 \ - $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \ - $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \ - $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac + $(top_srcdir)/../config/tls.m4 \ + $(top_srcdir)/../config/weakref.m4 \ + $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \ + $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \ + $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \ + $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs |