diff options
author | dfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-25 19:25:01 +0000 |
---|---|---|
committer | dfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-25 19:25:01 +0000 |
commit | 462510b284a2390f4d84c5ed620abbe077740a3a (patch) | |
tree | 766c40f42dc57eba8d1afe49925d6294d52d8604 /fixincludes/tests | |
parent | c5e978ad7939ce2f35dd07fc63207117a5743ac5 (diff) | |
download | gcc-462510b284a2390f4d84c5ed620abbe077740a3a.tar.gz |
2007-01-25 Daniel Franke <franke.daniel@gmail.com>
PR target/30272
* inclhack.def(broken_cabs): Also remove definition of cabsl.
* fixincl.x: Regenerate.
* tests/base/math.h: Update.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/tests')
-rw-r--r-- | fixincludes/tests/base/math.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fixincludes/tests/base/math.h b/fixincludes/tests/base/math.h index fbe670e3438..6b6ae09885d 100644 --- a/fixincludes/tests/base/math.h +++ b/fixincludes/tests/base/math.h @@ -34,6 +34,7 @@ struct exception; /* This is a comment and it ends here. */ + #endif /* BROKEN_CABS_CHECK */ |