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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gas/] [config/] [tc-ppc.h] - Diff between revs 16 and 160

Show entire file | Details | Blame | View Log

Rev 16 Rev 160
Line 141... Line 141...
  unsigned char align;
  unsigned char align;
  /* For a csect symbol, the subsegment we are using.  This is zero
  /* For a csect symbol, the subsegment we are using.  This is zero
     for symbols that are not csects.  */
     for symbols that are not csects.  */
  subsegT subseg;
  subsegT subseg;
  /* For a csect symbol, the last symbol which has been defined in
  /* For a csect symbol, the last symbol which has been defined in
     this csect, or NULL if none have been defined so far.  For a .bs
     this csect, or NULL if none have been defined so far.
     symbol, the referenced csect symbol.  */
     For a .bs symbol, the referenced csect symbol.
 
     For a label, the enclosing csect.  */
  symbolS *within;
  symbolS *within;
  union
  union
  {
  {
    /* For a function symbol, a symbol whose value is the size.  The
    /* For a function symbol, a symbol whose value is the size.  The
       field is NULL if there is no size.  */
       field is NULL if there is no size.  */
Line 205... Line 206...
} while (0)
} while (0)
 
 
extern void ppc_xcoff_end (void);
extern void ppc_xcoff_end (void);
#define md_end ppc_xcoff_end
#define md_end ppc_xcoff_end
 
 
 
#define tc_new_dot_label(sym) ppc_new_dot_label (sym)
 
extern void ppc_new_dot_label (symbolS *);
 
 
#endif /* OBJ_XCOFF */
#endif /* OBJ_XCOFF */
 
 
extern const char       ppc_symbol_chars[];
extern const char       ppc_symbol_chars[];
#define tc_symbol_chars ppc_symbol_chars
#define tc_symbol_chars ppc_symbol_chars
 
 

powered by: WebSVN 2.1.0

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