diff options
author | Bruce Korb <korbb@gcc.gnu.org> | 2008-06-07 22:19:45 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2008-06-07 22:19:45 +0000 |
commit | c8b38637055ef502cc726adccf28f491c3afbbf7 (patch) | |
tree | 6cb456d0b0f1201ea63678c495c19101fee79675 /fixincludes/fixincl.x | |
parent | 8cec30d3c427ae3a5d2cf56c203c32eadb9d573f (diff) | |
download | gcc-c8b38637055ef502cc726adccf28f491c3afbbf7.tar.gz |
clean up fixes
From-SVN: r136539
Diffstat (limited to 'fixincludes/fixincl.x')
-rw-r--r-- | fixincludes/fixincl.x | 41 |
1 files changed, 3 insertions, 38 deletions
diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x index cbf6d07aa1b..746c09b2880 100644 --- a/fixincludes/fixincl.x +++ b/fixincludes/fixincl.x @@ -2,11 +2,11 @@ * * DO NOT EDIT THIS FILE (fixincl.x) * - * It has been AutoGen-ed Thursday May 29, 2008 at 11:31:36 PM UTC + * It has been AutoGen-ed Saturday June 7, 2008 at 03:19:21 PM PDT * From the definitions inclhack.def * and the template file fixincl */ -/* DO NOT SVN-MERGE THIS FILE, EITHER Thu May 29 23:31:36 UTC 2008 +/* DO NOT SVN-MERGE THIS FILE, EITHER Sat Jun 7 15:19:21 PDT 2008 * * You must regenerate it. Use the ./genfixes script. * @@ -475,42 +475,7 @@ static const char* apzAab_Sun_MemcpyPatch[] = { extern char *memset();\n\ #endif /* __STDC__ */\n\n\ extern int memcmp();\n\n\ -#endif /* __memory_h__ */\n\ -_EndOfHeader;\n\ -};\n\n\n\ -/*\n\ - * Completely replace <sys/varargs.h> with a file that includes gcc's\n\ - * stdarg.h or varargs.h files as appropriate.\n\ - */\n\ -#ifdef SVR4\n\ -fix = {\n\ - hackname = AAB_svr4_no_varargs;\n\ - files = sys/varargs.h;\n\ - replace = \"/* This file was generated by fixincludes. */\\n\"\n\ - \"#ifndef _SYS_VARARGS_H\\n\"\n\ - \"#define _SYS_VARARGS_H\\n\\n\"\n\n\ - \"#ifdef __STDC__\\n\"\n\ - \"#include <stdarg.h>\\n\"\n\ - \"#else\\n\"\n\ - \"#include <varargs.h>\\n\"\n\ - \"#endif\\n\\n\"\n\n\ - \"#endif /* _SYS_VARARGS_H */\\n\";\n\ -};\n\ -#endif\n\n\n\ -/*\n\ - * The Ultrix 4.3 file string.h is a symbolic link to strings.h.\n\ - * Replace string.h link with a file that includes strings.h to prevent\n\ - * problems from multiple inclusion.\n\ - */\n\ -fix = {\n\ - hackname = AAB_ultrix_string;\n\ - files = string.h;\n\ - mach = \"*-*-ultrix4.3\";\n\ - replace = <<- _EndOfHeader_\n\ -#ifndef _STRING_INCLUDED\n\ - #define _STRING_INCLUDED\n\ - #include <strings.h>\n\ -#endif /* _STRING_INCLUDED */", +#endif /* __memory_h__ */", (char*)NULL }; /* * * * * * * * * * * * * * * * * * * * * * * * * * |