On Sat, May 30, 2020 at 1:23 PM Samuel Thibault wrote:
> Index: binutils-gdb/gdb/gnu-nat.c
> ===
> --- binutils-gdb.orig/gdb/gnu-nat.c
> +++ binutils-gdb/gdb/gnu-nat.c
> @@ -46,6 +46,9 @@ extern "C"
> #include
>
> #include
> +
> +
Applied, thanks!
Samuel
On 2020-05-31 3:20 a.m., Samuel Thibault wrote:
> Simon Marchi, le sam. 30 mai 2020 21:51:35 -0400, a ecrit:
>> On 2020-05-30 2:23 p.m., Samuel Thibault wrote:
>>> Fixes
>>>
>>> exc_request_S.c:177:24: error: no previous declaration for ‘exc_server’
>>> [-Werror=missing-declarations]
>>> 177 | m
Simon Marchi, le sam. 30 mai 2020 21:51:35 -0400, a ecrit:
> On 2020-05-30 2:23 p.m., Samuel Thibault wrote:
> > Fixes
> >
> > exc_request_S.c:177:24: error: no previous declaration for ‘exc_server’
> > [-Werror=missing-declarations]
> > 177 | mig_external boolean_t exc_server
> >
> > gdb/Chan
On 2020-05-30 2:23 p.m., Samuel Thibault wrote:
> Fixes
>
> exc_request_S.c:177:24: error: no previous declaration for ‘exc_server’
> [-Werror=missing-declarations]
> 177 | mig_external boolean_t exc_server
>
> gdb/ChangeLog:
>
> * config/i386/i386gnu.mn [%_S.o %_U.o] (COMPILE.post): Ad
Pedro Alves, le sam. 30 mai 2020 20:51:17 +0100, a ecrit:
> On 5/30/20 7:23 PM, Samuel Thibault wrote:
> > +++ binutils-gdb/gdb/gnu-nat-mig.h
> > @@ -0,0 +1,33 @@
> > +/* Common things used by the various *gnu-nat.c files
> > + Copyright (C) 2020 Free Software Foundation, Inc.
> > +
> > + Writt
On 5/30/20 7:23 PM, Samuel Thibault wrote:
> +++ binutils-gdb/gdb/gnu-nat-mig.h
> @@ -0,0 +1,33 @@
> +/* Common things used by the various *gnu-nat.c files
> + Copyright (C) 2020 Free Software Foundation, Inc.
> +
> + Written by Samuel Thibault
Please don't take this the wrong way, but a whil
Samuel Thibault, le sam. 30 mai 2020 20:23:18 +0200, a ecrit:
> +boolean_t exc_server (mach_msg_header_t *InHeadP, mach_msg_header_t
> *OutHeadP);
> +boolean_t msg_reply_server (mach_msg_header_t *InHeadP,
> + mach_msg_header_t *OutHeadP)
> +boolean_t notify_server (mach_ms
Fixes
exc_request_S.c:177:24: error: no previous declaration for ‘exc_server’
[-Werror=missing-declarations]
177 | mig_external boolean_t exc_server
gdb/ChangeLog:
* config/i386/i386gnu.mn [%_S.o %_U.o] (COMPILE.post): Add
"-include gnu-nat-mig.h".
* gnu-nat-mig.h: New