Author: andrew
Date: Wed Apr  6 16:50:18 2016
New Revision: 297620
URL: https://svnweb.freebsd.org/changeset/base/297620

Log:
  Revert a change that sneeked with 297619

Modified:
  head/lib/libc/arm/aeabi/aeabi_vfp.h

Modified: head/lib/libc/arm/aeabi/aeabi_vfp.h
==============================================================================
--- head/lib/libc/arm/aeabi/aeabi_vfp.h Wed Apr  6 16:09:10 2016        
(r297619)
+++ head/lib/libc/arm/aeabi/aeabi_vfp.h Wed Apr  6 16:50:18 2016        
(r297620)
@@ -42,9 +42,7 @@
 #define        AEABI_ENTRY(x)  ENTRY(__aeabi_ ## x ## _vfp)
 #define        AEABI_END(x)    END(__aeabi_ ## x ## _vfp)
 #else
-#define        AEABI_ENTRY(x)                          \
-    .set __fbsd_ ## x, __aeabi_ ## x;          \
-    ENTRY(__aeabi_ ## x)
+#define        AEABI_ENTRY(x)  ENTRY(__aeabi_ ## x)
 #define        AEABI_END(x)    END(__aeabi_ ## x)
 #endif
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to