projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dea31a
)
add fix test results for freebsd_gcc3_breakage
author
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 26 May 2001 18:04:43 +0000
(18:04 +0000)
committer
Bruce Korb
<korbb@gcc.gnu.org>
Sat, 26 May 2001 18:04:43 +0000
(18:04 +0000)
From-SVN: r42640
gcc/fixinc/tests/base/sys/cdefs.h
[new file with mode: 0644]
patch
|
blob
diff --git a/gcc/fixinc/tests/base/sys/cdefs.h
b/gcc/fixinc/tests/base/sys/cdefs.h
new file mode 100644
(file)
index 0000000..
0b345a4
--- /dev/null
+++ b/
gcc/fixinc/tests/base/sys/cdefs.h
@@ -0,0
+1,14
@@
+/* DO NOT EDIT THIS FILE.
+
+ It has been auto-edited by fixincludes from:
+
+ "fixinc/tests/inc/sys/cdefs.h"
+
+ This had to be done to correct non-standard usages in the
+ original, manufacturer supplied header file. */
+
+
+
+#if defined( FREEBSD_GCC3_BREAKAGE_CHECK )
+#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3
+#endif /* FREEBSD_GCC3_BREAKAGE_CHECK */