summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_types.m4
Commit message (Collapse)AuthorAgeFilesLines
* Removed source code for the old libelf and build the new libelf fromkaiw2014-01-151-315/+0
| | | | contrib/ instead.
* Add support for translating sections of type ELF_T_GNUHASH.kaiw2010-07-211-0/+1
| | | | | Obtained from: elftoolchain MFC after: 1 month
* Use <osreldate.h> rather than the OS version reported by the kerneljkoshy2006-12-181-24/+34
| | | | | | | | | | | | to determine which Elf Types are to be handled. Change the M4 templates to wrap an `#if __FreeBSD_version >= NNN'/`#endif' pair around the generated code for each ELF data type, where `NNN' is the OS version where the ELF type was added to the source tree. This change allows cross-builds of old sources on newer FreeBSD systems to work correctly. Problem reported by: ru
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-0/+304
Bump __FreeBSD_version. Reviewed by: jb
OpenPOWER on IntegriCloud