This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d0bceca130 2019-04-13 Dominique d'Humieres dominiq@gcc.gnu.org new c1bb27eba39 PR target/89093 * config/arm/arm.c (arm_valid_target_attr [...] new 5dfa96c9ff8 * gcc.pot: Regenerate. new 3ef1f32ed2b libphobos: Move rt.sections modules to gcc.sections
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: gcc/ChangeLog | 6 + gcc/config/arm/arm.c | 12 +- gcc/po/gcc.pot | 13 +- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/arm/pr89093.c | 7 + libphobos/ChangeLog | 21 ++ libphobos/libdruntime/Makefile.am | 18 +- libphobos/libdruntime/Makefile.in | 98 +++--- .../sections_android.d => gcc/sections/android.d} | 68 ++--- .../sections/elf_shared.d} | 340 +++++++++------------ .../{rt/sections_osx.d => gcc/sections/osx.d} | 55 ++-- libphobos/libdruntime/gcc/sections/package.d | 48 +++ .../sections_solaris.d => gcc/sections/solaris.d} | 34 ++- .../{rt/sections_win32.d => gcc/sections/win32.d} | 36 ++- .../{rt/sections_win64.d => gcc/sections/win64.d} | 38 ++- libphobos/libdruntime/rt/bss_section.c | 21 -- libphobos/libdruntime/rt/sections.d | 7 +- 17 files changed, 447 insertions(+), 380 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr89093.c rename libphobos/libdruntime/{rt/sections_android.d => gcc/sections/android.d} (70%) rename libphobos/libdruntime/{rt/sections_elf_shared.d => gcc/sections/elf_shared. [...] rename libphobos/libdruntime/{rt/sections_osx.d => gcc/sections/osx.d} (82%) create mode 100644 libphobos/libdruntime/gcc/sections/package.d rename libphobos/libdruntime/{rt/sections_solaris.d => gcc/sections/solaris.d} (68%) rename libphobos/libdruntime/{rt/sections_win32.d => gcc/sections/win32.d} (78%) rename libphobos/libdruntime/{rt/sections_win64.d => gcc/sections/win64.d} (88%) delete mode 100644 libphobos/libdruntime/rt/bss_section.c