public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* External or local SYMBOL_REF?
@ 2000-09-16 13:07 lars brinkhoff
  2000-09-18  6:05 ` Joern Rennecke
  0 siblings, 1 reply; 3+ messages in thread
From: lars brinkhoff @ 2000-09-16 13:07 UTC (permalink / raw)
  To: gcc

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-09-19 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-16 13:07 External or local SYMBOL_REF? lars brinkhoff
2000-09-18  6:05 ` Joern Rennecke
2000-09-19 10:10   ` lars brinkhoff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).