Home
last modified time | relevance | path

Searched refs:SPEC_32 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dmingw-w64.h53 #undef SPEC_32
56 #define SPEC_32 "m32" macro
59 #define SPEC_32 "!m64" macro
74 #define SUB_LINK_SPEC "%{" SPEC_64 ":-m i386pep} %{" SPEC_32 ":-m i386pe}"
75 #define SUB_LINK_ENTRY "%{" SPEC_64 ":" SUB_LINK_ENTRY64 "} %{" SPEC_32 ":" SUB_LINK_ENTRY32 "}"
87 "%{!shared:%{!mdll:%{" SPEC_32 ":--large-address-aware}}}"
Dgnu-user64.h35 #define SPEC_32 "m16|m32" macro
44 #define SPEC_32 "m64|mx32:;" macro
50 #define ASM_SPEC "%{" SPEC_32 ":--32} \
57 %{" SPEC_32 ":-m " GNU_USER_LINK_EMULATION32 "} \
64 %{" SPEC_32 ":-dynamic-linker " GNU_USER_DYNAMIC_LINKER32 "} \
Dcygwin-w64.h41 #undef SPEC_32
43 #define SPEC_32 "m32" macro
53 #define SUB_LINK_SPEC "%{" SPEC_64 ":-m i386pep} %{" SPEC_32 ":-m i386pe}"
54 #define SUB_LINK_ENTRY "%{" SPEC_64 ":" SUB_LINK_ENTRY64 "} %{" SPEC_32 ":" SUB_LINK_ENTRY32 "}"
70 %{!shared: %{!mdll: %{" SPEC_32 ":--large-address-aware} --tsaware}}"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-201119452 (SPEC_32): Likewise.
30505 TARGET_TLS_DIRECT_SEG_REFS_DEFAULT, SPEC_32, SPEC_64, ASM_SPEC,
DChangeLog-20066980 (SPEC_32, SPEC_64): Define.
DChangeLog-200925992 (SPEC_32): New define.
DChangeLog-201037861 * config/i386/linux64.h (ASM_SPEC): Use SPEC_32 and SPEC_64.
DChangeLog-201447448 * config/i386/gnu-user64.h (SPEC_32): Add "m16|" to "m32".