/[pupa]/pupa/include/pupa/symbol.h
ViewVC logotype

Diff of /pupa/include/pupa/symbol.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by okuji, Fri Dec 27 08:53:09 2002 UTC revision 1.2 by okuji, Mon Jan 20 04:13:46 2003 UTC
# Line 30  Line 30 
30  # define EXT_C(sym)     sym  # define EXT_C(sym)     sym
31  #endif  #endif
32    
33  #define FUNCTION(x)     .globl EXT_C(x) ; EXT_C(x):  #define FUNCTION(x)     .globl EXT_C(x) ; .type EXT_C(x), @function ; EXT_C(x):
34  #define VARIABLE(x)     FUNCTION(x)  #define VARIABLE(x)     .globl EXT_C(x) ; .type EXT_C(x), @object ; EXT_C(x):
35    
36  /* Mark an exported symbol.  */  /* Mark an exported symbol.  */
37  #define EXPORT_FUNC(x)  x  #define EXPORT_FUNC(x)  x

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26