r254994 - in /branches/gcc-7-branch: gcc/Change...

ro@gcc.gnu.org ro@gcc.gnu.org
Tue Nov 21 09:31:00 GMT 2017


Author: ro
Date: Tue Nov 21 09:31:12 2017
New Revision: 254994

URL: https://gcc.gnu.org/viewcvs?rev=254994&root=gcc&view=rev
Log:
Adapt Solaris 12 references

	libgo:
	Backport from mainline

    With the change in the Solaris release model (no more major releases
    like Solaris 12 but only minor ones like 11.4), the Solaris 12
    references in GCC need to be adapted.

    Patch by Rainer Orth.

    Reviewed-on: https://go-review.googlesource.com/77490

	libgcc:
	Backport from mainline
	2017-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* config.host (*-*-solaris2*): Adapt comment for Solaris 12
	renaming.
	* config/sol2/crtpg.c (__start_crt_compiler): Likewise.
	* configure.ac (libgcc_cv_solaris_crts): Likewise.
	* configure: Regenerate.

	gcc:
	Backport from mainline
	2017-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* config.gcc (*-*-solaris2*): Enable default_use_cxa_atexit since
	Solaris 11.  Update comment.
	* configure.ac (gcc_cv_ld_pid): Adapt comment for Solaris 12
	renaming.
	* config/sol2.h (STARTFILE_SPEC): Likewise.
	* configure: Regenerate.

	gcc/testsuite:
	Backport from mainline
	2017-11-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* lib/target-supports.exp (check_effective_target_pie): Adapt
	comment for Solaris 12 renaming.

	* gcc.dg/torture/pr60092.c: Remove *-*-solaris2.11* dg-xfail-run-if.

Modified:
    branches/gcc-7-branch/gcc/ChangeLog
    branches/gcc-7-branch/gcc/config.gcc
    branches/gcc-7-branch/gcc/config/sol2.h
    branches/gcc-7-branch/gcc/configure
    branches/gcc-7-branch/gcc/configure.ac
    branches/gcc-7-branch/gcc/testsuite/ChangeLog
    branches/gcc-7-branch/gcc/testsuite/gcc.dg/torture/pr60092.c
    branches/gcc-7-branch/gcc/testsuite/lib/target-supports.exp
    branches/gcc-7-branch/libgcc/ChangeLog
    branches/gcc-7-branch/libgcc/config.host
    branches/gcc-7-branch/libgcc/config/sol2/crtpg.c
    branches/gcc-7-branch/libgcc/configure
    branches/gcc-7-branch/libgcc/configure.ac
    branches/gcc-7-branch/libgo/Makefile.am
    branches/gcc-7-branch/libgo/Makefile.in
    branches/gcc-7-branch/libgo/configure
    branches/gcc-7-branch/libgo/configure.ac
    branches/gcc-7-branch/libgo/mkrsysinfo.sh
    branches/gcc-7-branch/libgo/mksysinfo.sh



More information about the Gcc-cvs mailing list