From owner-svn-src-all@freebsd.org Tue Dec 22 21:26:51 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2D5BA4F1BD; Tue, 22 Dec 2015 21:26:51 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2B4E1D5D; Tue, 22 Dec 2015 21:26:51 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBMLQobV059543; Tue, 22 Dec 2015 21:26:50 GMT (envelope-from andreast@FreeBSD.org) Received: (from andreast@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBMLQoR1059542; Tue, 22 Dec 2015 21:26:50 GMT (envelope-from andreast@FreeBSD.org) Message-Id: <201512222126.tBMLQoR1059542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andreast set sender to andreast@FreeBSD.org using -f From: Andreas Tobler Date: Tue, 22 Dec 2015 21:26:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292627 - head/contrib/gcc/config/rs6000 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.20 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: Tue, 22 Dec 2015 21:26:52 -0000 Author: andreast Date: Tue Dec 22 21:26:50 2015 New Revision: 292627 URL: https://svnweb.freebsd.org/changeset/base/292627 Log: Silence a boring warning. Modified: head/contrib/gcc/config/rs6000/sysv4.h Modified: head/contrib/gcc/config/rs6000/sysv4.h ============================================================================== --- head/contrib/gcc/config/rs6000/sysv4.h Tue Dec 22 21:07:33 2015 (r292626) +++ head/contrib/gcc/config/rs6000/sysv4.h Tue Dec 22 21:26:50 2015 (r292627) @@ -282,7 +282,9 @@ do { \ #define RESTORE_FP_SUFFIX "_l" /* Type used for ptrdiff_t, as a string used in a declaration. */ +#ifndef PTRDIFF_TYPE #define PTRDIFF_TYPE "int" +#endif /* Type used for wchar_t, as a string used in a declaration. */ /* Override svr4.h definition. */