Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/gas/config/obj-coff.h

    r970 r1973  
    11/* coff object file format
    2    Copyright (C) 1989-2014 Free Software Foundation, Inc.
     2   Copyright (C) 1989-2016 Free Software Foundation, Inc.
    33
    44   This file is part of GAS.
     
    236236#define SF_BALNAME      0x00000080      /* bit 7 marks BALNAME symbols.  */
    237237#define SF_CALLNAME     0x00000100      /* bit 8 marks CALLNAME symbols.  */
    238                                  
     238
    239239#define SF_NORMAL_MASK  0x0000ffff      /* bits 12-15 are general purpose.  */
    240                                  
     240
    241241#define SF_STATICS      0x00001000      /* Mark the .text & all symbols.  */
    242242#define SF_DEFINED      0x00002000      /* Symbol is defined in this file.  */
    243243#define SF_STRING       0x00004000      /* Symbol name length > 8.  */
    244244#define SF_LOCAL        0x00008000      /* Symbol must not be emitted.  */
    245                                  
     245
    246246#define SF_DEBUG_MASK   0xffff0000      /* bits 16-31 are debug info.  */
    247                                  
     247
    248248#define SF_FUNCTION     0x00010000      /* The symbol is a function.  */
    249249#define SF_PROCESS      0x00020000      /* Process symbol before write.  */
Note: See TracChangeset for help on using the changeset viewer.