This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


	* configure.ac (compressed_debug_sections): Remove trailing `]'.
	* configure: Regenerated.
---
 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 ;;
-- 
2.5.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]