]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Add debugging information
authorEvgeny Karpov <evgeny.karpov@microsoft.com>
Fri, 7 Jun 2024 14:55:23 +0000 (16:55 +0200)
committerEvgeny Karpov <eukarpov@gmail.com>
Tue, 19 Nov 2024 13:27:32 +0000 (14:27 +0100)
commit9da72a62eca3e4226480110e660357ec687ee2dd
tree78637b782dfafe37afcb1afe9c34d9634d676212
parent5181d982c34a38a552f6d4d19adb039171893ad7
aarch64: Add debugging information

This patch enables DWARF and allows compilation with debugging
information by using "gcc -g". The unwind info is disabled for
the moment and will be revisited after SEH implementation for
the target.

gcc/ChangeLog:

* config/aarch64/aarch64.cc (TARGET_ASM_UNALIGNED_HI_OP):
Enable DWARF.
(TARGET_ASM_UNALIGNED_SI_OP): Likewise.
(TARGET_ASM_UNALIGNED_DI_OP): Likewise.
* config/aarch64/cygming.h (DWARF2_DEBUGGING_INFO): Likewise.
(PREFERRED_DEBUGGING_TYPE): Likewise.
(DWARF2_UNWIND_INFO): Likewise.
(ASM_OUTPUT_DWARF_OFFSET): Likewise.
gcc/config/aarch64/aarch64.cc
gcc/config/aarch64/cygming.h