Home
last modified time | relevance | path

Searched refs:DRAFT_V4_STRUCT_RET (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dlinux.h105 #undef DRAFT_V4_STRUCT_RET
106 #define DRAFT_V4_STRUCT_RET 1 macro
H A Dnetbsd64.h590 #undef DRAFT_V4_STRUCT_RET
591 #define DRAFT_V4_STRUCT_RET (!TARGET_64BIT) macro
H A Dlinux64.h603 #undef DRAFT_V4_STRUCT_RET
604 #define DRAFT_V4_STRUCT_RET (!TARGET_64BIT) macro
H A Drs6000.h1424 #define DRAFT_V4_STRUCT_RET 0 macro
H A Drs6000.c4454 aix_struct_return = (DEFAULT_ABI != ABI_V4 || DRAFT_V4_STRUCT_RET); in rs6000_option_override_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dlinux.h110 #undef DRAFT_V4_STRUCT_RET
111 #define DRAFT_V4_STRUCT_RET 1 macro
H A Dnetbsd64.h509 #undef DRAFT_V4_STRUCT_RET
510 #define DRAFT_V4_STRUCT_RET (!TARGET_64BIT) macro
H A Dlinux64.h523 #undef DRAFT_V4_STRUCT_RET
524 #define DRAFT_V4_STRUCT_RET (!TARGET_64BIT) macro
H A Drs6000.h1418 #define DRAFT_V4_STRUCT_RET 0 macro
H A Drs6000.cc4587 aix_struct_return = (DEFAULT_ABI != ABI_V4 || DRAFT_V4_STRUCT_RET); in rs6000_option_override_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20013320 DRAFT_V4_STRUCT_RET to 1.
H A DChangeLog-200320895 (DRAFT_V4_STRUCT_RET): Define.
H A DChangeLog-200218508 * config/rs6000/netbsd.h (DRAFT_V4_STRUCT_RET): Remove.