]>
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 | |
947b8525 | 9 | OLD: |
c074abee DHW |
10 | |
11 | o - make the long options more consistent. | |
12 | ||
13 | o - make ATT and BSD versions -- perhaps the options should be | |
14 | controlled by an environment variable. | |
15 | ||
16 | o - Calling +help or +version should exit with a successful status (ie 0) |