summaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-11 21:11:44 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-11 21:11:44 +0000
commitf20a1c45b8a5f3b956a143e096633af64f8ebecd (patch)
tree5f7fb9d62fb8e1cb261fd76c96588d0e0f366fa5 /fixincludes/tests
parentbadc62a820738c37072cee47b25fbd184b48e808 (diff)
downloadgcc-f20a1c45b8a5f3b956a143e096633af64f8ebecd.tar.gz
* tests/base/alloca.h: New file.
* inclhack.def (hppa_hpux11_alloca): New fix. * fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245364 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests')
-rw-r--r--fixincludes/tests/base/alloca.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/fixincludes/tests/base/alloca.h b/fixincludes/tests/base/alloca.h
new file mode 100644
index 00000000000..3f50b36a96d
--- /dev/null
+++ b/fixincludes/tests/base/alloca.h
@@ -0,0 +1,18 @@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/alloca.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( HPPA_HPUX11_ALLOCA_CHECK )
+#ifndef _SYS_STDSYMS_INCLUDED
+# include <sys/stdsyms.h>
+#endif /* _SYS_STDSYMS_INCLUDED */
+
+#ifndef _STDDEF_INCLUDED
+#endif /* HPPA_HPUX11_ALLOCA_CHECK */