diff options
author | Will Newton <will.newton@linaro.org> | 2014-04-02 16:04:12 +0100 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-06-23 14:13:30 +0100 |
commit | f393b4aaedd32238738708f6b180fe91a0ae85f8 (patch) | |
tree | b8ea925484b201738d81a398b3eaccebb216d0ba /ChangeLog | |
parent | ac60763eac3d43b7234dd21286ad3ec3f17957fc (diff) | |
download | glibc-f393b4aaedd32238738708f6b180fe91a0ae85f8.tar.gz |
elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a function
Move handling of STB_GNU_UNIQUE symbols to a separate function
from do_lookup_x in order to make the code more readable.
The new function gets inlined with gcc 4.8 on ARM and the
do_lookup_x code becomes a few bytes smaller.
ChangeLog:
2014-06-23 Will Newton <will.newton@linaro.org>
* elf/dl-lookup.c (do_lookup_unique): New function.
(do_lookup_x): Move STB_GNU_UNIQUE handling code
to a separate function.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2014-06-23 Will Newton <will.newton@linaro.org> + + * elf/dl-lookup.c (do_lookup_unique): New function. + (do_lookup_x): Move STB_GNU_UNIQUE handling code + to a separate function. + 2014-06-23 Andreas Schwab <schwab@suse.de> [BZ #17079] |