Date: Thu, 31 Oct 2013 21:16:47 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r257474 - projects/uefi/sys/boot/efi/include/amd64 Message-ID: <201310312116.r9VLGm80063191@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310312116.r9VLGm80063191>