This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/tunables/master in repository glibc.
discards b4fdf8fb53 Add TUNABLES to control IFUNC selection discards 550d7c92cd Support dl-tunables.list in subdirectories discards 121b22afbc Mark __tunables_init hidden and avoid PLT discards 6d145adf93 x86: Don't use dl_x86_cpu_features in cacheinfo.c discards 3218f328d8 x86: Add cache info to cpu_features adds 6a2c695266 aarch64: Thunderx specific memcpy and memmove new a91820a441 x86: Add cache info to cpu_features new 75b78897fc x86: Don't use dl_x86_cpu_features in cacheinfo.c new 15ec35643f Mark __tunables_init hidden and avoid PLT new 42d6c2c98c Support dl-tunables.list in subdirectories new a892fa03a9 Delay initialization of CPU features struct in static binaries new 6e312d9f6d Add TUNABLES to control IFUNC selection
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 (b4fdf8fb53) \ N -- N -- N refs/heads/hjl/tunables/master (6e312d9f6d)
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: ChangeLog | 14 ++++ csu/libc-start.c | 6 ++ sysdeps/aarch64/memcpy.S | 27 ++++--- sysdeps/aarch64/multiarch/Makefile | 3 + .../armv7 => aarch64}/multiarch/ifunc-impl-list.c | 43 +++++------ .../aarch64/multiarch/init-arch.h | 14 ++-- .../memmove.c => aarch64/multiarch/memcpy.c} | 37 ++++----- .../multiarch/memcpy_generic.S} | 36 ++++----- .../{memcpy.S => multiarch/memcpy_thunderx.S} | 88 +++++++++++++++++++--- .../power4 => aarch64}/multiarch/memmove.c | 29 +++---- sysdeps/unix/sysv/linux/aarch64/libc-start.c | 23 ++---- sysdeps/x86/cpu-features.c | 16 ++-- sysdeps/x86/cpu-features.h | 12 +++ sysdeps/x86/cpu-tunables.c | 50 ++++++------ sysdeps/x86/libc-start.c | 23 ++---- 15 files changed, 246 insertions(+), 175 deletions(-) create mode 100644 sysdeps/aarch64/multiarch/Makefile copy sysdeps/{arm/armv7 => aarch64}/multiarch/ifunc-impl-list.c (55%) copy support/xpthread_attr_init.c => sysdeps/aarch64/multiarch/init-arch.h (79%) copy sysdeps/{powerpc/powerpc32/power4/multiarch/memmove.c => aarch64/multiarch/me [...] copy sysdeps/{powerpc/powerpc64/multiarch/memset-ppc64.S => aarch64/multiarch/memc [...] copy sysdeps/aarch64/{memcpy.S => multiarch/memcpy_thunderx.S} (75%) copy sysdeps/{powerpc/powerpc32/power4 => aarch64}/multiarch/memmove.c (62%)