]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
arc: Don't build arc-analyze-prologue.S with -g
authorYuriy Kolerov <kolerov93@gmail.com>
Thu, 22 Feb 2024 08:02:19 +0000 (08:02 +0000)
committerShahab Vahedi <shahab@synopsys.com>
Tue, 27 Feb 2024 14:10:08 +0000 (15:10 +0100)
commit5998b4a287772756e33d311a570df080a4f6e051
treecd06953cfb9055e68fc4667ca276076a7d380213
parent896a639babe2d883467978abce7a4c55bc9f00ed
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>
gdb/testsuite/gdb.arch/arc-analyze-prologue.exp