Make x86 Linux assembler default to gABI compliant
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 15 Jul 2015 14:31:55 +0000 (07:31 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 15 Jul 2015 14:31:55 +0000 (07:31 -0700)
The default compression is gABI compliant now.  This patch makes the
x86 Linux assembler default to gABI compliant.

* config/tc-i386.c (flag_compress_debug): Replace
COMPRESS_DEBUG_GNU_ZLIB with COMPRESS_DEBUG_GABI_ZLIB.

gas/ChangeLog
gas/config/tc-i386.c

index 8d84bab..0718efa 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (flag_compress_debug): Replace
+       COMPRESS_DEBUG_GNU_ZLIB with COMPRESS_DEBUG_GABI_ZLIB.
+
 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
 
        * as.c (parse_args): Make --compress-debug-sections and
index 5a1e2b3..2bdb769 100644 (file)
@@ -36,7 +36,7 @@
 #ifdef TE_LINUX
 /* Default to compress debug sections for Linux.  */
 enum compressed_debug_section_type flag_compress_debug
-  = COMPRESS_DEBUG_GNU_ZLIB;
+  = COMPRESS_DEBUG_GABI_ZLIB;
 #endif
 
 #ifndef REGISTER_WARNINGS