svn commit: r257474 - projects/uefi/sys/boot/efi/include/amd64

Ed Maste emaste at FreeBSD.org
Thu Oct 31 21:16:48 UTC 2013


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


More information about the svn-src-projects mailing list