aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.ia64
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-10-18 04:46:36 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-10-18 04:46:36 +0000
commit5d3ac4cae732a12ca0884d80b288c90ca502986a (patch)
treefac40c5905f5af72d7324ef41a1d37f49ec84259 /sys/conf/ldscript.ia64
parent4b70617d04f7ced1a4ebc85804fef66bce469bd1 (diff)
Cover the ELF headers with the text segment so that they get loaded
into memory. This brings us in line with the other architectures and more easily allows us to do machine dependent processing on the ELF file (such as scanning for unwind information).
Notes
Notes: svn path=/head/; revision=105377
Diffstat (limited to 'sys/conf/ldscript.ia64')
-rw-r--r--sys/conf/ldscript.ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.ia64 b/sys/conf/ldscript.ia64
index ad3acad0c864..a31aa5645ec1 100644
--- a/sys/conf/ldscript.ia64
+++ b/sys/conf/ldscript.ia64
@@ -7,7 +7,7 @@ kernel_text = 0xe000000000500000;
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = 0xe000000000500000;
+ . = kernel_text + SIZEOF_HEADERS;
.text :
{