From e749c59d07f2e757f3385e82b7ddadf96e9401b9 Mon Sep 17 00:00:00 2001 From: dnovillo Date: Thu, 11 Nov 2004 01:27:18 +0000 Subject: [PATCH] * .in: Remove. * INSTALL: Remove. * NEWS: Remove. * README: Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-branch@90466 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/.in | 80 ------------------------------------------------------- libgomp/ChangeLog | 7 +++++ libgomp/INSTALL | 1 - libgomp/NEWS | 1 - libgomp/README | 1 - 5 files changed, 7 insertions(+), 83 deletions(-) delete mode 100644 libgomp/.in delete mode 100644 libgomp/INSTALL delete mode 100644 libgomp/NEWS delete mode 100644 libgomp/README diff --git a/libgomp/.in b/libgomp/.in deleted file mode 100644 index 8381e27ab2a..00000000000 --- a/libgomp/.in +++ /dev/null @@ -1,80 +0,0 @@ -/* .in. Generated from configure.ac by autoheader. */ - -/* Define to 1 if you have the `gettimeofday' function. */ -#undef HAVE_GETTIMEOFDAY - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the `m' library (-lm). */ -#undef HAVE_LIBM - -/* Define to 1 if your system has a GNU libc compatible `malloc' function, and - to 0 otherwise. */ -#undef HAVE_MALLOC - -/* Define to 1 if you have the header file. */ -#undef HAVE_MATH_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the `memset' function. */ -#undef HAVE_MEMSET - -/* Define to 1 if you have the `sqrt' function. */ -#undef HAVE_SQRT - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_SYSINFO_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define to 1 if you can safely include both and . */ -#undef TIME_WITH_SYS_TIME - -/* Define to empty if `const' does not conform to ANSI C. */ -#undef const - -/* Define to rpl_malloc if the replacement function should be used. */ -#undef malloc diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index c2d4ce6c560..dacba146445 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,10 @@ +2004-11-10 Diego Novillo + + * .in: Remove. + * INSTALL: Remove. + * NEWS: Remove. + * README: Remove. + 2004-11-10 Biagio Lucini Jacob Weismann Poulsen diff --git a/libgomp/INSTALL b/libgomp/INSTALL deleted file mode 100644 index 8b137891791..00000000000 --- a/libgomp/INSTALL +++ /dev/null @@ -1 +0,0 @@ - diff --git a/libgomp/NEWS b/libgomp/NEWS deleted file mode 100644 index 8b137891791..00000000000 --- a/libgomp/NEWS +++ /dev/null @@ -1 +0,0 @@ - diff --git a/libgomp/README b/libgomp/README deleted file mode 100644 index 8b137891791..00000000000 --- a/libgomp/README +++ /dev/null @@ -1 +0,0 @@ - -- 2.11.4.GIT