]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Added missed file from previous fixincludes commit.
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jul 2013 12:52:34 +0000 (12:52 +0000)
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jul 2013 12:52:34 +0000 (12:52 +0000)
      fixincludes/tests/base/linux/compiler.h: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200603 138bc75d-0d04-0410-961f-82ee72b054a4

fixincludes/tests/base/linux/compiler.h [new file with mode: 0644]

diff --git a/fixincludes/tests/base/linux/compiler.h b/fixincludes/tests/base/linux/compiler.h
new file mode 100644 (file)
index 0000000..7135276
--- /dev/null
@@ -0,0 +1,14 @@
+/*  DO NOT EDIT THIS FILE.
+
+    It has been auto-edited by fixincludes from:
+
+       "fixinc/tests/inc/linux/compiler.h"
+
+    This had to be done to correct non-standard usages in the
+    original, manufacturer supplied header file.  */
+
+
+
+#if defined( COMPLIER_H_TRADCPP_CHECK )
+/* __builtin_warning(x, y...) is obsolete */
+#endif  /* COMPLIER_H_TRADCPP_CHECK */