diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-10-01 09:51:46 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-10-01 09:51:46 +0200 |
commit | 810f316dd62806d46ae7f242ba006b74d7b78446 (patch) | |
tree | d83be06dd728713cee27f330a419609d999ea562 /libgomp/config.h.in | |
parent | ba8fa8daf52c560fce0e4d35556137ca5b8217d0 (diff) | |
download | gcc-810f316dd62806d46ae7f242ba006b74d7b78446.zip gcc-810f316dd62806d46ae7f242ba006b74d7b78446.tar.gz gcc-810f316dd62806d46ae7f242ba006b74d7b78446.tar.bz2 |
configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).
* configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).
* libgomp.h: Include <stdint.h> instead of "gstdint.h".
* oacc-parallel.c: Don't include "libgomp_g.h".
* plugin/plugin-hsa.c: Include <stdint.h> instead of "gstdint.h".
* plugin/plugin-nvptx.c: Don't include "gstdint.h".
* aclocal.m4: Regenerated.
* config.h.in: Regenerated.
* configure: Regenerated.
* Makefile.in: Regenerated.
From-SVN: r276389
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r-- | libgomp/config.h.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in index 73f1b12..ceb062f 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -183,21 +183,6 @@ /* Define if all infrastructure, needed for plugins, is supported. */ #undef PLUGIN_SUPPORT -/* The size of `char', as computed by sizeof. */ -#undef SIZEOF_CHAR - -/* The size of `int', as computed by sizeof. */ -#undef SIZEOF_INT - -/* The size of `long', as computed by sizeof. */ -#undef SIZEOF_LONG - -/* The size of `short', as computed by sizeof. */ -#undef SIZEOF_SHORT - -/* The size of `void *', as computed by sizeof. */ -#undef SIZEOF_VOID_P - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |