public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] [gdb/testsuite] Break up long debug_flags line in fission.exp
@ 2019-06-18  6:52 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-06-18  6:52 UTC (permalink / raw)
  To: gdb-cvs

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

commit 86e04673b48d5f8121f28b7958cc5a0d9dd01132
Author: Tom de Vries <tdevries@suse.de>
Date:   Tue Jun 18 08:52:16 2019 +0200

    [gdb/testsuite] Break up long debug_flags line in fission.exp
    
    gdb/testsuite/ChangeLog:
    
    2019-06-18  Tom de Vries  <tdevries@suse.de>
    
    	* boards/fission.exp: Break up long debug_flags line.

Diff:
---
 gdb/testsuite/ChangeLog          | 4 ++++
 gdb/testsuite/boards/fission.exp | 7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d1558f3..b6fcf58 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-18  Tom de Vries  <tdevries@suse.de>
+
+	* boards/fission.exp: Break up long debug_flags line.
+
 2019-06-16  Tom de Vries  <tdevries@suse.de>
 
 	PR gdb/24445
diff --git a/gdb/testsuite/boards/fission.exp b/gdb/testsuite/boards/fission.exp
index e9da53f..2c09d4d 100644
--- a/gdb/testsuite/boards/fission.exp
+++ b/gdb/testsuite/boards/fission.exp
@@ -29,7 +29,12 @@ set_board_info compiler "[find_gcc]"
 # for the linker.
 # Note: -ggnu-pubnames is required for Gold to build .gdb_index, and while
 # -gsplit-dwarf implies -ggnu-pubnames for gcc, it doesn't for clang.
-set_board_info debug_flags "-gdwarf-4 -gsplit-dwarf -ggnu-pubnames -fdebug-types-section -Wl,--gdb-index"
+set_board_info debug_flags \
+    [join { "-gdwarf-4" \
+		"-gsplit-dwarf" \
+		"-ggnu-pubnames" \
+		"-fdebug-types-section" \
+		"-Wl,--gdb-index" }]
 
 # This is needed otherwise dejagnu tries to rsh to host "fission".
 load_board_description "local-board"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-18  6:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-18  6:52 [binutils-gdb] [gdb/testsuite] Break up long debug_flags line in fission.exp Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).