https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126484

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Or of course, it could be DEF_MIPS_FTYPE (0, (SI)) and DEF_MIPS_FTYPE (0,
(USI))
and
#define MIPS_FTYPE_NAME0(A) MIPS_##A##_FTYPE_VOID
and
#define MIPS_FTYPE_ATYPES0(A) \
  MIPS_ATYPE_##A
the VOID for arguments just says it has no arguments...

Reply via email to