This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin and hash synchronization?


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.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]