Make tests work again on alpha-osf1 and sun4 native.
[external/binutils.git] / binutils / TODO
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
6 o - strip
7     Make faster by using ftruncate if available (and format is suitable).
8
9 o - nm, objdump
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.
15
16 o - See also ../ld/TODO and ../bfd/TODO.
17
18 o - ar q is flakey: e.g., doesn't handle long file names properly.
19
20 o - objdump -d:  Print relocatable addresses intelligently.