musl/arch
Rich Felker 90251cf73d fix build regression on mips64 due to endian.h removal
commit 4d3a162d00 overlooked that the
mips64 reloc.h dependent on endian.h not only for setting the ABI ldso
name to match the byte order, but also for use of the byte swapping
macros. they are needed to override R_TYPE, R_SYM, and R_INFO, to
compensate for a mips "quirk" of always using big endian order for
symbol references in relocations.

part of that commit canot be reverted because the original code was
wrong: it's invalid to define _GNU_SOURCE or any feature test macro
in reloc.h, or anywhere except at the top of a source file. however,
thanks to commit 316730cdc7, the feature
test macro is no longer needed to access the endian-swapping macros,
so simply bringing back the #include directive suffices.
2019-11-05 10:15:11 -05:00
..
aarch64 move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
arm move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
generic move time64 ioctl numbers to generic bits/ioctl.h 2019-11-02 18:30:56 -04:00
i386 move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
m68k move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
microblaze move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
mips move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
mips64 fix build regression on mips64 due to endian.h removal 2019-11-05 10:15:11 -05:00
mipsn32 move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
or1k move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
powerpc move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
powerpc64 move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
riscv64 move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
s390x move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
sh move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
x32 move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00
x86_64 move time_t and suseconds_t definitions to common alltypes.h.in 2019-11-02 18:30:56 -04:00