From c1eb9812cbaab3b40d1e4d6a2100e538eaa87cee Mon Sep 17 00:00:00 2001 From: David Mosberger-Tang Date: Thu, 9 Aug 2007 19:58:52 -0600 Subject: [PATCH] --- yaml --- r: 64115 b: refs/heads/master c: 9bf77d0e20d08f4fd5f3b14e50dce3bb21df03ac h: refs/heads/master i: 64113: e3d19fb54b189881916d8f410ee9d4e69a3063b4 64111: 2cb46eaee416f30aca653a00c76bc99a80c54d6d v: v3 --- [refs] | 2 +- trunk/arch/ia64/kernel/vmlinux.lds.S | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5014ba958872..45d5af1e41a3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 336cdba8640677117bc3fd101e3e1a34c98a275d +refs/heads/master: 9bf77d0e20d08f4fd5f3b14e50dce3bb21df03ac diff --git a/trunk/arch/ia64/kernel/vmlinux.lds.S b/trunk/arch/ia64/kernel/vmlinux.lds.S index 446f12d866b3..00232b4357ba 100644 --- a/trunk/arch/ia64/kernel/vmlinux.lds.S +++ b/trunk/arch/ia64/kernel/vmlinux.lds.S @@ -21,6 +21,7 @@ PHDRS { percpu PT_LOAD; data PT_LOAD; note PT_NOTE; + unwind 0x70000001; /* PT_IA_64_UNWIND, but ld doesn't match the name */ } SECTIONS { @@ -103,7 +104,8 @@ SECTIONS __start_unwind = .; *(.IA_64.unwind*) __end_unwind = .; - } + } :code :unwind + code_continues2 : {} : code RODATA