diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-10-08 15:18:02 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-10-08 15:18:02 -0700 |
commit | 7b8fb2b8db0be0c9f3e3c6667198f34bf11a8024 (patch) | |
tree | 93d33f3a1b9f012862a36014e6cdbb15ed3266a8 /ChangeLog | |
parent | f7b425175c3fa2f063a6c5657d84b799929db459 (diff) | |
download | glibc-7b8fb2b8db0be0c9f3e3c6667198f34bf11a8024.zip glibc-7b8fb2b8db0be0c9f3e3c6667198f34bf11a8024.tar.gz glibc-7b8fb2b8db0be0c9f3e3c6667198f34bf11a8024.tar.bz2 |
Remove unnecessarily nested function in do_lookup_unique.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com> + Roland McGrath <roland@hack.frob.com> + + * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ... + (do_lookup_unique): ... local function 'enter' here; update callers. + 2014-10-06 Joseph Myers <joseph@codesourcery.com> * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition |