]> git.ipfire.org Git - thirdparty/gcc.git/commit
Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7
authorOlivier Hainque <hainque@adacore.com>
Thu, 3 Mar 2022 16:58:51 +0000 (16:58 +0000)
committerOlivier Hainque <hainque@adacore.com>
Fri, 7 Oct 2022 06:58:17 +0000 (06:58 +0000)
commitb6ab375cbd07f71edb481358c3bcf5916df9aadf
treea7d5c96f99164a1aca232bf36a47b180c64c2071
parent8dffd0e9621d93faabb6676e7a018cb5267dfa22
Downgrade DWARF_VERSION_DEFAULT to 3 for VxWorks >= 7

Using 4 as the DWARF_VERSION_DEFAULT value for VxWorks observably
still hangs recent system debuggers on tbreak for some contructs,
and downgrading to 3 improves the situation.

2022-03-06  Olivier Hainque  <hainque@adacore.com>

gcc/
* config/vxworks.h (DWARF_VERSION_DEFAULT): Adjust from
4 to 3 for VxWorks >= 7.
gcc/config/vxworks.h