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
/* as.h - global header file
1
/* as.h - global header file
2
   Copyright 1987-2013 Free Software Foundation, Inc.
2
   Copyright (C) 1987-2015 Free Software Foundation, Inc.
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
   This file is part of GAS, the GNU Assembler.
4
   This file is part of GAS, the GNU Assembler.
5
 
5
 
Line 368... Line 368...
368
COMMON int flag_strip_local_absolute;
368
COMMON int flag_strip_local_absolute;
Line 369... Line 369...
369
 
369
 
370
/* True if we should generate a traditional format object file.  */
370
/* True if we should generate a traditional format object file.  */
Line 371... Line 371...
371
COMMON int flag_traditional_format;
371
COMMON int flag_traditional_format;
372
 
372
 
Line 373... Line 373...
373
/* TRUE if debug sections should be compressed.  */
373
/* Type of compressed debug sections we should generate.   */
374
COMMON int flag_compress_debug;
374
COMMON enum compressed_debug_section_type flag_compress_debug;
Line 375... Line 375...
375
 
375
 
Line 587... Line 587...
587
  {
587
  {
588
    size_check_error = 0,
588
    size_check_error = 0,
589
    size_check_warning
589
    size_check_warning
590
  }
590
  }
591
flag_size_check;
591
flag_size_check;
-
 
592
 
-
 
593
/* If section name substitution sequences should be honored */
-
 
594
COMMON int flag_sectname_subst;
592
#endif
595
#endif
Line 593... Line 596...
593
 
596
 
594
#ifndef DOLLAR_AMBIGU
597
#ifndef DOLLAR_AMBIGU
595
#define DOLLAR_AMBIGU 0
598
#define DOLLAR_AMBIGU 0