util: Add utility build-id code.
authorMatt Turner <mattst88@gmail.com>
Tue, 14 Feb 2017 15:29:56 +0000 (07:29 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 15 Feb 2017 21:59:51 +0000 (13:59 -0800)
commitd4fa083e11fa71abd50e615d6f02b6da4ea34644
tree0a6ae4497cefe15154ae5db9dd1388101cc28c68
parent4e6095ff61efef9d27323494147c97fc16d61052
util: Add utility build-id code.

Provides the ability to read the .note.gnu.build-id section of ELF
binaries, which is inserted by the --build-id=... flag to ld.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
configure.ac
src/util/Makefile.sources
src/util/build_id.c [new file with mode: 0644]
src/util/build_id.h [new file with mode: 0644]