As noted by Jiri, the objdump tests were disabled in the infrastructure upgrade because they didn't fit exactly into the new infrastructure.

1. Makefile: Reenable the test.
2. objdump/Makefile: Fix compilation so that it deterministically compiles with -g (needed for the test, even though it currently fails because objdump expects DWARF and that's currently unsupported with ld(1) from what I've been reading).
3. objdump/test.c -> objdump/test_arch.c: for the sake of clarity and to ensure that the command doesn't conflict with test(1), rename test.c to test_arch.c.
4. objdump/objdump01: Clarify the purpose and error check --debugging in the test.

Props go to Jiri for the original observations and suggestions.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
4 files changed