diff options
author | kyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-02 12:52:34 +0000 |
---|---|---|
committer | kyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-07-02 12:52:34 +0000 |
commit | 6ff0cb8ed990a0e51927d4e91ff782b0f2249aa9 (patch) | |
tree | 7e2bce0e48d0db414d630bd560252e17fe7784c6 /fixincludes | |
parent | 1d62df1c1d25ec827399172d15d046f50ddfbb5e (diff) | |
download | gcc-6ff0cb8ed990a0e51927d4e91ff782b0f2249aa9.tar.gz |
Added missed file from previous fixincludes commit.
fixincludes/tests/base/linux/compiler.h: New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200603 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/tests/base/linux/compiler.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fixincludes/tests/base/linux/compiler.h b/fixincludes/tests/base/linux/compiler.h new file mode 100644 index 00000000000..713527644bd --- /dev/null +++ b/fixincludes/tests/base/linux/compiler.h @@ -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 */ |