diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-12-09 17:53:08 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-12-09 17:53:08 +0000 |
commit | 31a947eb76477d0f873b00ddb72cc19061d4abfb (patch) | |
tree | 5caa25e1a7aed3e444160af51995e3f2a3ad4b5b | |
parent | a0b8281d40cf77fdcd99081c8933c8fd4374209b (diff) | |
download | src-31a947eb76477d0f873b00ddb72cc19061d4abfb.tar.gz src-31a947eb76477d0f873b00ddb72cc19061d4abfb.zip |
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!
Notes
Notes:
svn path=/head/; revision=836
-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 |