aboutsummaryrefslogtreecommitdiff
path: root/include/elf-abi.h
AgeCommit message (Collapse)AuthorFilesLines
2017-02-06Initial support for the ELFv2 ABINicholas Piggin1-0/+67
Provide an experimental option to compile using ELFv2 ABI even on big endian builds. ELFv2 + BE is not officially supported by the toolchain, but it works quite well. It may be useful as a small step toward a little-endian build. This saves about 200kB of text/data. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>