]>
Commit | Line | Data |
---|---|---|
672f4045 ILT |
1 | o - size |
2 | Currently assumes that the only relevant sections are named .text, | |
3 | .data and either .bss or .stack. This is not very general, and it | |
4 | doesn't work for ECOFF. | |
5 | ||
68a2b608 | 6 | o - strip |
5dfb6004 | 7 | Make faster by using ftruncate if available (and format is suitable). |
68a2b608 | 8 | |
918c2f61 | 9 | o - nm, objdump |
5dfb6004 DM |
10 | Add option to demangle C++ names. |
11 | ||
12 | o - nm, BFD | |
13 | Print more information about the symbols for more object file formats. | |
14 | Print the symbol size in POSIX format. | |
918c2f61 | 15 | |
947b8525 | 16 | o - See also ../ld/TODO and ../bfd/TODO. |
d8474a9b | 17 | |
5dfb6004 | 18 | o - ar q is flakey: e.g., doesn't handle long file names properly. |
2e8adbd7 | 19 | |
a9f5cf7b | 20 | o - objdump -d: Print relocatable addresses intelligently. |