Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2009 13:23:43 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169798 for review
Message-ID:  <200910251323.n9PDNhve016794@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=169798

Change 169798 by bz@bz_dumpster on 2009/10/25 13:22:49

	Add ET_DYN_LOAD_ADDR introduced with the PIE support
	lately. For now it's like for most archs,
	TEXT_START_ADDR + 0x1000 (sizeof 1 page).

Affected files ...

.. //depot/projects/s390/sys/s390/include/elf.h#4 edit

Differences ...

==== //depot/projects/s390/sys/s390/include/elf.h#4 (text+ko) ====

@@ -181,4 +181,7 @@
 #endif
 
 #endif /* _RTLD_COMMON_RELOC */
+
+#define	ET_DYN_LOAD_ADDR	0x00401000
+
 #endif /* !_MACHINE_ELF_H_ */



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