From c0de70c997531f41a0e923413590486bbf70cacb Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 19 Oct 2002 19:32:21 +0000 Subject: [PATCH] Remove the _ia64_unwind_start and _ia64_unwind_end symbols. We now find the unwind table through the ELF program headers. --- sys/conf/ldscript.ia64 | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/conf/ldscript.ia64 b/sys/conf/ldscript.ia64 index a31aa5645ec1..ee705e5720d8 100644 --- a/sys/conf/ldscript.ia64 +++ b/sys/conf/ldscript.ia64 @@ -60,9 +60,7 @@ SECTIONS .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. */ . = .;