mirror of git://gcc.gnu.org/git/gcc.git
parent
fb96818737
commit
ba5b5e2431
|
|
@ -4,7 +4,7 @@
|
||||||
PR bootstrap/53348
|
PR bootstrap/53348
|
||||||
* inclhack.def (aix_strtof_const): New fix.
|
* inclhack.def (aix_strtof_const): New fix.
|
||||||
* fixincl.x: Regenerate.
|
* fixincl.x: Regenerate.
|
||||||
* tests/base/inttypes.h: New test.
|
* tests/base/stdlib.h: New test.
|
||||||
|
|
||||||
2015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
2015-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#if defined( AIX_STRTOF_CONST_CHECK )
|
||||||
|
extern float strtof(const char *, char **);
|
||||||
|
#endif /* AIX_STRTOF_CONST_CHECK */
|
||||||
|
|
||||||
|
|
||||||
#if defined( HPUX11_ABS_CHECK )
|
#if defined( HPUX11_ABS_CHECK )
|
||||||
#if !defined(_MATH_INCLUDED) || defined(__GNUG__)
|
#if !defined(_MATH_INCLUDED) || defined(__GNUG__)
|
||||||
#endif /* HPUX11_ABS_CHECK */
|
#endif /* HPUX11_ABS_CHECK */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue