Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 09:58:36 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r340556 - stable/11/sys/arm/include
Message-ID:  <201811180958.wAI9waoR081266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.    */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811180958.wAI9waoR081266>