Rename so-info to bin-info
authorAntoine Busque <abusque@efficios.com>
Thu, 21 Apr 2016 05:55:10 +0000 (01:55 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 21 Apr 2016 18:22:29 +0000 (14:22 -0400)
commitd5ddf820bf2640c74a0581d408b48e9edf8b1984
treefabfb3bee960472dd9386015b8f96ab32f4a75b3
parent6764ed54802782af3565686fc28ae1e17b9fa75a
Rename so-info to bin-info

Signed-off-by: Antoine Busque <abusque@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
14 files changed:
.gitignore
include/Makefile.am
include/babeltrace/bin-info.h [new file with mode: 0644]
include/babeltrace/so-info.h [deleted file]
lib/Makefile.am
lib/bin-info.c [new file with mode: 0644]
lib/debuginfo.c
lib/so-info.c [deleted file]
tests/lib/Makefile.am
tests/lib/test_bin_info.c [new file with mode: 0644]
tests/lib/test_bin_info_complete [new file with mode: 0755]
tests/lib/test_so_info.c [deleted file]
tests/lib/test_so_info_complete [deleted file]
tests/tests_debuginfo
This page took 0.026905 seconds and 4 git commands to generate.