
14 Jun
2004
14 Jun
'04
7 a.m.
Ian Lynagh
I've just had a quick look at this. Between 3.2 and 3.3 gcc seems to have changed from generating
----- .file "DErrNo.hc" .data .align 4 .type startLabel,@object .size startLabel,0 startLabel: .globl C0_NHC_46DErrNo_46ERANGE .align 4 -----
to generating
----- .file "DErrNo.hc" .local startLabel .comm startLabel,0,4 .globl C0_NHC_46DErrNo_46ERANGE .data .align 4 -----
Thanks for your perl patch for this problem. I have checked it into CVS, but guarded in the configure script so that it is only enabled if gcc-3.3 is present. Regards, Malcolm