This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pie/static in repository glibc.
discards 5604b66228 Add --enable-static-pie to build-many-glibcs.py discards 936d3eb5e6 sparc: Check PIC instead of SHARED in start.S discards 455873e055 microblaze: Check PIC instead of SHARED in start.S discards 122fb81b59 m68k: Check PIC instead of SHARED in start.S discards 0f1b549c82 hppa: Check PIC instead of SHARED in start.S discards 617ffed240 aarch64: Check PIC instead of SHARED in start.S discards 4725827d1d sh: Update elf_machine_load_address for static PIE discards bf00010c16 s390: Update elf_machine_load_address for static PIE discards 021b64f7d1 m68k: Update elf_machine_load_address for static PIE discards 767b6fecf1 Add --enable-static-pie configure option to build static PIE [...] adds 63b4baa44e sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321] adds 2f9314b412 Add new locale shn_MM [BZ #13605] adds 4027a4fda0 m68k: Check PIC instead of SHARED in start.S adds 9ba7e81028 m68k: Update elf_machine_load_address for static PIE new 7a0b60277e Add --enable-static-pie configure option to build static PIE [...] new 401348d7ab s390: Update elf_machine_load_address for static PIE new 1ca915eedd sh: Update elf_machine_load_address for static PIE new 034cabd1d6 aarch64: Check PIC instead of SHARED in start.S new 60eb65d321 hppa: Check PIC instead of SHARED in start.S new 4006465d70 microblaze: Check PIC instead of SHARED in start.S new 4ac33cf9a7 sparc: Check PIC instead of SHARED in start.S new 79dd5e20eb Add --enable-static-pie to build-many-glibcs.py
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 (5604b66228) \ N -- N -- N refs/heads/hjl/pie/static (79dd5e20eb)
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 8 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 | 26 ++ localedata/SUPPORTED | 1 + localedata/locales/shn_MM | 292 +++++++++++++++++++++ sysdeps/posix/sysconf.c | 1 + sysdeps/unix/sysv/linux/Makefile | 5 +- .../unix/sysv/linux/tst-sysconf-iov_max-uapi.c | 13 +- .../unix/sysv/linux/tst-sysconf-iov_max.c | 21 +- 7 files changed, 343 insertions(+), 16 deletions(-) create mode 100644 localedata/locales/shn_MM copy support/xdup2.c => sysdeps/unix/sysv/linux/tst-sysconf-iov_max-uapi.c (78%) copy math/test-finite-macros.c => sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c (60%)