aix51.h (TARGET_C99_FUNCTIONS): Define.
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define. * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise. From-SVN: r68920
This commit is contained in:
parent
9dd90ac6b2
commit
bcd5d841fe
3 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-07-04 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
|
||||
* config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
|
||||
|
||||
2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
PR c++/5287, PR c++/7910, PR c++/11021
|
||||
|
|
|
@ -196,3 +196,8 @@ do { \
|
|||
|
||||
#undef LD_INIT_SWITCH
|
||||
#define LD_INIT_SWITCH "-binitfini"
|
||||
|
||||
/* AIX 5.1 has the float and long double forms of math functions. */
|
||||
#undef TARGET_C99_FUNCTIONS
|
||||
#define TARGET_C99_FUNCTIONS 1
|
||||
|
||||
|
|
|
@ -188,3 +188,8 @@ do { \
|
|||
|
||||
#undef LD_INIT_SWITCH
|
||||
#define LD_INIT_SWITCH "-binitfini"
|
||||
|
||||
/* AIX 5.2 has the float and long double forms of math functions. */
|
||||
#undef TARGET_C99_FUNCTIONS
|
||||
#define TARGET_C99_FUNCTIONS 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue