]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Handle newer Morello Linux Kernels that set more restrictive bounds
authorLuis Machado <luis.machado@arm.com>
Mon, 3 Apr 2023 12:58:12 +0000 (13:58 +0100)
committerLuis Machado <luis.machado@arm.com>
Wed, 5 Apr 2023 08:32:28 +0000 (09:32 +0100)
commitf103ba71c7b773b9caaf93aa834e2005699b644d
tree442be957a0207e573f74e3d2583a779fdc8daae0
parentf6e8c7228463a552d175211f4fcea93cca889686
Handle newer Morello Linux Kernels that set more restrictive bounds

Newer Morello Linux Kernels set more restrictive bounds in general [1], and
that is also true for CSP.

Adjust Morello GDB to cope with this, otherwise it will run into a tag fault
when attempting to start a program or call a function by hand.
gdb/aarch64-tdep.c