]>
Commit | Line | Data |
---|---|---|
68a2b608 | 1 | o - strip |
68a2b608 PB |
2 | Make faster by using ftruncate if available (and format is suitable). |
3 | ||
918c2f61 PB |
4 | o - nm, objdump |
5 | add option to demangle C++ names | |
6 | ||
947b8525 | 7 | o - See also ../ld/TODO and ../bfd/TODO. |
d8474a9b | 8 | |
2e8adbd7 PB |
9 | o - ar q is flakey: e.g. doesn't handle long file names properly. |
10 | ||
947b8525 | 11 | OLD: |
c074abee DHW |
12 | |
13 | o - make the long options more consistent. | |
14 | ||
15 | o - make ATT and BSD versions -- perhaps the options should be | |
16 | controlled by an environment variable. | |
17 | ||
18 | o - Calling +help or +version should exit with a successful status (ie 0) |