Move the fixed base for PIE loading on arm.
Existing base causes conflicts for direct execution of ld-elf.so.1 because default linking base for non-PIE binaries is 0x10000. Reported and tested by: Mark Millard <marklmi26-fbsd@yahoo.com> Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
a594f9453b
commit
f6bb885ff6
@ -84,7 +84,7 @@ __ElfType(Auxinfo);
|
||||
*/
|
||||
#define MAGIC_TRAMP_NUMBER 0x5c000003
|
||||
|
||||
#define ET_DYN_LOAD_ADDR 0x12000
|
||||
#define ET_DYN_LOAD_ADDR 0x500000
|
||||
|
||||
/* Flags passed in AT_HWCAP. */
|
||||
#define HWCAP_SWP 0x00000001 /* Unsupported, never set. */
|
||||
|
Loading…
Reference in New Issue
Block a user