This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch maskray/unnest in repository glibc.
discards dc4facae29 Fix mips discards 693060addb elf: Avoid nested functions in the loader (all ports) [BZ #27220] adds 2efca218b5 xsysconf: Only fail on error results and errno set adds 381b29616a aarch64: Disable A64FX memcpy/memmove BTI unconditionally adds 91e92272ca i386: Port elf_machine_{load_address,dynamic} from x86-64 adds 5ad9d62c3b Linux: Avoid closing -1 on failure in __closefrom_fallback adds b26901b26e Fix sysdeps/x86/fpu/s_ffma.c for 32-bit FMA processor case adds 4ae2b8a423 build-many-glibcs.py: add powerpc64le glibc variant without [...] new a431f33609 elf: Avoid nested functions in the loader (all ports) [BZ #27220]
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 (dc4facae29) \ N -- N -- N refs/heads/maskray/unnest (a431f33609)
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: scripts/build-many-glibcs.py | 4 +++- support/xsysconf.c | 2 +- sysdeps/aarch64/multiarch/memcpy_a64fx.S | 3 +++ sysdeps/alpha/dl-machine.h | 3 ++- sysdeps/i386/dl-machine.h | 25 +++++++++---------------- sysdeps/powerpc/powerpc32/dl-machine.h | 2 -- sysdeps/powerpc/powerpc64/dl-machine.h | 2 -- sysdeps/unix/sysv/linux/closefrom_fallback.c | 2 +- sysdeps/x86/fpu/s_ffma.c | 8 ++++++-- 9 files changed, 25 insertions(+), 26 deletions(-)