/[grub]/grub2/include/grub/symbol.h
ViewVC logotype

Diff of /grub2/include/grub/symbol.h

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

revision 1.4 by okuji, Sun Apr 4 13:46:00 2004 UTC revision 1.5 by marco_g, Sun Nov 13 21:37:16 2005 UTC
# Line 29  Line 29 
29  # define EXT_C(sym)     sym  # define EXT_C(sym)     sym
30  #endif  #endif
31    
32  #define FUNCTION(x)     .globl EXT_C(x) ; .type EXT_C(x), @function ; EXT_C(x):  #define FUNCTION(x)     .globl EXT_C(x) ; .type EXT_C(x), "function" ; EXT_C(x):
33  #define VARIABLE(x)     .globl EXT_C(x) ; .type EXT_C(x), @object ; EXT_C(x):  #define VARIABLE(x)     .globl EXT_C(x) ; .type EXT_C(x), "object" ; EXT_C(x):
34    
35  /* Mark an exported symbol.  */  /* Mark an exported symbol.  */
36  #define EXPORT_FUNC(x)  x  #define EXPORT_FUNC(x)  x

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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