about summary refs log tree commit diff
path: root/src/internal/version.c
Commit message (Collapse)AuthorAgeFilesLines
* remove use of SHARED macro in dynamic linker version reportingRich Felker2015-11-121-4/+1
| | | | also fix visibility of the glue function used.
* add infrastructure to record and report the version of libc.soRich Felker2013-12-011-0/+12
this is still experimental and subject to change. for git checkouts, an attempt is made to record the exact revision to aid in bug reports and debugging. no version information is recorded in the static libc.a or binaries it's linked into.