On Mon, Jun 23, 2003 at 02:01:38PM +0200, Pierre d'Herbemont wrote:
Hi,
Here is a patch which fix the problem with darwin's asm. I would like to know if linux assembler is ok with this patch.
Hmm, not quite. On Linux/PPC:
d3d8.spec.s:351: Error: syntax error; found `(' but expected `,' d3d8.spec.s:351: Error: junk at end of line: `(_imports+80)'
351: lis r9,ha16(_imports+80) 352: la r8,lo16(_imports+80)(r9)
Ciao, Marcus