Home
last modified time | relevance | path

Searched refs:TARGET_ENDIAN_DEFAULT (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dlinux-elf.h36 #define TARGET_ENDIAN_DEFAULT MASK_BIG_END macro
40 #define TARGET_ENDIAN_DEFAULT 0 macro
46 #define TARGET_DEFAULT (TARGET_ENDIAN_DEFAULT)
Dbpabi.h40 #define TARGET_ENDIAN_DEFAULT MASK_BIG_END macro
42 #define TARGET_ENDIAN_DEFAULT 0 macro
47 #define TARGET_DEFAULT (MASK_INTERWORK | TARGET_ENDIAN_DEFAULT)
Dnetbsd-elf.h41 #define TARGET_ENDIAN_DEFAULT MASK_BIG_END macro
43 #define TARGET_ENDIAN_DEFAULT 0 macro
52 | TARGET_ENDIAN_DEFAULT)
Dfreebsd.h65 #define TARGET_ENDIAN_DEFAULT MASK_BIG_END macro
69 #define TARGET_ENDIAN_DEFAULT 0 macro
102 #define TARGET_DEFAULT (MASK_INTERWORK | TARGET_ENDIAN_DEFAULT)
Dvxworks.h147 #define TARGET_ENDIAN_DEFAULT 0 macro
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/mipsel/
Dtm.h8 #ifndef TARGET_ENDIAN_DEFAULT
9 # define TARGET_ENDIAN_DEFAULT 0 macro
Ddefs.mk44 G_tm_defines=TARGET_ENDIAN_DEFAULT=0 LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4
/netbsd/src/external/gpl3/gcc/usr.bin/gcc/arch/mips64el/
Dtm.h8 #ifndef TARGET_ENDIAN_DEFAULT
9 # define TARGET_ENDIAN_DEFAULT 0 macro
Ddefs.mk44 G_tm_defines=TARGET_ENDIAN_DEFAULT=0 LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 LIBC_MUSL=4 MIPS_ABI…
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dlinux.h42 (TARGET_CPU_DEFAULT | TARGET_ENDIAN_DEFAULT | TARGET_OPT_DEFAULT)
46 #if TARGET_ENDIAN_DEFAULT == MASK_LITTLE_ENDIAN
Dsh.h162 #ifndef TARGET_ENDIAN_DEFAULT
163 #define TARGET_ENDIAN_DEFAULT 0 macro
171 (TARGET_CPU_DEFAULT | TARGET_ENDIAN_DEFAULT | TARGET_OPT_DEFAULT)
177 #if TARGET_ENDIAN_DEFAULT
239 #if TARGET_ENDIAN_DEFAULT == MASK_LITTLE_ENDIAN
264 #if TARGET_ENDIAN_DEFAULT == MASK_LITTLE_ENDIAN
291 #if TARGET_ENDIAN_DEFAULT == MASK_BIG_ENDIAN
Dlittle.h21 #define TARGET_ENDIAN_DEFAULT MASK_LITTLE_ENDIAN macro
Dsuperh.h50 #if TARGET_ENDIAN_DEFAULT == MASK_LITTLE_ENDIAN
Dnetbsd-elf.h54 (TARGET_CPU_DEFAULT | TARGET_ENDIAN_DEFAULT)
Delf.h58 #if TARGET_ENDIAN_DEFAULT == MASK_LITTLE_ENDIAN
/netbsd/src/external/gpl3/gcc/lib/crtstuff/arch/
Dmipsel.mk9 G_tm_defines=TARGET_ENDIAN_DEFAULT=0 LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 NETBSD_ENABLE_PTHREA…
Dmips64el.mk9 G_tm_defines=TARGET_ENDIAN_DEFAULT=0 LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3 NETBSD_ENABLE_PTHREA…
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.h693 #ifndef TARGET_ENDIAN_DEFAULT
694 #define TARGET_ENDIAN_DEFAULT MASK_BIG_ENDIAN macro
721 #if TARGET_ENDIAN_DEFAULT == 0
783 #if TARGET_ENDIAN_DEFAULT == 0
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-19971005 TARGET_ENDIAN_DEFAULT == zero instead of testing for macro
DChangeLog-20029388 * config/mips/netbsd.h (TARGET_ENDIAN_DEFAULT)
14258 TARGET_ENDIAN_DEFAULT, rather than including mips/little.h.
19453 * config/sh/sh.h (TARGET_ENDIAN_DEFAULT): If not already
19455 (SUBTARGET_ASM_ENDIAN_SPEC): Define according to TARGET_ENDIAN_DEFAULT.
19456 (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
19457 * config/sh/sh64.h (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
19478 (TARGET_ENDIAN_DEFAULT): Define if not already defined.
19502 (TARGET_DEFAULT): Include TARGET_ENDIAN_DEFAULT.
Dconfig.gcc5841 tm_defines="TARGET_ENDIAN_DEFAULT=0 $tm_defines"
DChangeLog-20072231 * config/arm/linux-elf.h (TARGET_ENDIAN_DEFAULT): Define based on
2233 (TARGET_DEFAULT): Set according to TARGET_ENDIAN_DEFAULT.
DChangeLog-200527149 * config/m32r/little.h (TARGET_ENDIAN_DEFAULT): Delete.
27157 (TARGET_ENDIAN_DEFAULT, SUBTARGET_SWITCHES, TARGET_DEFAULT)
DChangeLog-200435929 TARGET_ENDIAN_DEFAULT): Added. Ditto.
35931 (TARGET_ENDIAN_DEFAULT): Added.
DChangeLog-201723981 * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.

12