Home
last modified time | relevance | path

Searched refs:ENDIAN_SPEC (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.h524 #ifndef ENDIAN_SPEC
526 #define ENDIAN_SPEC "%{!EB:%{!meb:-EL}} %{EB|meb:-EB}" macro
528 #define ENDIAN_SPEC "%{!EL:%{!mel:-EB}} %{EL|mel:-EL}" macro
903 { "endian_spec", ENDIAN_SPEC }, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h733 #ifndef ENDIAN_SPEC
735 #define ENDIAN_SPEC "%{!EB:%{!meb:-EL}} %{EB|meb:-EB}" macro
737 #define ENDIAN_SPEC "%{!EL:%{!mel:-EB}} %{EL|mel:-EL}" macro
1194 { "endian_spec", ENDIAN_SPEC }, \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.410973 * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
10975 (ENDIAN_SPEC): Add %{EB} and %{EL}.
H A DChangeLog.718522 * config/mips/mips.h (ENDIAN_SPEC): Output the endianness flag if