From a4addc62cee41b36931ec9c4df1ecd5df92108ed Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Mon, 29 Oct 2001 11:40:14 +0000 Subject: Put symbols at the start and end of the unwind section so that we can find it at runtime. --- sys/conf/ldscript.ia64 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/conf/ldscript.ia64 b/sys/conf/ldscript.ia64 index 5a7a1d2b17fb..14d4eb9b9258 100644 --- a/sys/conf/ldscript.ia64 +++ b/sys/conf/ldscript.ia64 @@ -59,6 +59,10 @@ SECTIONS .rodata : { *(.rodata) *(.gnu.linkonce.r*) } .rodata1 : { *(.rodata1) } .reginfo : { *(.reginfo) } + .IA_64.unwind_info : { *(.IA_64.unwind_info) } + _ia64_unwind_start = .; + .IA_64.unwind : { *(.IA_64.unwind) } + _ia64_unwind_end = .; /* Adjust the address for the data segment. We want to adjust up to the same address within the page on the next page up. */ . = .; -- cgit v1.2.3