PERFORCE change 169798 for review
Bjoern A. Zeeb
bz at FreeBSD.org
Sun Oct 25 13:23:44 UTC 2009
http://p4web.freebsd.org/chv.cgi?CH=169798
Change 169798 by bz at 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_ */
More information about the p4-projects
mailing list