]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/TODO
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / bfd / TODO
CommitLineData
5f9a2245
DM
1Things that still need to be done: -*- Text -*-
2
3 o - A source of space lossage is that all the target-dependent
4 code is in a single bfd_target structure. Hence all the code
5 for *writing* object files is still pulled into all the applications
6 that only care about *reading* (gdb, nm, objdump), while gas
7 has to carry along all the unneded baggage for reading objects.
8 And so one. This would be a much more substantial change,
9 and the payoff would be less (essentially none if bfd is
10 used as a shared library).
11
12 o - The storage needed by BFD data structures is also larger than strictly
13 needed. This may be difficult to do much about.
4a81b561 14
4a81b561
DHW
15 o - implement bfd_abort, which should close the bfd but not alter the
16 filesystem.
5f9a2245
DM
17
18 o - update the bfd doc; write a how-to-write-a-backend doc, take out
19 the stupid quips and fill in all the blanks.
20
21 o - upgrade the reloc handling as per Steve's suggestion.
22
23
24
25