Add the historical __OCTEON__ builtin_define along with __mips_popcount which

is defined if the platform has the dpop/pop instructions.
This commit is contained in:
matt 2015-05-29 19:37:27 +00:00
parent ed22b0ef0b
commit 6b8427896d

View File

@ -163,6 +163,11 @@ along with GCC; see the file COPYING3. If not see
else \
builtin_define ("__MIPSEL__"); \
\
if (TARGET_OCTEON) \
builtin_define ("__OCTEON__"); \
\
if (ISA_HAS_POP) \
builtin_define ("__mips_popcount"); \
/* No language dialect defines. */ \
\
/* ABIs handled in TARGET_OS_CPP_BUILTINS. */ \