This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 29cb929 Add iscanonical. new d61ef73 Bug 20292 - Simplify and test _dl_addr_inside_object
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 16 +++ elf/Makefile | 12 ++- elf/dl-addr-obj.c | 75 +++++++++++++ elf/dl-addr.c | 16 --- elf/dl-open.c | 18 ---- elf/tst-_dl_addr_inside_object.c | 223 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 325 insertions(+), 35 deletions(-) create mode 100644 elf/dl-addr-obj.c create mode 100644 elf/tst-_dl_addr_inside_object.c