Skip to content

Commit 0f8fd6b

Browse files
committed
Synchronize include/dwarf2.def with binutils
The contents of include/dwarf2.def have diverged between the gcc and the binutils repositories. Currently, it's impossible to build a combined tree, as GCC won't build with the binutils version of dwarf2.def and binutils won't build with the gcc version. This patch realigns this file by copying the defintion of DW_CFA_AARCH64_negate_ra_state_with_pc from binutils, restoring the ability to build a combined source tree. 2025-02-11 Roger Sayle <roger@nextmovesoftware.com> include/ChangeLog * dwarf2.def (DW_CFA_AARCH64_negate_ra_state_with_pc): Define.
1 parent 0a1d2ea commit 0f8fd6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/dwarf2.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@ DW_CFA (DW_CFA_hi_user, 0x3f)
788788

789789
/* SGI/MIPS specific. */
790790
DW_CFA (DW_CFA_MIPS_advance_loc8, 0x1d)
791+
/* AArch64 extensions. */
792+
DW_CFA (DW_CFA_AARCH64_negate_ra_state_with_pc, 0x2c)
791793
/* GNU extensions.
792794
NOTE: DW_CFA_GNU_window_save is multiplexed on Sparc and AArch64. */
793795
DW_CFA (DW_CFA_GNU_window_save, 0x2d)

0 commit comments

Comments
 (0)