Re: [RFC PATCH] gdbstub: don't report auxv feature unless on Linux

2023-04-03 Thread Warner Losh
On Mon, Apr 3, 2023, 6:37 AM Philippe Mathieu-Daudé wrote: > On 3/4/23 14:02, Alex Bennée wrote: > > The later handler if conditionally compiled only for Linux but we > > forgot to ensure we don't advertise it lest we confuse our BSD > > brethren. > > > > Signed-off-by: Alex Bennée > > --- > >

Re: [RFC PATCH] gdbstub: don't report auxv feature unless on Linux

2023-04-03 Thread Philippe Mathieu-Daudé
On 3/4/23 14:02, Alex Bennée wrote: The later handler if conditionally compiled only for Linux but we forgot to ensure we don't advertise it lest we confuse our BSD brethren. Signed-off-by: Alex Bennée --- gdbstub/gdbstub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/