K 10 svn:author V 3 dim K 8 svn:date V 27 2021-08-14T13:05:50.273462Z K 7 svn:log V 617 Add ElfW() macro for compatibility with Linux 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 . Add the macro for compatibility, with a comment that we prefer the __ElfN() macro for FreeBSD. Reviewed by: emaste, kib Differential Revision: https://reviews.freebsd.org/D31427 MFC after: 1 week (cherry picked from commit 34e7e4b6a059eee5e4e3e34de5b9d5f0d6e589f9) Git Hash: 2b53701772f00a0bfa1783f5e82a9a497f335f2a Git Author: dim@FreeBSD.org END