Re: Removing GCC 2 support from cdefs.h

2015-10-03 Thread Philip Guenther
On Sat, Oct 3, 2015 at 2:33 PM, Michael McConville wrote: > Philip Guenther wrote: >> On Thu, Oct 1, 2015 at 10:52 PM, Jonathan Gray wrote: >> > This isn't just removing support for gcc 2 it is removing support >> > for anything that doesn't define __GNUC__ and implement all the gnu >> > attribut

Re: Removing GCC 2 support from cdefs.h

2015-10-03 Thread Michael McConville
Philip Guenther wrote: > On Thu, Oct 1, 2015 at 10:52 PM, Jonathan Gray wrote: > > This isn't just removing support for gcc 2 it is removing support > > for anything that doesn't define __GNUC__ and implement all the gnu > > attributes which isn't what we want. > > Yep. We've now seen a couple d

Re: Removing GCC 2 support from cdefs.h

2015-10-03 Thread Philip Guenther
On Thu, Oct 1, 2015 at 10:52 PM, Jonathan Gray wrote: > This isn't just removing support for gcc 2 it is removing support for > anything that doesn't define __GNUC__ and implement all the gnu > attributes which isn't what we want. Yep. We've now seen a couple diffs labeled "remove gcc2 support"

Re: Removing GCC 2 support from cdefs.h

2015-10-01 Thread Jonathan Gray
This isn't just removing support for gcc 2 it is removing support for anything that doesn't define __GNUC__ and implement all the gnu attributes which isn't what we want. On Thu, Oct 01, 2015 at 07:34:48PM -0400, Michael McConville wrote: > Index: sys/cdefs.h >

Removing GCC 2 support from cdefs.h

2015-10-01 Thread Michael McConville
Index: sys/cdefs.h === RCS file: /cvs/src/sys/sys/cdefs.h,v retrieving revision 1.39 diff -u -p -r1.39 cdefs.h --- sys/cdefs.h 18 Apr 2014 11:51:17 - 1.39 +++ sys/cdefs.h 1 Oct 2015 23:31:42 - @@ -88,30 +88,17 @@ #endif /