From 8646f9b31c401c075dffb9dc60eed7ebb16afaf5 Mon Sep 17 00:00:00 2001 From: Sivan Shani Date: Wed, 1 Apr 2026 14:04:52 +0100 Subject: [PATCH] [aadwarf<32/64] Clarify DWARF standard baseline [issue #239] Clarify the relation between aadwarf and the DWARF standard baseline it reffers. --- aadwarf32/aadwarf32.rst | 9 ++++----- aadwarf64/aadwarf64.rst | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/aadwarf32/aadwarf32.rst b/aadwarf32/aadwarf32.rst index 419e45ca..7fe0e107 100644 --- a/aadwarf32/aadwarf32.rst +++ b/aadwarf32/aadwarf32.rst @@ -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`_). diff --git a/aadwarf64/aadwarf64.rst b/aadwarf64/aadwarf64.rst index eceb82b7..00d07482 100644 --- a/aadwarf64/aadwarf64.rst +++ b/aadwarf64/aadwarf64.rst @@ -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`_).