Re: svn commit: r286265 - head/sys/x86/include

2015-08-04 Thread Konstantin Belousov
On Tue, Aug 04, 2015 at 03:04:58PM -0400, Jung-uk Kim wrote: > Done. I was not really interested in API compatibility. FYI, "Figure > 3.34: va_list Type Declaration" defines the structure like this: > > typedef struct { > unsigned int gp_offset; > unsigned int f

Re: svn commit: r286265 - head/sys/x86/include

2015-08-04 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 08/04/2015 01:04, Bruce Evans wrote: > On Tue, 4 Aug 2015, Konstantin Belousov wrote: > >> On Tue, Aug 04, 2015 at 12:11:40AM +, Jung-uk Kim wrote: >>> Log: Always define __va_list for amd64 and restore pre-r232261 >>> behavior for i386. Note

Re: svn commit: r286265 - head/sys/x86/include

2015-08-03 Thread Bruce Evans
On Tue, 4 Aug 2015, Konstantin Belousov wrote: On Tue, Aug 04, 2015 at 12:11:40AM +, Jung-uk Kim wrote: Log: Always define __va_list for amd64 and restore pre-r232261 behavior for i386. Note it allows exotic compilers, e.g., TCC, to build with our stdio.h, etc. Thanks. PR:

Re: svn commit: r286265 - head/sys/x86/include

2015-08-03 Thread Konstantin Belousov
On Tue, Aug 04, 2015 at 12:11:40AM +, Jung-uk Kim wrote: > Author: jkim > Date: Tue Aug 4 00:11:39 2015 > New Revision: 286265 > URL: https://svnweb.freebsd.org/changeset/base/286265 > > Log: > Always define __va_list for amd64 and restore pre-r232261 behavior for i386. > Note it allows e

svn commit: r286265 - head/sys/x86/include

2015-08-03 Thread Jung-uk Kim
Author: jkim Date: Tue Aug 4 00:11:39 2015 New Revision: 286265 URL: https://svnweb.freebsd.org/changeset/base/286265 Log: Always define __va_list for amd64 and restore pre-r232261 behavior for i386. Note it allows exotic compilers, e.g., TCC, to build with our stdio.h, etc. PR: