svn commit: r340556 - stable/11/sys/arm/include
Konstantin Belousov
kib at FreeBSD.org
Sun Nov 18 09:58:37 UTC 2018
Author: kib
Date: Sun Nov 18 09:58:36 2018
New Revision: 340556
URL: https://svnweb.freebsd.org/changeset/base/340556
Log:
MFC r340136:
Move the fixed base for PIE loading on arm.
Modified:
stable/11/sys/arm/include/elf.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/arm/include/elf.h
==============================================================================
--- stable/11/sys/arm/include/elf.h Sun Nov 18 09:57:12 2018 (r340555)
+++ stable/11/sys/arm/include/elf.h Sun Nov 18 09:58:36 2018 (r340556)
@@ -114,7 +114,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