summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-10-19 19:32:21 +0000
committermarcel <marcel@FreeBSD.org>2002-10-19 19:32:21 +0000
commitc0de70c997531f41a0e923413590486bbf70cacb (patch)
tree421ee520d05b6075e5f57abfd17928a6279691b9 /sys/conf/ldscript.ia64
parent2a53e50eeb54dcf475578d37914a1647e40af38c (diff)
downloadFreeBSD-src-c0de70c997531f41a0e923413590486bbf70cacb.zip
FreeBSD-src-c0de70c997531f41a0e923413590486bbf70cacb.tar.gz
Remove the _ia64_unwind_start and _ia64_unwind_end symbols. We now
find the unwind table through the ELF program headers.
Diffstat (limited to 'sys/conf/ldscript.ia64')
-rw-r--r--sys/conf/ldscript.ia642
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/ldscript.ia64 b/sys/conf/ldscript.ia64
index a31aa56..ee705e5 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. */
. = .;
OpenPOWER on IntegriCloud