summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_getbase.c
Commit message (Collapse)AuthorAgeFilesLines
* * Improve compatibility with existing application code by permitting thekaiw2010-06-131-3/+5
| | | | | | | | | | | use of `elf_getbase()` on non-archive members. This change is needed for gcc LTO (-flto) to work properly. * Style fix: paranthesize returned values. * Document the current behaviour of `elf_getbase()`. Tested by: gerald, Steve Kargl (original patch) Obtained from: elftoolchain MFC after: 3 days
* MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-111-0/+45
Bump __FreeBSD_version. Reviewed by: jb
OpenPOWER on IntegriCloud