From 102819ff0dc7587ace9cf6ea87e5e4a2e4dbd45d Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Sun, 26 Aug 2007 23:28:34 -0400 Subject: [PATCH] --- yaml --- r: 64456 b: refs/heads/master c: 81b4b98ae484f11d97b3d5b8e88d916b74055b78 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/parisc/kernel/vmlinux.lds.S | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 32e12ab8945d..d613c3dce026 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88a79078f9ca7d84736799605ff9d9e9545f18e7 +refs/heads/master: 81b4b98ae484f11d97b3d5b8e88d916b74055b78 diff --git a/trunk/arch/parisc/kernel/vmlinux.lds.S b/trunk/arch/parisc/kernel/vmlinux.lds.S index d4e6a93c8d9a..ee7a16eb6fdd 100644 --- a/trunk/arch/parisc/kernel/vmlinux.lds.S +++ b/trunk/arch/parisc/kernel/vmlinux.lds.S @@ -81,6 +81,8 @@ SECTIONS __ex_table : { *(__ex_table) } __stop___ex_table = .; + NOTES + __start___unwind = .; /* unwind info */ .PARISC.unwind : { *(.PARISC.unwind) } __stop___unwind = .;