From a002a24b9f13f9d347ca751107babf38a5b1530b Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 28 Dec 2013 18:20:51 +0000 Subject: [PATCH] Back out the previous commit; rodata gets merged with text by the linker. Having a seperate rodata segment won't work anyway without significant pmap changes. --- sys/arch/sparc64/conf/ld.script | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/sparc64/conf/ld.script b/sys/arch/sparc64/conf/ld.script index e14bfc75ee8..02e3eb65e07 100644 --- a/sys/arch/sparc64/conf/ld.script +++ b/sys/arch/sparc64/conf/ld.script @@ -1,4 +1,4 @@ -/* $OpenBSD: ld.script,v 1.3 2013/12/28 17:57:51 deraadt Exp $ */ +/* $OpenBSD: ld.script,v 1.4 2013/12/28 18:20:51 kettenis Exp $ */ /* * Copyright (c) 2013 Mark Kettenis @@ -23,7 +23,6 @@ ENTRY(start) PHDRS { text PT_LOAD; - rodata PT_LOAD; data PT_LOAD; openbsd_randomize 0x65a3dbe6; /* PT_OPENBSD_RANDOMIZE */ } -- 2.20.1