Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [committed][gdb/testsuite] Break up long debug_flags line in fission.exp
Date: Tue, 18 Jun 2019 06:53:00 -0000	[thread overview]
Message-ID: <20190618065317.GA907@delia> (raw)

Hi,

Committed to trunk.

Thanks,
- Tom

[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.

---
 gdb/testsuite/boards/fission.exp | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/testsuite/boards/fission.exp b/gdb/testsuite/boards/fission.exp
index e9da53fdcb..2c09d4d772 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"


                 reply	other threads:[~2019-06-18  6:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190618065317.GA907@delia \
    --to=tdevries@suse.de \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox