Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: gcc/fixincludes/tests/base/math.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/fixincludes/tests/base/inttypes.h ('k') | gcc/fixincludes/tests/base/pthread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/fixincludes/tests/base/math.h
diff --git a/gcc/fixincludes/tests/base/math.h b/gcc/fixincludes/tests/base/math.h
index 389dacf25c7136f91d6d35353ea06dfc624754a3..9733744eafc1ebe8801b1cdd5a2debaae5585e62 100644
--- a/gcc/fixincludes/tests/base/math.h
+++ b/gcc/fixincludes/tests/base/math.h
@@ -13,10 +13,6 @@
#ifdef __cplusplus
#define exception __math_exception
#endif
-#ifndef FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE
-#define FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE 1
-
-struct exception;
#if defined( AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_CHECK )
@@ -38,11 +34,6 @@ struct exception;
#endif /* BROKEN_CABS_CHECK */
-#if defined( EXCEPTION_STRUCTURE_CHECK )
-extern int matherr();
-#endif /* EXCEPTION_STRUCTURE_CHECK */
-
-
#if defined( HPPA_HPUX_FP_MACROS_CHECK )
#endif /* _INCLUDE_HPUX_SOURCE */
@@ -80,11 +71,6 @@ extern "C" int abs(int);
#endif /* HPUX8_BOGUS_INLINES_CHECK */
-#if defined( ISC_FMOD_CHECK )
-extern double fmod(double, double);
-#endif /* ISC_FMOD_CHECK */
-
-
#if defined( MATH_EXCEPTION_CHECK )
typedef struct exception t_math_exception;
#endif /* MATH_EXCEPTION_CHECK */
@@ -103,13 +89,6 @@ extern int class();
#endif /* RS6000_DOUBLE_CHECK */
-#if defined( SCO_MATH_CHECK )
-#define __fp_class(a) \
- __builtin_generic(a,"ld:__fplcassifyl;f:__fpclassifyf;:__fpclassify")
-
-#endif /* SCO_MATH_CHECK */
-
-
#if defined( STRICT_ANSI_NOT_CTD_CHECK )
#if 1 && \
&& defined(mumbling) |& ( !defined(__STRICT_ANSI__)) \
@@ -118,8 +97,6 @@ extern int class();
int foo;
#endif
#endif /* STRICT_ANSI_NOT_CTD_CHECK */
-
-#endif /* FIXINC_WRAP_MATH_H_EXCEPTION_STRUCTURE */
#ifdef __cplusplus
#undef exception
#endif
« no previous file with comments | « gcc/fixincludes/tests/base/inttypes.h ('k') | gcc/fixincludes/tests/base/pthread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698