commit | 5998b4a287772756e33d311a570df080a4f6e051 | [log] [tgz] |
---|---|---|
author | Yuriy Kolerov <kolerov93@gmail.com> | Thu Feb 22 08:02:19 2024 +0000 |
committer | Shahab Vahedi <shahab@synopsys.com> | Tue Feb 27 15:10:08 2024 +0100 |
tree | cd06953cfb9055e68fc4667ca276076a7d380213 | |
parent | 896a639babe2d883467978abce7a4c55bc9f00ed [diff] |
arc: Don't build arc-analyze-prologue.S with -g arc-analyze-prologue.S test does not contain debug information thus it must be compiled without -g option. Otherwise GDB will try to unwind frames using debug information (which does not exist for .S code!) instead of analyzing frames manually. Approved-By: Shahab Vahedi <shahab@synopsys.com>