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:
parent
ed22b0ef0b
commit
6b8427896d
@ -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. */ \
|
||||
|
Loading…
Reference in New Issue
Block a user