[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 01/21] gdbstub/internals.h: clean up include guard
From: |
Bin Meng |
Subject: |
Re: [PATCH v2 01/21] gdbstub/internals.h: clean up include guard |
Date: |
Sun, 8 Jan 2023 20:51:44 +0800 |
On Fri, Jan 6, 2023 at 12:55 AM Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Use something more specific to avoid name clashes.
>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> gdbstub/internals.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
- [PATCH v2 00/21] gdbstub: re-organise to for better compilation behaviour, Alex Bennée, 2023/01/05
- [PATCH v2 01/21] gdbstub/internals.h: clean up include guard, Alex Bennée, 2023/01/05
- [PATCH v2 02/21] target/arm: fix handling of HLT semihosting in system mode, Alex Bennée, 2023/01/05
- [PATCH v2 04/21] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs, Alex Bennée, 2023/01/05
- [PATCH v2 03/21] gdbstub: fix-up copyright and license files, Alex Bennée, 2023/01/05
- [PATCH v2 06/21] gdbstub: move GDBState to shared internals header, Alex Bennée, 2023/01/05
- [PATCH v2 05/21] gdbstub: define separate user/system structures, Alex Bennée, 2023/01/05
- [PATCH v2 07/21] includes: move tb_flush into its own header, Alex Bennée, 2023/01/05