gcc/libstdc++-v3/config/os
David Edelsohn 3f7a2374d3 aix: Protect AIX math.h overloads with new macro.
AIX math.h provides C++ overloaded inlined math functions, which should
not be present for G++. The definitions have been guaded by
__COMPATMATH__, but that macro had other uses in IBM xlC++. A new
macro has been introduced with the sole purpose of guarding the functions.
This patch updates libstdc++ os_defines.h to define the additional macro.
The earlier macro definition is retained to guard the functions in the
math.h header of earlier AIX releases.

libstdc++-v3/ChangeLog:

	* config/os/aix/os_defines.h (__LIBC_NO_CPP_MATH_OVERLOADS__): Define.
2021-07-22 11:30:34 -04:00
..
aix aix: Protect AIX math.h overloads with new macro. 2021-07-22 11:30:34 -04:00
bionic Update copyright years. 2021-01-04 10:26:59 +01:00
bsd libstdc++, Darwin, ppc : Add new long double symbols. 2021-03-15 15:34:11 +00:00
djgpp Update copyright years. 2021-01-04 10:26:59 +01:00
generic Update copyright years. 2021-01-04 10:26:59 +01:00
gnu-linux libstdc++: Fix typo in comment 2021-04-22 15:49:27 +01:00
hpux Update copyright years. 2021-01-04 10:26:59 +01:00
mingw32 Update copyright years. 2021-01-04 10:26:59 +01:00
mingw32-w64 Update copyright years. 2021-01-04 10:26:59 +01:00
newlib Update copyright years. 2021-01-04 10:26:59 +01:00
qnx/qnx6.1 Update copyright years. 2021-01-04 10:26:59 +01:00
solaris Update copyright years. 2021-01-04 10:26:59 +01:00
tpf Update copyright years. 2021-01-04 10:26:59 +01:00
uclibc Update copyright years. 2021-01-04 10:26:59 +01:00
vxworks ctype support for libstdc++ on VxWorks 2021-05-04 21:49:43 -03:00