Subversion Repositories Kolibri OS

Rev

Rev 5222 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5222 Rev 6324
Line 1... Line 1...
1
/* subsegs.h -> subsegs.c
1
/* subsegs.h -> subsegs.c
2
   Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1998, 2000, 2003, 2005,
-
 
3
   2006, 2007, 2009 Free Software Foundation, Inc.
2
   Copyright (C) 1987-2015 Free Software Foundation, Inc.
Line 4... Line 3...
4
 
3
 
Line 5... Line 4...
5
   This file is part of GAS, the GNU Assembler.
4
   This file is part of GAS, the GNU Assembler.
6
 
5
 
Line 89... Line 88...
89
 
88
 
90
  /* NULL, or pointer to the gas symbol that is the section symbol for
89
  /* NULL, or pointer to the gas symbol that is the section symbol for
91
     this section.  sym->bsym and bfd_section->symbol should be the same.  */
90
     this section.  sym->bsym and bfd_section->symbol should be the same.  */
Line -... Line 91...
-
 
91
  symbolS *sym;
-
 
92
 
-
 
93
  /* Used by dwarf2dbg.c for this section's line table entries.  */
92
  symbolS *sym;
94
  void *dwarf2_line_seg;
93
 
95
 
94
  union {
96
  union {
95
    /* Current size of section holding stabs strings.  */
97
    /* Current size of section holding stabs strings.  */
96
    unsigned long stab_string_size;
98
    unsigned long stab_string_size;