mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Put symbols at the start and end of the unwind section so that we can
find it at runtime.
This commit is contained in:
parent
c543113849
commit
a4addc62ce
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85683
@ -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. */
|
||||
. = .;
|
||||
|
Loading…
Reference in New Issue
Block a user