Skip to content

Commit

Permalink
Document a limitation of the DW_CFA_AARCH64_negate_ra_state.
Browse files Browse the repository at this point in the history
DW_CFA_AARCH64_negate_ra_state depends on the previous state of the RA_SIGN_STATE
register which makes complex to handle in cases when the register is set by
DWARF expressions because expression are lasily evaulated in runtime.
  • Loading branch information
DanielKristofKiss committed Feb 7, 2022
1 parent d6e9abb commit 8f68214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aadwarf64/aadwarf64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,9 @@ This ABI defines one vendor call frame instruction

The ``DW_CFA_AARCH64_negate_ra_state`` operation negates bit[0] of the
RA_SIGN_STATE pseudo-register. It does not take any operands.
The ``DW_CFA_AARCH64_negate_ra_state`` shall not be mixed with other DWARF operations on the
RA_SIGN_STATE pseudo-register in one Common Information Entry (CIE) and Frame Descriptor
Entry (FDE) program sequence.

.. _DWARF expression operations:

Expand Down

0 comments on commit 8f68214

Please sign in to comment.