diff options
author | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-07 19:14:12 +0000 |
---|---|---|
committer | korbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-07 19:14:12 +0000 |
commit | 9ff2b59f9f48e8380e265ef24e5f5aa2a08f0e8c (patch) | |
tree | 5c5ab4e68be1ec47da4e594f70e887f9a3bdabfc /fixincludes/tests | |
parent | 04c7762232591e9c480c62f66d49b78ebaa8e8c3 (diff) | |
download | gcc-9ff2b59f9f48e8380e265ef24e5f5aa2a08f0e8c.tar.gz |
Finish checkin of date: 2005/06/14 23:59:47; author: ro;
for rev 1.23 of inclhack.def: adjust tests/base/math.h for new
content for AAB_darwin7_9_long_double_funcs_2 fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102833 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests')
-rw-r--r-- | fixincludes/tests/base/math.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h index 37d34c58d60..fbe670e3438 100644 --- a/fixincludes/tests/base/math.h +++ b/fixincludes/tests/base/math.h @@ -19,6 +19,11 @@ struct exception; +#if defined( AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK ) +#include <architecture/ppc/math.h> +#endif /* AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK */ + + #if defined( BROKEN_CABS_CHECK ) #ifdef __STDC__ |