summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-12-09 17:53:08 +0000
committerjkh <jkh@FreeBSD.org>1993-12-09 17:53:08 +0000
commitde5c072bce492a9e58b56d9786f878d533b69793 (patch)
tree5caa25e1a7aed3e444160af51995e3f2a3ad4b5b /gnu/usr.bin/ld
parent0e47039eee8805cc65e299a61e1f211f5ebfd9cd (diff)
downloadFreeBSD-src-de5c072bce492a9e58b56d9786f878d533b69793.zip
FreeBSD-src-de5c072bce492a9e58b56d9786f878d533b69793.tar.gz
Added the TODO file. Also wanted to announce the previous change to rtld.c
which eliminates the stack walking code (from David G.). My previous commit message was eaten by mistake!
Diffstat (limited to 'gnu/usr.bin/ld')
-rw-r--r--gnu/usr.bin/ld/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/ld/TODO b/gnu/usr.bin/ld/TODO
new file mode 100644
index 0000000..d37a245
--- /dev/null
+++ b/gnu/usr.bin/ld/TODO
@@ -0,0 +1,4 @@
+- Make C++ shared libs work (properly resolve ctor and dtor lists)
+- Make -r and -X work together for PIC .o files.
+
+- Avoid duplicatating shared library specifications in link_objects
OpenPOWER on IntegriCloud