Some Linux software using ELF headers assumes the existence of an
ElfW(type) macro, which concatenates 'Elf', the default ELF word size,
and the given type. This is identical to our __ElfN(x) macro in
<sys/elf_generic.h>. Add the macro for compatibility.
Details
Details
maybe this needs an exp-run?
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 40872 Build 37761: arc lint + arc unit
Event Timeline
sys/sys/elf_generic.h | ||
---|---|---|
60 | I think some recommendation would be useful, like .. with Linux, prefer __ElfN() in FreeBSD code */ |