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>
Tue, 3 May 2016 19:42:42 +0000 (15:42 -0400)
commitdae52e7673333cf41828c8686158948ce93ef104
treeb2b987981593691ec6316b525b9f0bff527aad3f
parent1036949d6618b78b67f254dd73f10be158f49cb8
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.024761 seconds and 4 git commands to generate.