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.    */
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to