From: tobiasu Date: Mon, 6 Jan 2014 21:16:31 +0000 (+0000) Subject: Fix sparc64 kernel profiling, add the etext symbol back. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5f3d193e4448d2209eb7f22bc40cdd561282db56;p=openbsd Fix sparc64 kernel profiling, add the etext symbol back. ok miod@ --- diff --git a/sys/arch/sparc64/conf/ld.script b/sys/arch/sparc64/conf/ld.script index 7b483210fb6..5def4c42b2d 100644 --- a/sys/arch/sparc64/conf/ld.script +++ b/sys/arch/sparc64/conf/ld.script @@ -1,4 +1,4 @@ -/* $OpenBSD: ld.script,v 1.5 2013/12/28 19:27:35 kettenis Exp $ */ +/* $OpenBSD: ld.script,v 1.6 2014/01/06 21:16:31 tobiasu Exp $ */ /* * Copyright (c) 2013 Mark Kettenis @@ -33,6 +33,7 @@ SECTIONS .text : { *(.text) + PROVIDE(etext = .); } :text .rodata : {