aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-04-02 15:23:16 +0100
committerWill Newton <will.newton@linaro.org>2014-04-03 09:58:30 +0100
commitf6488e2b7f13529cde762d02a0352071c078ff9a (patch)
tree2add2f2d889e4b74426243d0befe7c443d1cd253 /ChangeLog
parenta84e78c8b3c4de94b488fdc5321f71feeb99358f (diff)
downloadglibc-f6488e2b7f13529cde762d02a0352071c078ff9a.zip
glibc-f6488e2b7f13529cde762d02a0352071c078ff9a.tar.gz
glibc-f6488e2b7f13529cde762d02a0352071c078ff9a.tar.bz2
elf/dl-lookup.c: Remove obsolete comment about nested function
The nested function referred to has gone away so remove the comment. Also move the variable declaration down to where other variables of a similar lifetime are declared for clarity. 2014-04-03 Will Newton <will.newton@linaro.org> * elf/dl-lookup.c (do_lookup_x): Remove comment referring to nested function and move variable declarations down to before first use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e530ef..e36b689 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-04-03 Will Newton <will.newton@linaro.org>
+
+ * elf/dl-lookup.c (do_lookup_x): Remove comment
+ referring to nested function and move variable
+ declarations down to before first use.
+
2014-04-02 Joseph Myers <joseph@codesourcery.com>
[BZ #16799]