Changeset 1973 for binutils/trunk/gas/config/obj-coff.h
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/gas/config/obj-coff.h ¶
r970 r1973 1 1 /* coff object file format 2 Copyright (C) 1989-201 4Free Software Foundation, Inc.2 Copyright (C) 1989-2016 Free Software Foundation, Inc. 3 3 4 4 This file is part of GAS. … … 236 236 #define SF_BALNAME 0x00000080 /* bit 7 marks BALNAME symbols. */ 237 237 #define SF_CALLNAME 0x00000100 /* bit 8 marks CALLNAME symbols. */ 238 238 239 239 #define SF_NORMAL_MASK 0x0000ffff /* bits 12-15 are general purpose. */ 240 240 241 241 #define SF_STATICS 0x00001000 /* Mark the .text & all symbols. */ 242 242 #define SF_DEFINED 0x00002000 /* Symbol is defined in this file. */ 243 243 #define SF_STRING 0x00004000 /* Symbol name length > 8. */ 244 244 #define SF_LOCAL 0x00008000 /* Symbol must not be emitted. */ 245 245 246 246 #define SF_DEBUG_MASK 0xffff0000 /* bits 16-31 are debug info. */ 247 247 248 248 #define SF_FUNCTION 0x00010000 /* The symbol is a function. */ 249 249 #define SF_PROCESS 0x00020000 /* Process symbol before write. */
Note:
See TracChangeset
for help on using the changeset viewer.