diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2016-04-06 16:50:18 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2016-04-06 16:50:18 +0000 |
| commit | fd82bc4f99c8fb358f42be2160b7a7fbdf0d60d0 (patch) | |
| tree | 74e7d6e99a866adbfbff2a917c7812eb38e7a998 /lib/libc/arm/aeabi | |
| parent | 4798b7f381aee3930f0dcd26906e2f8299078523 (diff) | |
Notes
Diffstat (limited to 'lib/libc/arm/aeabi')
| -rw-r--r-- | lib/libc/arm/aeabi/aeabi_vfp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/arm/aeabi/aeabi_vfp.h b/lib/libc/arm/aeabi/aeabi_vfp.h index bb2f823d93326..927652f193cad 100644 --- a/lib/libc/arm/aeabi/aeabi_vfp.h +++ b/lib/libc/arm/aeabi/aeabi_vfp.h @@ -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 |
