diff options
author | marcel <marcel@FreeBSD.org> | 2002-10-19 19:32:21 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2002-10-19 19:32:21 +0000 |
commit | c0de70c997531f41a0e923413590486bbf70cacb (patch) | |
tree | 421ee520d05b6075e5f57abfd17928a6279691b9 /sys/conf/ldscript.ia64 | |
parent | 2a53e50eeb54dcf475578d37914a1647e40af38c (diff) | |
download | FreeBSD-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.ia64 | 2 |
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. */ . = .; |