Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-10 Thread David Michael
On Thu, May 7, 2015 at 6:42 AM, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting Samuel Thibault (2015-05-06 21:24:25) >> David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : >> > Does anyone foresee problems with this method? >> >> Well, that imposes using a gcc compiler.

Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-07 Thread Justus Winter
Quoting Samuel Thibault (2015-05-06 21:24:25) > David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : > > Does anyone foresee problems with this method? > > Well, that imposes using a gcc compiler. But we can probably use static > inline instead? Yes, I believe so. Thanks, Justus

Re: [PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-06 Thread Samuel Thibault
David Michael, le Tue 05 May 2015 16:33:45 -0400, a écrit : > Does anyone foresee problems with this method? Well, that imposes using a gcc compiler. But we can probably use static inline instead? Samuel

[PATCH mig] Explicitly use gnu_inline semantics for x_server_routine functions

2015-05-05 Thread David Michael
* header.c (WriteServerHeader): Add gnu_inline attribute to output. --- Hi, Building GDB for Hurd with GCC5 fails due to some extern inline functions output from mig. I tried fixing it in mig (as opposed to changing CFLAGS for GDB) so any other project using mig won't need to worry about this.