diff options
author | Maciej W. Rozycki <macro@wdc.com> | 2019-11-18 00:33:37 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2019-11-18 00:33:37 +0000 |
commit | a128988785c425f327763b8cc2cf5741ef29a214 (patch) | |
tree | a3795b823fe0ca9773d8f914f4b4d60e02018b9e | |
parent | 38397aa6218116a957b5256195caf09ec5c9bad9 (diff) | |
download | gcc-a128988785c425f327763b8cc2cf5741ef29a214.zip gcc-a128988785c425f327763b8cc2cf5741ef29a214.tar.gz gcc-a128988785c425f327763b8cc2cf5741ef29a214.tar.bz2 |
libgomp: Regenerate `testsuite/Makefile.in' for GCC_HEADER_STDINT removal
Commit r276389 ("configure.ac: Remove GCC_HEADER_STDINT(gstdint.h)") has
not regenerated `testsuite/Makefile.in'. Fix it.
libgomp/
* testsuite/Makefile.in: Regenerate.
From-SVN: r278384
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/testsuite/Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index afea495..e1211c1 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2019-11-18 Maciej W. Rozycki <macro@wdc.com> + + * testsuite/Makefile.in: Regenerate. + 2019-11-15 Andrew Stubbs <ams@codesourcery.com> * testsuite/libgomp.c/target-print-1.c: New file. diff --git a/libgomp/testsuite/Makefile.in b/libgomp/testsuite/Makefile.in index 6dc6ab5..f0da16d 100644 --- a/libgomp/testsuite/Makefile.in +++ b/libgomp/testsuite/Makefile.in @@ -99,7 +99,6 @@ am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \ $(top_srcdir)/../config/lthostflags.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 \ |