OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [gprof/] [cg_dfn.h] - Diff between revs 816 and 818

Only display areas with differences | Details | Blame | View Log

Rev 816 Rev 818
#ifndef cg_dfn_h
#ifndef cg_dfn_h
#define cg_dfn_h
#define cg_dfn_h
 
 
/*
/*
 * Flags which mark a symbol as topologically ``busy'' or as
 * Flags which mark a symbol as topologically ``busy'' or as
 * topologically ``not_numbered'':
 * topologically ``not_numbered'':
 */
 */
#define DFN_BUSY        -1
#define DFN_BUSY        -1
#define DFN_NAN         0
#define DFN_NAN         0
 
 
/*
/*
 * Depth-first numbering of a call-graph.
 * Depth-first numbering of a call-graph.
 */
 */
 
 
extern void cg_dfn (Sym * root);
extern void cg_dfn (Sym * root);
 
 
#endif /* cg_dfn_h */
#endif /* cg_dfn_h */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.