diff options
-rw-r--r-- | gnu/usr.bin/ld/TODO | 4 |
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 000000000000..d37a245b40d6 --- /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 |