musl/arch
Rich Felker 4d3a162d00 remove use of endian.h from arch reloc.h headers, clean up
building on commit 97d35a552e,
__BYTE_ORDER is now available wherever alltypes.h is included. since
reloc.h is only used from src/internal/dynlink.h, it can be assumed
that __BYTE_ORDER is exposed. reloc.h is not permitted to be included
in other contexts, and generally, like most arch headers, lacks
inclusion guards that would allow such usage. the mips64 version
mistakenly included such guards; they are removed for consistency.
2019-10-17 16:06:12 -04:00
..
aarch64 remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
arm remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
generic move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
i386 move __BYTE_ORDER definition to alltypes.h 2019-10-17 15:55:15 -04:00
m68k move __BYTE_ORDER definition to alltypes.h 2019-10-17 15:55:15 -04:00
microblaze remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
mips remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
mips64 remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
mipsn32 remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
or1k move __BYTE_ORDER definition to alltypes.h 2019-10-17 15:55:15 -04:00
powerpc move __BYTE_ORDER definition to alltypes.h 2019-10-17 15:55:15 -04:00
powerpc64 remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
riscv64 remove indirect use of endian.h from public headers 2019-10-17 16:03:42 -04:00
s390x remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
sh remove use of endian.h from arch reloc.h headers, clean up 2019-10-17 16:06:12 -04:00
x32 move __BYTE_ORDER definition to alltypes.h 2019-10-17 15:55:15 -04:00
x86_64 move __BYTE_ORDER definition to alltypes.h 2019-10-17 15:55:15 -04:00