This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Cygwin and hash synchronization?
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 10 Jun 2002 12:59:21 +1200
- Subject: Re: Cygwin and hash synchronization?
- References: <FAC87D7C874EAB46A847604DA4FD5A64034747@crtsmail.corp.riotinto.org>
Billinghurst, David (CRTS) wrote:
I have now tested this patch on trunk with cygwin. It seems to work.
Given that it is a target-specific one-liner I'd like to see it checked
in. We can always remove it later.
Without this patch, I need to recompile binutils to increase the object
alignment to avoid the assertion "!(addr & FLAGS)" failed error.
With this patch I can build libjava with the standard cygwin binutils
and I get identical testsuite results to first case.
The mingw linker doesn't have this problem as it has increased
alignment to eight bytes.
Great, thanks for checking this out. I will check in the patch to both
mainline and branch.
regards
Bryce.