From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 801CF1388BF for ; Wed, 13 Jan 2016 04:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E1EB21C02F; Wed, 13 Jan 2016 04:55:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0414121C02F for ; Wed, 13 Jan 2016 04:55:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A73D9340B9E for ; Wed, 13 Jan 2016 04:55:29 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 559) id 146ADF7F; Wed, 13 Jan 2016 04:55:24 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.5.4/gentoo: 09_all_gcc-4.5-Wtrampolines.patch 99_all_testsuite-02-Wtrampolines.patch README.history X-VCS-Repository: gentoo X-VCS-Files: 09_all_gcc-4.5-Wtrampolines.patch 99_all_testsuite-02-Wtrampolines.patch README.history X-VCS-Directories: src/patchsets/gcc/4.5.4/gentoo X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20160113045524.146ADF7F@oystercatcher.gentoo.org> Date: Wed, 13 Jan 2016 04:55:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6a7017e-4077-410c-bc57-0491a06ce72b X-Archives-Hash: 5a51da1da6b959bc7c7c46e33772df47 vapier 16/01/13 04:55:24 Modified: README.history Removed: 09_all_gcc-4.5-Wtrampolines.patch 99_all_testsuite-02-Wtrampolines.patch Log: stop enabling trampoline warnings by default in older versions for compatibility and simplicity -- these are really only used for old builds now and cross-compiling Revision Changes Path 1.9 src/patchsets/gcc/4.5.4/gentoo/README.history file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.4/gentoo/README.history?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.4/gentoo/README.history?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.5.4/gentoo/README.history?r1=1.8&r2=1.9 Index: README.history =================================================================== RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.5.4/gentoo/README.history,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- README.history 27 Oct 2015 04:38:32 -0000 1.8 +++ README.history 13 Jan 2016 04:55:24 -0000 1.9 @@ -1,6 +1,8 @@ 1.3 [pending] + - 09_all_gcc-4.5-Wtrampolines.patch + 18_all_libgcc-cross-canadian.patch + 34_all_libjava-classpath-locale-sort.patch + - 99_all_testsuite-02-Wtrampolines.patch 1.2 19 Apr 2013 + 30_all_gcc-4.5_arm_armv4-no-thumb-fix-link.patch