Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix build on mips, cleanup now unused ARM macros
Baptiste Daroussin committed 12 years ago
commit 3ecf282ff0b958d6133525c461f4d71e3f2a3eb5
parent b9882e4
1 file changed +2 -6
modified libpkg/private/elf_tables.h
@@ -59,16 +59,12 @@ static const struct _elf_corres os_corres[] = {
	{ -1, NULL }
};

+
#ifndef EF_MIPS_ABI
#define EF_MIPS_ABI	0x0000F000
+
#endif
#define E_MIPS_ABI_O32	0x00001000
#define E_MIPS_ABI_N32	0x00000020

-
#define EF_ARM_NEW_ABI	0x80
-
#define EF_ARM_OLD_ABI	0x100
-

-
#define EF_ARM_SOFT_FLOAT	0x200
-
#define EF_ARM_VFP_FLOAT	0x400
-

#define NT_VERSION	1
#define NT_ARCH	2