Re: [PATCH 1/2] Untangle stddef.h a little

2018-06-25 Thread Jeff Law
On 06/24/2018 05:19 PM, Gerald Pfeifer wrote: > On Tue, 19 Jun 2018, Joseph Myers wrote: >> These two patches are OK, please commit. > > I created ChangeLog entries and committed both patches (one a few > days ago, the second just now). > > Thank you, Maya! If you have any further clean-ups,

Re: [PATCH 1/2] Untangle stddef.h a little

2018-06-24 Thread Gerald Pfeifer
On Tue, 19 Jun 2018, Joseph Myers wrote: > These two patches are OK, please commit. I created ChangeLog entries and committed both patches (one a few days ago, the second just now). Thank you, Maya! If you have any further clean-ups, I'll be happy to help by committing them (once approved).

Re: [PATCH 1/2] Untangle stddef.h a little

2018-06-19 Thread Gerald Pfeifer
On Tue, 19 Jun 2018, co...@sdf.org wrote: > Hi! I have no commit access. > Can someone commit it? I'll take care. Gerald

Re: [PATCH 1/2] Untangle stddef.h a little

2018-06-19 Thread coypu
On Tue, Jun 19, 2018 at 03:31:55PM +, Joseph Myers wrote: > On Sun, 4 Feb 2018, Maya Rashish wrote: > > > Of the currently supported BSDs: > > - FreeBSD, doesn't have ansi.h or define _MACHINE_ANSI_H anywhere > > in its other headers since the long-gone 5.x release. > > - OpenBSD,

Re: [PATCH 1/2] Untangle stddef.h a little

2018-06-19 Thread Joseph Myers
On Sun, 4 Feb 2018, Maya Rashish wrote: > Of the currently supported BSDs: > - FreeBSD, doesn't have ansi.h or define _MACHINE_ANSI_H anywhere > in its other headers since the long-gone 5.x release. > - OpenBSD, DragonflyBSD don't have ansi.h either. > - NetBSD, sole remaining with ansi.h > >

Re: [PATCH 1/2] Untangle stddef.h a little

2018-02-28 Thread Kamil Rytarowski
On 01.03.2018 03:43, co...@sdf.org wrote: > hi gcc-patches, > > as part of pinging, i'll explain the story of this patch. > > I want to make sure all netbsd archs work with upstream gcc. > in this case, netbsd/arm's EABI support. > I try to break up my changes into digestible chunks that are

Re: [PATCH 1/2] Untangle stddef.h a little

2018-02-28 Thread coypu
hi gcc-patches, as part of pinging, i'll explain the story of this patch. I want to make sure all netbsd archs work with upstream gcc. in this case, netbsd/arm's EABI support. I try to break up my changes into digestible chunks that are rational, which is why this change came first. building

Re: [PATCH 1/2] Untangle stddef.h a little

2018-02-19 Thread coypu
ping they're good patches. ask questions. I have more.

Re: [PATCH 1/2] Untangle stddef.h a little

2018-02-12 Thread coypu
ping, let me know if there is anything wrong with it.

[PATCH 1/2] Untangle stddef.h a little

2018-02-03 Thread Maya Rashish
Of the currently supported BSDs: - FreeBSD, doesn't have ansi.h or define _MACHINE_ANSI_H anywhere in its other headers since the long-gone 5.x release. - OpenBSD, DragonflyBSD don't have ansi.h either. - NetBSD, sole remaining with ansi.h Replace all the ifdef macros to be ifdef __NetBSD__ as