commit | 1a7d840a2164072cb776c21b0bda5710deebd542 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Fri Jun 07 13:59:46 2024 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Fri Jun 07 13:59:46 2024 +0200 |
tree | 7a14c0a8408a6222e65bb24daba5681609dff287 | |
parent | d89cd643c521878572f509093287b5ba229e0fa2 [diff] |
[gdb/tdep] Fix ARM_LINUX_JB_PC_EABI In arm-linux-tdep.c, ARM_LINUX_JB_PC_EABI is defined as 9, but it's been 1 since glibc 2.20. See glibc commit 80a56cc3ee ("ARM: Add SystemTap probes to longjmp and setjmp."). Update it, allowing us to run into the gdb/26967 kfail. Tested on arm-linux. Approved-By: Luis Machado <luis.machado@arm.com> PR arm/tdep Bug: https://www.sourceware.org/bugzilla/show_bug.cgi?id=31089