Date: Wed, 24 Aug 2016 13:32:58 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420789 - head/lang/gcc48/files Message-ID: <201608241332.u7ODWwsD044920@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Wed Aug 24 13:32:58 2016 New Revision: 420789 URL: https://svnweb.freebsd.org/changeset/ports/420789 Log: Pet portlint in terms of patch file format. Modified: head/lang/gcc48/files/patch-stackprotector-gcc head/lang/gcc48/files/patch-stackprotector-gcc_c-family head/lang/gcc48/files/patch-stackprotector-gcc_doc head/lang/gcc48/files/patch-stackprotector-gcc_testsuite head/lang/gcc48/files/patch-unwind-ia64.h Modified: head/lang/gcc48/files/patch-stackprotector-gcc ============================================================================== --- head/lang/gcc48/files/patch-stackprotector-gcc Wed Aug 24 13:03:30 2016 (r420788) +++ head/lang/gcc48/files/patch-stackprotector-gcc Wed Aug 24 13:32:58 2016 (r420789) @@ -1,3 +1,4 @@ +--- UTC --- gcc/cfgexpand.c.orig +++ gcc/cfgexpand.c @@ -1291,6 +1291,12 @@ Modified: head/lang/gcc48/files/patch-stackprotector-gcc_c-family ============================================================================== --- head/lang/gcc48/files/patch-stackprotector-gcc_c-family Wed Aug 24 13:03:30 2016 (r420788) +++ head/lang/gcc48/files/patch-stackprotector-gcc_c-family Wed Aug 24 13:32:58 2016 (r420789) @@ -1,3 +1,4 @@ +--- UTC --- gcc/c-family/c-cppbuiltin.c.orig +++ gcc/c-family/c-cppbuiltin.c @@ -888,6 +888,8 @@ c_cpp_builtins (cpp_reader *pfile) Modified: head/lang/gcc48/files/patch-stackprotector-gcc_doc ============================================================================== --- head/lang/gcc48/files/patch-stackprotector-gcc_doc Wed Aug 24 13:03:30 2016 (r420788) +++ head/lang/gcc48/files/patch-stackprotector-gcc_doc Wed Aug 24 13:32:58 2016 (r420789) @@ -1,3 +1,4 @@ +--- UTC --- gcc/doc/cpp.texi.orig +++ gcc/doc/cpp.texi @@ -2349,6 +2349,10 @@ use. Modified: head/lang/gcc48/files/patch-stackprotector-gcc_testsuite ============================================================================== --- head/lang/gcc48/files/patch-stackprotector-gcc_testsuite Wed Aug 24 13:03:30 2016 (r420788) +++ head/lang/gcc48/files/patch-stackprotector-gcc_testsuite Wed Aug 24 13:32:58 2016 (r420789) @@ -1,3 +1,4 @@ +--- UTC --- /dev/null +++ gcc/testsuite/g++.dg/fstack-protector-strong.C @@ -0,0 +1,35 @@ Modified: head/lang/gcc48/files/patch-unwind-ia64.h ============================================================================== --- head/lang/gcc48/files/patch-unwind-ia64.h Wed Aug 24 13:03:30 2016 (r420788) +++ head/lang/gcc48/files/patch-unwind-ia64.h Wed Aug 24 13:32:58 2016 (r420789) @@ -5,6 +5,7 @@ * config/ia64/unwind-ia64.h: Do not mark _Unwind_FindTableEntry hidden on FreeBSD. +--- UTC Index: libgcc/config/ia64/unwind-ia64.h =================================================================== --- libgcc/config/ia64/unwind-ia64.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608241332.u7ODWwsD044920>