Skip to content
Snippets Groups Projects
  • Roger Sayle's avatar
    0f8fd6b3
    Synchronize include/dwarf2.def with binutils · 0f8fd6b3
    Roger Sayle authored
    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.
    0f8fd6b3
    History
    Synchronize include/dwarf2.def with binutils
    Roger Sayle authored
    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.