From 091a79f59a7494a2c2ecf17c819fb704463052b1 Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Thu, 3 Sep 1992 06:02:56 +0000 Subject: [PATCH] * ldver.c: Bump to version 0.98. * TODO: New file. --- ld/TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ld/TODO diff --git a/ld/TODO b/ld/TODO new file mode 100644 index 0000000000..a4d103c1c6 --- /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.