diff options
Diffstat (limited to 'gas/as.h')
-rw-r--r-- | gas/as.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -370,16 +370,6 @@ COMMON int flag_strip_local_absolute; /* True if we should generate a traditional format object file. */ COMMON int flag_traditional_format; -/* Types of compressed debug sections. We currently support zlib. */ -enum compressed_debug_section_type -{ - COMPRESS_DEBUG_NONE = 0, - COMPRESS_DEBUG, - COMPRESS_DEBUG_ZLIB, - COMPRESS_DEBUG_GNU_ZLIB, - COMPRESS_DEBUG_GABI_ZLIB -}; - /* Type of compressed debug sections we should generate. */ COMMON enum compressed_debug_section_type flag_compress_debug; |