This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
discards 2989090595 Use libc_hidden_* for atoi (bug 15105). discards 6d00fff044 Use libc_hidden_* for tolower, toupper (bug 15105). discards 2641081f12 Fix -Os putc_unlocked, fputc_unlocked linknamespace, localpl [...] discards 4281298cd5 Fix -Os getc_unlocked linknamespace, localplt issues (bug 15 [...] discards 4525e7b469 Fix -Os ferror_unlocked linknamespace, localplt issues (bug [...] discards 14cb6e06eb Use libc_hidden_* for argz_next, __argz_next (bug 15105). discards 8f39edfdee Use libc_hidden_* for __cmsg_nxthdr (bug 15105). discards b8365ac905 Use libc_hidden_* for fputs (bug 15105). discards 9c29d1a123 Fix -Os feof_unlocked linknamespace, localplt issues (bug 15 [...] new d7c1214f4d Use libc_hidden_* for fputs (bug 15105). new 633d14073f Use libc_hidden_* for __cmsg_nxthdr (bug 15105). new bf291348a7 Use libc_hidden_* for argz_next, __argz_next (bug 15105). new 98fa83a2a8 Use libc_hidden_* for tolower, toupper (bug 15105). new c0a4365442 Use libc_hidden_* for atoi (bug 15105). new d59cb9842c elf: Support DT_RELR relative relocation format
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (2989090595) \ N -- N -- N refs/heads/google/grte/v5-2.27/master (d59cb9842c)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 6 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/dynamic-link.h | 28 +++++++++++++++++++++++++ elf/elf.h | 16 ++++++++++++--- elf/get-dynamic-info.h | 3 +++ iconv/gconv_conf.c | 2 +- include/stdio.h | 36 +-------------------------------- intl/localealias.c | 2 +- libio/feof_u.c | 4 +--- libio/ferror_u.c | 4 +--- libio/fputc_u.c | 1 - libio/getc_u.c | 1 - libio/putc_u.c | 4 +--- misc/getttyent.c | 2 +- misc/syslog.c | 4 ++-- nss/nsswitch.c | 2 +- sysdeps/posix/getaddrinfo.c | 4 ---- sysdeps/unix/sysv/linux/readonly-area.c | 2 +- time/getdate.c | 4 ++-- time/tzfile.c | 12 +++++------ 18 files changed, 63 insertions(+), 68 deletions(-)