diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-05 22:09:34 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-05 22:09:34 -0800 |
commit | 04af01862b5bcee6e0355913143f032efc016331 (patch) | |
tree | e6536b0c67e916148f152f009a9a0e01b5c876e8 /TODO | |
parent | Minor output problems in readelf debug_info section printing fixed. (diff) | |
parent | Document possible ld problem. (diff) | |
download | elfutils-04af01862b5bcee6e0355913143f032efc016331.tar.gz elfutils-04af01862b5bcee6e0355913143f032efc016331.tar.bz2 elfutils-04af01862b5bcee6e0355913143f032efc016331.tar.xz |
Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutils
Conflicts:
TODO
src/ChangeLog
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | ToDo list for elfutils -*-outline-*- | 1 | ToDo list for elfutils -*-outline-*- |
2 | ---------------------- | 2 | ---------------------- |
3 | 3 | ||
4 | Time-stamp: <2009-01-26 13:07:11 drepper> | 4 | Time-stamp: <2009-02-05 22:08:01 drepper> |
5 | 5 | ||
6 | * mkinstalldirs | 6 | * mkinstalldirs |
7 | 7 | ||
@@ -110,6 +110,13 @@ Time-stamp: <2009-01-26 13:07:11 drepper> | |||
110 | Not implemented at all in the moment except for recognition of the option | 110 | Not implemented at all in the moment except for recognition of the option |
111 | itself. | 111 | itself. |
112 | 112 | ||
113 | ** variables with aliases in executables | ||
114 | |||
115 | When linking an executable with a references against a variable in a | ||
116 | DSO, create symbol table entries for all the aliases of the variable | ||
117 | in the DSO and create a relocation for one of them (a non-weak | ||
118 | definition) | ||
119 | |||
113 | * elflint | 120 | * elflint |
114 | 121 | ||
115 | ** additional checks | 122 | ** additional checks |