External or local SYMBOL_REF?

lars brinkhoff lars@nocrew.org
Sat Sep 16 13:07:00 GMT 2000


If I have an rtx x for which GET_CODE (x) == SYMBOL_REF, how do I
find out whether the symbol is external or local?

E.g.

extern int a; // external
static int b; // local
       int c; // local


More information about the Gcc mailing list