artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3e7eb8
)
Fix sparc64 kernel profiling, add the etext symbol back.
author
tobiasu
<tobiasu@openbsd.org>
Mon, 6 Jan 2014 21:16:31 +0000
(21:16 +0000)
committer
tobiasu
<tobiasu@openbsd.org>
Mon, 6 Jan 2014 21:16:31 +0000
(21:16 +0000)
ok miod@
sys/arch/sparc64/conf/ld.script
patch
|
blob
|
history
diff --git
a/sys/arch/sparc64/conf/ld.script
b/sys/arch/sparc64/conf/ld.script
index
7b48321
..
5def4c4
100644
(file)
--- 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 <kettenis@openbsd.org>
@@
-33,6
+33,7
@@
SECTIONS
.text :
{
*(.text)
+ PROVIDE(etext = .);
} :text
.rodata :
{