summaryrefslogtreecommitdiff
path: root/fixincludes/tests
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2017-02-11 21:11:44 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2017-02-11 21:11:44 +0000
commit7d3235372abf6e7e63bb846dec5b44e8efdb8cc0 (patch)
tree5f7fb9d62fb8e1cb261fd76c96588d0e0f366fa5 /fixincludes/tests
parent99ebfe90756a3bd3c94828c56a102f886b919673 (diff)
alloca.h: New file.
* tests/base/alloca.h: New file. * inclhack.def (hppa_hpux11_alloca): New fix. * fixincl.x: Regenerate. From-SVN: r245364
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 */