This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr21744/master in repository glibc.
omits 6660ede768 Don't all __access_noerrno with stack protector from __tunab [...] adds 2759a2c1d8 Fix failing sNaN tests on hppa. adds 075385f98a Fix guard alignment in allocate_stack when stack grows up. adds 32d9b0e7a6 Fix [BZ locale/19838]. adds 66cd050f26 Regenerate libc.pot adds df3d455b23 Fix [BZ 20098]. adds 4d42d18029 Remove extra braces from sysdeps/hppa/__longjmp.c. adds a363f70336 Remove _exit entry from sysdeps/unix/sysv/linux/hppa/localplt.data. adds d71400dca6 Fix syscall cancellation on hppa. adds 07f94b7a96 Fix __setcontext return value on hppa. adds cc407f4e81 Fix stack offset for r19 load in __getcontext. adds ce1917d0bf Add CFI annotation. adds 1903b38c65 Return to caller if dl_fixup fails to resolve callee on hppa. new 894a306f95 Don't all __access_noerrno with stack protector from __tunab [...]
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 (6660ede768) \ N -- N -- N refs/heads/hjl/pr21744/master (894a306f95)
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 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 | 62 ++ nptl/allocatestack.c | 10 +- po/libc.pot | 1095 ++++++++++---------- sysdeps/hppa/__longjmp.c | 2 - sysdeps/hppa/dl-fptr.c | 64 +- sysdeps/hppa/dl-trampoline.S | 12 + sysdeps/{i386/symbol-hacks.h => hppa/math-tests.h} | 7 +- sysdeps/unix/sysv/linux/hppa/bits/shm.h | 2 +- sysdeps/unix/sysv/linux/hppa/clone.S | 3 + sysdeps/unix/sysv/linux/hppa/getcontext.S | 5 +- sysdeps/unix/sysv/linux/hppa/localplt.data | 1 - sysdeps/unix/sysv/linux/hppa/pt-vfork.S | 3 + sysdeps/unix/sysv/linux/hppa/setcontext.S | 5 +- sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h | 47 +- sysdeps/unix/sysv/linux/hppa/sysdep.h | 15 +- 15 files changed, 714 insertions(+), 619 deletions(-) copy sysdeps/{i386/symbol-hacks.h => hppa/math-tests.h} (83%)