[binutils-gdb] Remove trailing `]' in --enable-compressed-debug-sections

H.J.Lu hjl@sourceware.org
Wed Jan 27 18:25:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=27ba7c949773a9f957a519f4b1e2b6d85e5f83b3

commit 27ba7c949773a9f957a519f4b1e2b6d85e5f83b3
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Jan 27 10:24:51 2016 -0800

    Remove trailing `]' in --enable-compressed-debug-sections
    
    	* configure.ac (compressed_debug_sections): Remove trailing `]'.
    	* configure: Regenerated.

Diff:
---
 gas/ChangeLog    | 5 +++++
 gas/configure    | 2 +-
 gas/configure.ac | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index eb9fff1..b210227 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-27  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* configure.ac (compressed_debug_sections): Remove trailing `]'.
+	* configure: Regenerated.
+
 2016-01-25  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
diff --git a/gas/configure b/gas/configure
index c69edf5..fa0d7a1 100755
--- a/gas/configure
+++ b/gas/configure
@@ -1414,7 +1414,7 @@ Optional Features:
   --enable-targets        alternative target configurations besides the primary
   --enable-checking       enable run-time checks
   --enable-compressed-debug-sections={all,gas,none}
-                          compress debug sections by default]
+                          compress debug sections by default
   --enable-werror         treat compile warnings as errors
   --enable-build-warnings enable build-time compiler warnings
   --disable-nls           do not use Native Language Support
diff --git a/gas/configure.ac b/gas/configure.ac
index 74a274b..19ba458 100644
--- a/gas/configure.ac
+++ b/gas/configure.ac
@@ -70,7 +70,7 @@ ac_default_compressed_debug_sections=unset
 # Provide a configure time option to override our default.
 AC_ARG_ENABLE(compressed_debug_sections,
 	      AS_HELP_STRING([--enable-compressed-debug-sections={all,gas,none}],
-	      [compress debug sections by default])],
+	      [compress debug sections by default]),
 [case ,"${enableval}", in
   ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
   ,no, | ,none,)  ac_default_compressed_debug_sections=no ;;



More information about the Binutils-cvs mailing list