From f393b4aaedd32238738708f6b180fe91a0ae85f8 Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 2 Apr 2014 16:04:12 +0100 Subject: 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 * elf/dl-lookup.c (do_lookup_unique): New function. (do_lookup_x): Move STB_GNU_UNIQUE handling code to a separate function. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28f477157a..4a2397ef38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-06-23 Will Newton + + * 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 [BZ #17079] -- cgit v1.2.1