TODO 1.2 KB

123456789101112131415161718192021222324252627
  1. Things that still need to be done: -*- Text -*-
  2. o - A source of space lossage is that all the target-dependent code
  3. is in a single bfd_target structure. Hence all the code for
  4. *writing* object files is still pulled into all the applications
  5. that only care about *reading* (gdb, nm, objdump), while gas has
  6. to carry along all the unneeded baggage for reading objects. And
  7. so on. This would be a substantial change, and the payoff would
  8. not all that great (essentially none if bfd is used as a shared
  9. library).
  10. o - The storage needed by BFD data structures is also larger than strictly
  11. needed. This may be difficult to do much about.
  12. o - implement bfd_abort, which should close the bfd but not alter the
  13. filesystem.
  14. o - update the bfd doc; write a how-to-write-a-backend doc, take out
  15. the stupid quips and fill in all the blanks.
  16. o - upgrade the reloc handling as per Steve's suggestion.
  17. Copyright (C) 2012-2022 Free Software Foundation, Inc.
  18. Copying and distribution of this file, with or without modification,
  19. are permitted in any medium without royalty provided the copyright
  20. notice and this notice are preserved.