aboutsummaryrefslogtreecommitdiff
path: root/ld/TODO
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-09-03 06:02:56 +0000
committerPer Bothner <per@bothner.com>1992-09-03 06:02:56 +0000
commit091a79f59a7494a2c2ecf17c819fb704463052b1 (patch)
tree0f07bc6134ce972ef913c6499af5d4599c9e5c60 /ld/TODO
parent947b85258dd5cdd513d083829565c19e34f5f301 (diff)
downloadgdb-091a79f59a7494a2c2ecf17c819fb704463052b1.zip
gdb-091a79f59a7494a2c2ecf17c819fb704463052b1.tar.gz
gdb-091a79f59a7494a2c2ecf17c819fb704463052b1.tar.bz2
* ldver.c: Bump to version 0.98.
* TODO: New file.
Diffstat (limited to 'ld/TODO')
-rw-r--r--ld/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/TODO b/ld/TODO
new file mode 100644
index 0000000..a4d103c
--- /dev/null
+++ b/ld/TODO
@@ -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.