From: Ulrich Drepper Date: Fri, 6 Feb 2009 05:41:11 +0000 (-0800) Subject: Document possible ld problem. X-Git-Tag: elfutils-0.140~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c2e71c505bb1767cfa5306499f9d036959e9a23c;p=thirdparty%2Felfutils.git Document possible ld problem. --- diff --git a/TODO b/TODO index de4aa0f1f..7f29abaa5 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ ToDo list for elfutils -*-outline-*- ---------------------- -Time-stamp: <2009-01-23 16:28:46 drepper> +Time-stamp: <2009-02-05 21:40:59 drepper> * mkinstalldirs @@ -103,6 +103,13 @@ Time-stamp: <2009-01-23 16:28:46 drepper> Not implemented at all in the moment except for recognition of the option itself. +** variables with aliases in executables + + When linking an executable with a references against a variable in a + DSO, create symbol table entries for all the aliases of the variable + in the DSO and create a relocation for one of them (a non-weak + definition) + * elflint ** additional checks