This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from a248c53 Backport: [GCC, ARM] armv8 linux toolchain asan testcase fail [...] new 3a30934 Use CRTs provided by Solaris new 4329da9 Support PIE on Solaris
The 2 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 | 32 ++++++++++++ gcc/config.in | 8 ++- gcc/config/i386/sol2.h | 9 ++-- gcc/config/sol2.h | 65 ++++++++++++++++++------ gcc/config/sparc/sol2.h | 2 + gcc/configure | 68 ++++++++++++++++++++++++-- gcc/configure.ac | 63 ++++++++++++++++++++++-- gcc/testsuite/ChangeLog | 8 +++ gcc/testsuite/lib/target-supports.exp | 7 +++ libgcc/ChangeLog | 34 +++++++++++++ libgcc/config.host | 33 +++++++------ libgcc/config.in | 6 +++ libgcc/{udivmod.c => config/sol2/crtp.c} | 18 +++---- libgcc/config/{i386/elf-lib.h => sol2/crtpg.c} | 41 ++++++++++------ libgcc/config/{gmon-sol2.c => sol2/gmon.c} | 15 ++++-- libgcc/config/{ => sol2}/t-sol2 | 12 +++-- libgcc/configure | 32 ++++++++++++ libgcc/configure.ac | 25 ++++++++++ 18 files changed, 401 insertions(+), 77 deletions(-) copy libgcc/{udivmod.c => config/sol2/crtp.c} (73%) copy libgcc/config/{i386/elf-lib.h => sol2/crtpg.c} (55%) rename libgcc/config/{gmon-sol2.c => sol2/gmon.c} (96%) rename libgcc/config/{ => sol2}/t-sol2 (75%)