On Fri, Feb 27, 2026 at 11:10:39AM +0100, Philippe Mathieu-Daudé wrote: > gdb_static_features[] only contains strings, nothing target-specific. > Instead of generating one file per target, generate a single file > with a single gdb_static_features[] array. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > meson.build | 10 ---------- > stubs/gdbstub.c => gdbstub/gdb-xml-stub.c | 0 > gdbstub/meson.build | 19 +++++++++++++++++++ > stubs/meson.build | 2 -- > 4 files changed, 19 insertions(+), 12 deletions(-) > rename stubs/gdbstub.c => gdbstub/gdb-xml-stub.c (100%) >
LGTM Reviewed-by: Jim MacArthur <[email protected]>
