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: Patch for i386-darwin: test suite results



On 17/mar/2006, at 00:57, Andrew Pinski wrote:


Actually it looks like libffi is still not working as you no longer
have eh info for x86-darwin.  This is why all the gij tests fail.

Is that the block at the end of sysv.S which I commented out? :)


The problem is that the Apple assembler (actually a rather old gas: "Apple Computer, Inc. version cctools-590.23.2.obj~30, GNU assembler version 1.38") doesn't support most of the directives used in that part of the source. And I'm not an asm wizard, I had to learn it in two days to fix the annoying 16-byte stack aligning requirement of the Darwin-i386 ABI...

Any help is appreciated...

Cheers,
  Sandro


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