From 31a947eb76477d0f873b00ddb72cc19061d4abfb Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 9 Dec 1993 17:53:08 +0000 Subject: [PATCH] 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! --- gnu/usr.bin/ld/TODO | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gnu/usr.bin/ld/TODO diff --git a/gnu/usr.bin/ld/TODO b/gnu/usr.bin/ld/TODO new file mode 100644 index 00000000000..d37a245b40d --- /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