From owner-svn-src-projects@FreeBSD.ORG Thu Oct 31 21:16:48 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 38C472A8; Thu, 31 Oct 2013 21:16:48 +0000 (UTC) (envelope-from emaste@FreeBSD.org) 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 26CE723FD; Thu, 31 Oct 2013 21:16:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9VLGmhI063192; Thu, 31 Oct 2013 21:16:48 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9VLGm80063191; Thu, 31 Oct 2013 21:16:48 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201310312116.r9VLGm80063191@svn.freebsd.org> From: Ed Maste Date: Thu, 31 Oct 2013 21:16:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r257474 - projects/uefi/sys/boot/efi/include/amd64 X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 21:16:48 -0000 Author: emaste Date: Thu Oct 31 21:16:47 2013 New Revision: 257474 URL: http://svnweb.freebsd.org/changeset/base/257474 Log: Remove now-untrue XXX comment that GCC is required As of r256030 in-tree clang supports __attribute__((ms_abi)). Modified: projects/uefi/sys/boot/efi/include/amd64/efibind.h Modified: projects/uefi/sys/boot/efi/include/amd64/efibind.h ============================================================================== --- projects/uefi/sys/boot/efi/include/amd64/efibind.h Thu Oct 31 20:42:47 2013 (r257473) +++ projects/uefi/sys/boot/efi/include/amd64/efibind.h Thu Oct 31 21:16:47 2013 (r257474) @@ -155,7 +155,6 @@ typedef uint64_t UINTN; // RUNTIME_CODE - pragma macro for declaring runtime code // -/* XXX: This attribute only works on gcc >= 4.7 for now. */ #ifdef __amd64__ #define EFIAPI __attribute__((ms_abi)) #endif