* ldver.c: Bump to version 0.98.

* TODO:  New file.
This commit is contained in:
Per Bothner 1992-09-03 06:02:56 +00:00
parent 947b85258d
commit 091a79f59a
1 changed files with 11 additions and 0 deletions

11
ld/TODO Normal file
View File

@ -0,0 +1,11 @@
Volunteers to tackle some of the following would be welcome:
The -ySYMBOL (to trace refernces to SYMBOL) flag is not implemented.
Support the "traditional" BSD -A flag (incremental loading).
(There is a -A flag in ld now, but it is used to specify the
architecture. That should probably be changed.)
Shared library support is missing.
Support for dynamic loading (a la dld, but bfd-based) would be nice.