Using this recent g77

Configured with: ../gcc3/configure --enable-pfe --disable-nls 
--enable-languages=c,f77
Thread model: single
Apple Computer, Inc. GCC version 1200, based on gcc version 3.3 
20020731 (experimental)

I was compiling some fortran code and ran into this problem

/var/tmp//ccBicX5n.s:unknown:Can't emit reloc {- symbol "L7$pb"} @ file 
address 27136.
/var/tmp//ccBicX5n.s:unknown:Can't emit reloc {- symbol "L7$pb"} @ file 
address 27132.
... plus more

In the assembly, I see...

        stfd f0,288(r30)
        addis r9,r31,ha16(L_coord_$non_lazy_ptr-L7$pb)
        lwz r11,lo16(L_coord_$non_lazy_ptr-L7$pb)(r9)
        lis r0,0x9
        ori r0,r0,50176

but there is no macro for it in the code.

thanks
logan

Reply via email to