This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50c7853216e libgcc: use syscall rather than __mmap/__munmap new 88e508f9f11 S/390: Fix PR91628
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: libphobos/ChangeLog | 11 +++ libphobos/configure | 38 ++++++++++- libphobos/libdruntime/Makefile.am | 6 ++ libphobos/libdruntime/Makefile.in | 43 ++++++++++-- .../libdruntime/config/s390/get_tls_offset.S | 6 +- .../libdruntime/config/systemz/get_tls_offset.S | 79 ++++++++++++++++++++++ libphobos/libdruntime/gcc/sections/elf_shared.d | 10 +-- libphobos/m4/druntime/cpu.m4 | 10 +++ 8 files changed, 187 insertions(+), 16 deletions(-) copy libgcc/config/visium/divdi3.c => libphobos/libdruntime/config/s390/get_tls_of [...] create mode 100644 libphobos/libdruntime/config/systemz/get_tls_offset.S