Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions aadwarf32/aadwarf32.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,12 +312,11 @@ River.
Overview
========

The ABI for the Arm architecture specifies the use of DWARF 3.0-format
debugging data. For details of the base standard see GDWARF_.
The ABI for the Arm architecture uses the DWARF 3.0 standard as its baseline.
For details of the base standard, see GDWARF_.

The ABI for the Arm architecture gives additional rules for how DWARF 3.0
should be used, and how it is extended in ways specific to the Arm
architecture. The following topics are covered in detail.
It defines additional rules and Arm-specific extensions to DWARF 3.0,
as detailed in the following sections:

- The enumeration of DWARF register-numbers for, use in .debug_frame sections
(`DWARF register names`_).
Expand Down
9 changes: 4 additions & 5 deletions aadwarf64/aadwarf64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,12 +354,11 @@ T32
Overview
========

The ABI for the Arm 64-bit architecture specifies the use of DWARF 3.0 format
debugging data. For details of the base standard see GDWARF_.
The ABI for the Arm 64-bit architecture uses the DWARF 3.0 standard as its
baseline. For details of the base standard, see GDWARF_.

The ABI for the Arm 64-bit architecture gives additional rules for how DWARF 3.0
should be used, and how it is extended in ways specific to the Arm 64-bit
architecture. The following topics are covered in detail:
It defines additional rules and Arm-specific extensions to DWARF 3.0,
as detailed in the following sections:

- The enumeration of DWARF register numbers for using in ``.debug_frame`` and
``.debug_info`` sections (`DWARF register names`_).
Expand Down
Loading