mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-09 19:03:43 +01:00
UNW_IA64_SP and UNW_IA64_BSP are no longer read-only.
(Logical change 1.303)
This commit is contained in:
parent
b47b9aa232
commit
2211958a9c
1 changed files with 4 additions and 5 deletions
|
@ -92,12 +92,11 @@ identifies a stack frame. The IA-64 architecture defines two stacks
|
||||||
the slot number is usually zero, but can be non-zero, e.g., in the
|
the slot number is usually zero, but can be non-zero, e.g., in the
|
||||||
stack-frame of a signal-handler trampoline.
|
stack-frame of a signal-handler trampoline.
|
||||||
\item[\Const{UNW\_IA64\_SP}:] Contains the (memory) stack-pointer
|
\item[\Const{UNW\_IA64\_SP}:] Contains the (memory) stack-pointer
|
||||||
value (SP). This frame-register is read-only.
|
value (SP).
|
||||||
\item[\Const{UNW\_IA64\_BSP}:] Contains the register backing-store
|
\item[\Const{UNW\_IA64\_BSP}:] Contains the register backing-store
|
||||||
pointer (BSP). This frame-register is read-only. \textbf{Note:}
|
pointer (BSP). \textbf{Note:} the value in this register is equal
|
||||||
the value in this register is equal to the contents of register
|
to the contents of register \texttt{ar.bsp} at the time the
|
||||||
\texttt{ar.bsp} at the time the instruction at \Const{UNW\_IA64\_IP}
|
instruction at \Const{UNW\_IA64\_IP} was about to begin execution.
|
||||||
was about to begin execution.
|
|
||||||
\end{Description}
|
\end{Description}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue