Correct HWCAP_VFP3* values to match Linux.

Reviewed by:	andrew, ian
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D12388
This commit is contained in:
John Baldwin 2017-09-22 17:57:38 +00:00
parent 55e5a5c1f4
commit 1e159074cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323933

View File

@ -117,8 +117,8 @@ __ElfType(Auxinfo);
/* Flags passed in AT_HWCAP. */
#define HWCAP_VFP 0x00000040
#define HWCAP_VFPv3 0x00000200
#define HWCAP_VFPv3D16 0x00000400
#define HWCAP_VFPv3 0x00002000
#define HWCAP_VFPv3D16 0x00004000
#define HWCAP_VFPD32 0x00080000
#endif /* !_MACHINE_ELF_H_ */