
#13696: rts/linker/ElfTypes.h does not compile on most of UNREG arches (and some
registerised arches)
-------------------------------------+-------------------------------------
Reporter: slyfox | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by slyfox):
Example output for toolchains I have (note mips64 is an ELFCLASS32 aka N32
ABI):
{{{
for gcc in /usr/bin/*gcc /usr/bin/*clang; do echo "$gcc :"; $gcc -dM -E -x
c /dev/null | egrep LP64; done
}}}
{{{
/usr/bin/aarch64-unknown-linux-gnu-gcc :
#define __LP64__ 1
#define _LP64 1
/usr/bin/afl-gcc :
afl-cc 2.39b by