diff options
author | Will Newton <will.newton@linaro.org> | 2014-04-04 09:56:42 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-06-23 14:13:30 +0100 |
commit | d6d062255489343810ad1e01d05f70acd9cd1918 (patch) | |
tree | 453477b6f66dc495e8729ca54f21ee751ce6acac /ChangeLog | |
parent | f393b4aaedd32238738708f6b180fe91a0ae85f8 (diff) | |
download | glibc-d6d062255489343810ad1e01d05f70acd9cd1918.tar.gz glibc-d6d062255489343810ad1e01d05f70acd9cd1918.tar.xz glibc-d6d062255489343810ad1e01d05f70acd9cd1918.zip |
elf/dl-lookup.c: Remove unnecessary static variable
undefined_msg is only used once contrary to the comment. ChangeLog: 2014-06-23 Will Newton <will.newton@linaro.org> * elf/dl-lookup.c (undefined_msg): Remove variable. (_dl_lookup_symbol_x): Replace undefined_msg with string literal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4a2397ef38..f86e3f03c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-06-23 Will Newton <will.newton@linaro.org> + * elf/dl-lookup.c (undefined_msg): Remove variable. + (_dl_lookup_symbol_x): Replace undefined_msg with string + literal. + * elf/dl-lookup.c (do_lookup_unique): New function. (do_lookup_x): Move STB_GNU_UNIQUE handling code to a separate function. |