[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] configure: Bump GDB detection version for GDB_HAS_MTE
|
From: |
Gustavo Romero |
|
Subject: |
[PATCH 0/3] configure: Bump GDB detection version for GDB_HAS_MTE |
|
Date: |
Sun, 4 Aug 2024 16:18:47 +0000 |
The main goal of this tiny series is to bump from 15.0. to 15.1 the GDB
version used for setting GDB_HAS_MTE=y to correctly detect GDB versions
that support all the packets necessary to run the QEMU gdbstub MTE tests
in user mode, resolving issue 2447 [0].
I took the chance to fix a bug in configure also regarding GDB_HAS_MTE,
which was being set even if the GDB available in the build env. does not
support the Aarch64 arch.
Cheers,
Gustavo
[0] https://gitlab.com/qemu-project/qemu/-/issues/2477
Gustavo Romero (3):
configure: Fix arch detection for GDB_HAS_MTE
configure: Avoid use of param. expansion when using gdb_version
configure: Fix GDB version detection for GDB_HAS_MTE
configure | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
--
2.34.1
- [PATCH 0/3] configure: Bump GDB detection version for GDB_HAS_MTE,
Gustavo Romero <=