aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/ldscript.ia644
1 files changed, 4 insertions, 0 deletions
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. */
. = .;