ARM_OLDABI is no longer handled by #define

modified:   stub/src/arm.v4a-linux.elf-entry.S
	modified:   stub/src/arm64-linux.elf-fold.S
	modified:   stub/src/armeb.v4a-linux.elf-entry.S
	modified:   stub/src/armeb.v4a-linux.elf-fold.S
This commit is contained in:
John Reiser 2024-07-20 16:44:00 -07:00
parent 9ff4187fb3
commit 0deae5f0b8
4 changed files with 2 additions and 5 deletions

View File

@ -29,8 +29,8 @@
* <jreiser@users.sourceforge.net>
*/
#define ARM_OLDABI 1
NBPW= 4
#define ARMEL_EABI4 1
#include "arch/arm/v4a/macros.S"
#define call bl
@ -41,7 +41,6 @@ arg4 .req r3
arg5 .req r4
arg6 .req r5
#define bkpt .long 0xe7f001f0 /* reserved instr; Linux GNU eabi breakpoint */
sz_Elf32_Phdr = 8*NBPW
p_vaddr = 2*NBPW
sz_Elf32_Ehdr = 13*NBPW

View File

@ -30,7 +30,7 @@
NBPW= 8
#define call bl
#define ARM_OLDABI 1
#define ARMEL_EABI4 1
#include "arch/arm64/v8/macros.S"
sz_Ehdr= 8*NBPW

View File

@ -1,4 +1,3 @@
#define ARM_OLDABI 1
#include "arm.v4a-linux.elf-entry.S"
/* vim:set ts=8 sw=8 et: */

View File

@ -27,7 +27,6 @@
@ <jreiser@users.sourceforge.net>
@
#define ARM_OLDABI 1
#define FILTER_ID 0x51 /* big-endian */
#include "arm.v4a-linux.elf-fold.S"
#undef FILTER_ID