mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Revert a change that sneeked with 297619
This commit is contained in:
parent
4798b7f381
commit
fd82bc4f99
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297620
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user