diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-03-01 22:58:51 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-03-01 22:58:51 +0000 |
commit | 52cb49752a44a991245160e86208799635123b9e (patch) | |
tree | b7676f996414b979dcbb7de92a3e86b97320d023 /contrib/binutils/ld/TODO |
Initial import of GNU binutils version 2.8.1. Believe it or not,
this is heavily stripped down.
Notes
Notes:
svn path=/vendor/binutils/dist/; revision=33965
Diffstat (limited to 'contrib/binutils/ld/TODO')
-rw-r--r-- | contrib/binutils/ld/TODO | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/binutils/ld/TODO b/contrib/binutils/ld/TODO new file mode 100644 index 000000000000..31cd98ba236f --- /dev/null +++ b/contrib/binutils/ld/TODO @@ -0,0 +1,9 @@ +Volunteers to tackle some of the following would be welcome: + +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.) + +Support for dynamic loading (a la dld, but bfd-based) would be nice. + +Avoid re-open (and re-seeking) output bfd and archives. |