diff options
author | 2011-04-25 20:43:40 +0000 | |
---|---|---|
committer | 2011-04-25 20:43:40 +0000 | |
commit | 90362aa9917e48424bc62fff69b1f53d1434a205 (patch) | |
tree | 2a5bef1383412392247406637eac92b54c8049cd | |
parent | fenv for powerpc (diff) | |
download | wireguard-openbsd-90362aa9917e48424bc62fff69b1f53d1434a205.tar.xz wireguard-openbsd-90362aa9917e48424bc62fff69b1f53d1434a205.zip |
Move .rodata 512KB further once more.
ok deraadt@
-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 : { |