svn commit: r340555 - stable/12/sys/arm/include
Konstantin Belousov
kib at FreeBSD.org
Sun Nov 18 09:57:13 UTC 2018
Author: kib
Date: Sun Nov 18 09:57:12 2018
New Revision: 340555
URL: https://svnweb.freebsd.org/changeset/base/340555
Log:
MFC r340136:
Move the fixed base for PIE loading on arm.
Modified:
stable/12/sys/arm/include/elf.h
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sys/arm/include/elf.h
==============================================================================
--- stable/12/sys/arm/include/elf.h Sun Nov 18 09:55:57 2018 (r340554)
+++ stable/12/sys/arm/include/elf.h Sun Nov 18 09:57:12 2018 (r340555)
@@ -116,7 +116,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. */
More information about the svn-src-stable
mailing list