This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 59dc232df2 configure: Fix spelling of -Wl,--no-error-execstack option new 46d3198094 elf: Fix handling of symbol versions which hash to zero (bug 29190)
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: elf/Makefile | 21 ++++++++ elf/dl-lookup.c | 22 ++++++--- elf/dl-version.c | 7 +++ .../tst-version-hash-zero-linkmod.c | 9 ++-- elf/tst-version-hash-zero-linkmod.map | 7 +++ .../tst-version-hash-zero-mod.c | 8 ++-- elf/tst-version-hash-zero-mod.map | 13 +++++ .../tst-version-hash-zero-refmod.c | 11 +++-- elf/tst-version-hash-zero.c | 56 ++++++++++++++++++++++ 9 files changed, 137 insertions(+), 17 deletions(-) copy malloc/tst-interpose-static-nothread.c => elf/tst-version-hash-zero-linkmod.c (71%) create mode 100644 elf/tst-version-hash-zero-linkmod.map copy malloc/tst-interpose-aux-thread.c => elf/tst-version-hash-zero-mod.c (80%) create mode 100644 elf/tst-version-hash-zero-mod.map copy malloc/tst-interpose-nothread.c => elf/tst-version-hash-zero-refmod.c (67%) create mode 100644 elf/tst-version-hash-zero.c