add infrastructure to record and report the version of libc.so
authorRich Felker <dalias@aerifal.cx>
Sun, 1 Dec 2013 22:27:25 +0000 (17:27 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 1 Dec 2013 22:27:25 +0000 (17:27 -0500)
commit179ab5a505c7060e2703015961173ee900eed780
tree55636e19f1ebfe9d0a129c0021035ef95fdc3d99
parent6ec82a3b58ee1b873ff0dfad8fa9d41c3d25dcc0
add infrastructure to record and report the version of libc.so

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.
Makefile
VERSION [new file with mode: 0644]
src/internal/version.c [new file with mode: 0644]
src/ldso/dynlink.c
tools/version.sh [new file with mode: 0644]