This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch nsz/bug27072 in repository glibc.
discards 84877b5e3f Make libc symbols hidden in static PIE discards 6b468d65b6 csu: Move static pie self relocation later [BZ #27072] discards a14c2bc43c Use <startup.h> in __libc_init_secure discards a16cb63d41 Use hidden visibility for early static PIE code discards 2da1722fe0 elf: Avoid RELATIVE relocs in __tunables_init discards 0d5328b83b elf: Make the tunable struct definition internal only discards 5790f6b21a configure: Require PI_STATIC_AND_HIDDEN for static pie adds 22b79ed7f4 Use <startup.h> in __libc_init_secure new e0ed9fdf7e elf: Make the tunable struct definition internal only new 1dcd94e2f6 elf: Avoid RELATIVE relocs in __tunables_init new 51119c6aa5 configure: Check for static PIE support new 4da71cb981 csu: Avoid weak ref for __ehdr_start in static PIE new 54afd0132a Use hidden visibility for early static PIE code new b5dbaa167f csu: Move static pie self relocation later [BZ #27072] new d7eb5cfd69 Make libc symbols hidden in static PIE
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 (84877b5e3f) \ N -- N -- N refs/heads/nsz/bug27072 (d7eb5cfd69)
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 7 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: config.h.in | 3 +++ configure | 17 ++++++++--------- configure.ac | 9 ++++----- csu/libc-start.c | 37 +++++++++++++++++++------------------ sysdeps/aarch64/configure | 4 ++++ sysdeps/aarch64/configure.ac | 3 +++ sysdeps/i386/configure | 3 +++ sysdeps/i386/configure.ac | 3 +++ sysdeps/x86_64/configure | 3 +++ sysdeps/x86_64/configure.ac | 3 +++ 10 files changed, 53 insertions(+), 32 deletions(-)