Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2016 16:50:18 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r297620 - head/lib/libc/arm/aeabi
Message-ID:  <201604061650.u36GoI6N008353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604061650.u36GoI6N008353>