gas: typo in comment fixed.
[deliverable/binutils-gdb.git] / gas / as.h
index 2f05745ef6e78884fcd792d88720cc4adb230534..6de319e839ce642d62c7499b3a1f3002fefdaac7 100644 (file)
--- a/gas/as.h
+++ b/gas/as.h
@@ -370,8 +370,8 @@ COMMON int flag_strip_local_absolute;
 /* True if we should generate a traditional format object file.  */
 COMMON int flag_traditional_format;
 
-/* TRUE if debug sections should be compressed.  */
-COMMON int flag_compress_debug;
+/* Type of compressed debug sections we should generate.   */
+COMMON enum compressed_debug_section_type flag_compress_debug;
 
 /* TRUE if .note.GNU-stack section with SEC_CODE should be created */
 COMMON int flag_execstack;
This page took 0.023018 seconds and 4 git commands to generate.