]>
Commit | Line | Data |
---|---|---|
68a2b608 PB |
1 | o - strip |
2 | Implement various options | |
3 | Make faster by using ftruncate if available (and format is suitable). | |
4 | ||
d8474a9b PB |
5 | OLD: |
6 | ||
c074abee DHW |
7 | o - merge: |
8 | copy and strip | |
9 | ar and ranlib | |
10 | nm, size, and objdump | |
11 | ||
12 | o - make the long options more consistent. | |
13 | ||
14 | o - make ATT and BSD versions -- perhaps the options should be | |
15 | controlled by an environment variable. | |
16 | ||
17 | o - Calling +help or +version should exit with a successful status (ie 0) |