------- Comment #8 from ebotcazou at gcc dot gnu dot org  2006-05-17 20:40 
-------
> Maybe it's one of the runtime library functions that's static (maybe _start?).

Excerpt from gcc/config/sparc/sol2-c1.asm:

        .section        ".text"
        .proc   022
        .global _start

_start:
        mov     0, %fp          ! Mark bottom frame pointer

I'd suggest to bug Sun about what they mean with "static".


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27629

Reply via email to