From owner-svn-src-all@FreeBSD.ORG Wed Dec 18 00:10:30 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BACE3A59; Wed, 18 Dec 2013 00:10:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A73A51ABA; Wed, 18 Dec 2013 00:10:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBI0AUhd015279; Wed, 18 Dec 2013 00:10:30 GMT (envelope-from pfg@svn.freebsd.org) Received: (from pfg@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBI0AUIa015278; Wed, 18 Dec 2013 00:10:30 GMT (envelope-from pfg@svn.freebsd.org) Message-Id: <201312180010.rBI0AUIa015278@svn.freebsd.org> From: "Pedro F. Giffuni" Date: Wed, 18 Dec 2013 00:10:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259531 - head/contrib/gcc X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:10:30 -0000 Author: pfg Date: Wed Dec 18 00:10:30 2013 New Revision: 259531 URL: http://svnweb.freebsd.org/changeset/base/259531 Log: gcc: point to our address for bug reports. As recommended by the FSF in gcc/version.c : "If you distribute a modified version of GCC, please change this to refer to a document giving instructions for reporting bugs to you, not us." MFC after: 2 weeks Modified: head/contrib/gcc/version.c Modified: head/contrib/gcc/version.c ============================================================================== --- head/contrib/gcc/version.c Wed Dec 18 00:07:52 2013 (r259530) +++ head/contrib/gcc/version.c Wed Dec 18 00:10:30 2013 (r259531) @@ -18,7 +18,7 @@ forward us bugs reported to you, if you determine that they are not bugs in your modifications.) */ -const char bug_report_url[] = ""; +const char bug_report_url[] = ""; /* The complete version string, assembled from several pieces. BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile. */