This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from e14a91e59d time: Use 64 bit time on tzfile new d0e2ac0c59 elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power1 [...] new 71d4fe94a1 time: Set daylight to 1 for matching DST/offset change (bug 29951) new bbe4bbb6e8 elf: Drop elf/tls-macros.h in favor of __thread and tls_mode [...]
The 3 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: NEWS | 2 + elf/Makefile | 2 - elf/tls-macros.h | 25 ----------- elf/tst-tls1.c | 64 +++++++++++---------------- elf/tst-tls2.c | 82 ----------------------------------- elf/tst-tls3.c | 26 +++++------ elf/tst-tlsmod1.c | 24 +++++----- elf/tst-tlsmod2.c | 6 +-- elf/tst-tlsmod3.c | 8 ++-- elf/tst-tlsmod4.c | 6 +-- elf/tst-tlsmod5.c | 4 +- elf/tst-tlsmod6.c | 4 +- sysdeps/powerpc/mod-tlsopt-powerpc.c | 12 ++--- sysdeps/powerpc/tst-tlsifunc.c | 4 +- time/tzfile.c | 41 ++++++++++-------- timezone/Makefile | 4 +- timezone/testdata/XT6 | Bin 0 -> 625 bytes timezone/tst-bz29951.c | 68 +++++++++++++++++++++++++++++ 18 files changed, 162 insertions(+), 220 deletions(-) delete mode 100644 elf/tls-macros.h delete mode 100644 elf/tst-tls2.c create mode 100644 timezone/testdata/XT6 create mode 100644 timezone/tst-bz29951.c