You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
aarch64
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
arm
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
generic
move IPC_STAT definition to a new bits/ipcstat.h file
7 years ago
i386
move __BYTE_ORDER definition to alltypes.h
7 years ago
m68k
move __BYTE_ORDER definition to alltypes.h
7 years ago
microblaze
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
mips
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
mips64
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
mipsn32
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
or1k
move __BYTE_ORDER definition to alltypes.h
7 years ago
powerpc
move __BYTE_ORDER definition to alltypes.h
7 years ago
powerpc64
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
riscv64
remove indirect use of endian.h from public headers
7 years ago
s390x
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
sh
remove use of endian.h from arch reloc.h headers, clean up
7 years ago
x32
move __BYTE_ORDER definition to alltypes.h
7 years ago
x86_64
move __BYTE_ORDER definition to alltypes.h
7 years ago