Cserzo Miklos wrote:
OK, the source and the assembler goes in the attachment. I just realized that I could have two large arrays without problem but gpc refuse to allocate one larger array of the size of the two smaller. Very very funny...
/var/tmp//ccrvtgAm.s: Assembler messages: /var/tmp//ccrvtgAm.s:7: Error: .COMMon length (-1894967300.) <0! Ignored.
line 7: .common N,1999999996,4
This size is correct, so I suppose the problem is with the assembler. You might need to get a 64 bit one (if it's a Solaris assembler), or try to compile binutils for 64 bit target (if it's using the GNU assembler).
Frank