summaryrefslogtreecommitdiffstats
path: root/lib/libelf/elf_update.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update libelf from elftoolchain r3717 to r3833jsg2020-05-181-10/+30
| | | | ok deraadt@
* update libelf from elftoolchain r3669 to r3714jsg2019-03-191-4/+4
| | | | | includes changes to address problems sunil@ found with fuzzing original diff from and ok sunil@
* add libelf from elftoolchain r3669jsg2019-02-011-0/+1224
A 2 clause BSD licensed implementation of the SVR4 ELF API also implemented by mr511.de libelf (devel/libelf in ports) and elfutils. It is being added to base to allow Mesa to use it in future. shlib major is higher than devel/libelf and pkg-config version is 0.8.2 to pass a glib2 configure test so this can replace the use of devel/libelf in ports.