aboutsummaryrefslogtreecommitdiff
path: root/contrib/elftoolchain/libelftc/elftc_string_table_create.3
Commit message (Collapse)AuthorAgeFilesLines
* Update ELF Tool Chain to upstream r3769Ed Maste2019-12-051-2/+2
| | | | | | | | | This contains many small bugfixes and documentation improvements. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=355413
* libelftc: Fix the documented prototype for elftc_string_table_destroy().Mark Johnston2019-06-261-1/+1
| | | | | | | | MFC after: 1 week Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=349422
* libelftc: Consistently use size_t for string table offsets and sizes.Mark Johnston2019-06-261-3/+3
| | | | | | | | | | Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20702 Notes: svn path=/head/; revision=349421
* libelftc: Fix some minor style bugs.Mark Johnston2019-06-041-1/+1
| | | | | | | | | | Reviewed by: emaste MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D20472 Notes: svn path=/head/; revision=348655
* Update to ELF Tool Chain r3668Ed Maste2019-01-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - Make sure that only TLS sections are sorted into TLS segment. - Fixed multiple errors in "Section to Segment mapping". - Man page updates - ar improvements - elfcopy: avoid filter_reloc uninitialized variable for rela - elfcopy: avoid stripping relocations from static binaries - readelf: avoid printing directory in front of absolute path - readelf: add NT_FREEBSD_FEATURE_CTL FreeBSD note type - test improvements NOTES: Some of these changes originated in FreeBSD and simply reduce diffs between contrib and vendor. ELF Tool Chain ar is not (currently) used in FreeBSD, and there are improvements in both FreeBSD and ELF Tool Chain ar that are not in the other. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=342918
* Copy elftoolchain binutils replacements from vendor branchEd Maste2014-11-271-0/+227
Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=275192