]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Handle bitfield instructions in the prologue
authorLuis Machado <luis.machado@linaro.org>
Mon, 29 Nov 2021 10:28:28 +0000 (07:28 -0300)
committerLuis Machado <luis.machado@linaro.org>
Mon, 20 Dec 2021 13:54:48 +0000 (10:54 -0300)
commit01ae9258509e29d4f79511aba5ffe3d4e9a6af57
treeb20a18e1461b38df01adae5f9dcb48e3a7f471b1
parentce451150a48db123559693a1d7247e273116d6ea
Handle bitfield instructions in the prologue

Morello GCC seems to generate bitfield instructions in the prologue, which
throws Morello GDB's prologue analyzis off. Handle such instructions so we
can properly skip past the prologue.
gdb/aarch64-tdep.c