cctools —version, package reporting and --help additions.
commit68af431e2f38a8ec95a0fc8b5481c3ce368a465f
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 15 May 2015 19:34:49 +0000 (15 20:34 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 3 Apr 2019 14:05:13 +0000 (3 15:05 +0100)
tree093cb2b4599438eda9464fb74d5600c451b57531
parent1e6985db50d8acf2ac0354efb406624f26ca7a75
cctools â€”version, package reporting and --help additions.

Add GNU-style --version and --help to all the built tools.
Make the version report the xtools edition as well as the base Apple tools version.

Implement --target-help/--help and a BUGURL

- ld_classic
- efitools
- otool + Adjust Version command to print the disassembler info.
- cctools/misc - for all the tools.
- ar
- as + Adjust the version strings to make sure it's clear this isn't Apple's "as".
25 files changed:
cctools/ar/ar.c
cctools/as/as.c
cctools/as/as.h
cctools/efitools/makerelocs.c
cctools/efitools/mtoc.c
cctools/ld/ld.c
cctools/misc/check_dylib.c
cctools/misc/checksyms.c
cctools/misc/cmpdylib.c
cctools/misc/codesign_allocate.c
cctools/misc/ctf_insert.c
cctools/misc/indr.c
cctools/misc/install_name_tool.c
cctools/misc/libtool.c
cctools/misc/lipo.c
cctools/misc/nm.c
cctools/misc/pagestuff.c
cctools/misc/redo_prebinding.c
cctools/misc/seg_addr_table.c
cctools/misc/seg_hack.c
cctools/misc/segedit.c
cctools/misc/size.c
cctools/misc/strings.c
cctools/misc/strip.c
cctools/otool/main.c