Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-27 Thread Kai Tietz
So I committed the patch with two modifications at revision 197168 as * config/i386/cygwin-stdint.h: Add support for cygwin x64 target. * config/i386/t-cygwin-w64: New file. * config/i386/cygwin-w64.h: New file. * config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): Extend

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-24 Thread Kai Tietz
2013/3/23 Dave Korn : > On 23/03/2013 00:57, Kai Tietz wrote: >> 2013/3/23 Dave Korn : >>> On 23/03/2013 00:24, Kai Tietz wrote: 2013/3/23 Dave Korn : > On 23/03/2013 00:16, Kai Tietz wrote: > >> welcome, too. It would be even better if we could rethink actual the >> need of l

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Dave Korn
On 23/03/2013 00:57, Kai Tietz wrote: > 2013/3/23 Dave Korn : >> On 23/03/2013 00:24, Kai Tietz wrote: >>> 2013/3/23 Dave Korn : On 23/03/2013 00:16, Kai Tietz wrote: > welcome, too. It would be even better if we could rethink actual the > need of loading java-library within libg

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Kai Tietz
2013/3/23 Dave Korn : > On 23/03/2013 00:24, Kai Tietz wrote: >> 2013/3/23 Dave Korn : >>> On 23/03/2013 00:16, Kai Tietz wrote: >>> welcome, too. It would be even better if we could rethink actual the need of loading java-library within libgcc's cygwin's/mingw's crtbegin at all. I

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Dave Korn
On 23/03/2013 00:24, Kai Tietz wrote: > 2013/3/23 Dave Korn : >> On 23/03/2013 00:16, Kai Tietz wrote: >> >>> welcome, too. It would be even better if we could rethink actual the >>> need of loading java-library within libgcc's cygwin's/mingw's crtbegin >>> at all. I am actual not that sure, if w

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Kai Tietz
2013/3/23 Dave Korn : > On 23/03/2013 00:16, Kai Tietz wrote: > >> welcome, too. It would be even better if we could rethink actual the >> need of loading java-library within libgcc's cygwin's/mingw's crtbegin >> at all. I am actual not that sure, if we need this at all. > > > Somebody has to r

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Dave Korn
On 23/03/2013 00:16, Kai Tietz wrote: > welcome, too. It would be even better if we could rethink actual the > need of loading java-library within libgcc's cygwin's/mingw's crtbegin > at all. I am actual not that sure, if we need this at all. Somebody has to register the default classes at s

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Kai Tietz
2013/3/23 Dave Korn : > On 22/03/2013 09:00, Kai Tietz wrote: > >> (CXX_WRAP_SPEC_LIST): Undefine before define. > >> @@ -73,6 +82,7 @@ >> >> /* To implement C++ function replacement we always wrap the cxx >> malloc-like operators. See N2800 #17.6.4.6 [replacement.functions] */ >> +#und

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Kai Tietz
2013/3/23 Dave Korn : > On 22/03/2013 09:00, Kai Tietz wrote: > >> (LIBGCJ_SONAME): Make name minor-build-version dependent. >> >> Tested for i686-pc-cygwin, and x86_64-pc-cygwin. Dave, please >> especially a look to LIBGCJ_SONAME change. I think we should include >> MAJOR_VERSION here, too.

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Dave Korn
On 22/03/2013 09:00, Kai Tietz wrote: > (CXX_WRAP_SPEC_LIST): Undefine before define. > @@ -73,6 +82,7 @@ > > /* To implement C++ function replacement we always wrap the cxx > malloc-like operators. See N2800 #17.6.4.6 [replacement.functions] */ > +#undef CXX_WRAP_SPEC_LIST > #defin

Re: [patch cygwin64]: Add and adjust some initial sources for x64 cygwin

2013-03-22 Thread Dave Korn
On 22/03/2013 09:00, Kai Tietz wrote: > (LIBGCJ_SONAME): Make name minor-build-version dependent. > > Tested for i686-pc-cygwin, and x86_64-pc-cygwin. Dave, please > especially a look to LIBGCJ_SONAME change. I think we should include > MAJOR_VERSION here, too. Ok for apply? I'm not sur