diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-04-25 20:43:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2011-04-25 20:43:41 +0000 |
commit | 383e1c44fafa3bc8115bbc89f06959253ea685a7 (patch) | |
tree | 2906a00184368a986eee2d7b2096f9dcaf67ff34 /sys | |
parent | efbbb462453a9ee603b010e21b0da37fb729d574 (diff) |
Move .rodata 512KB further once more.
ok deraadt@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/conf/ld.script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/ld.script b/sys/arch/hppa/conf/ld.script index ddeb3ae84f8..7378045a7e1 100644 --- a/sys/arch/hppa/conf/ld.script +++ b/sys/arch/hppa/conf/ld.script @@ -1,4 +1,4 @@ -/* $OpenBSD: ld.script,v 1.16 2008/06/25 22:05:21 miod Exp $ */ +/* $OpenBSD: ld.script,v 1.17 2011/04/25 20:43:40 kettenis Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -46,7 +46,7 @@ SECTIONS etext = ABSOLUTE(.); } = 0x08000240 /* nop filled */ - . = 0x480000; + . = 0x500000; .rodata : { |