From: Tom de Vries Date: Tue, 18 Jun 2019 06:52:16 +0000 (+0200) Subject: [gdb/testsuite] Break up long debug_flags line in fission.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86e04673b48d5f8121f28b7958cc5a0d9dd01132;p=binutils-gdb.git [gdb/testsuite] Break up long debug_flags line in fission.exp gdb/testsuite/ChangeLog: 2019-06-18 Tom de Vries * boards/fission.exp: Break up long debug_flags line. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d1558f37894..b6fcf58c7dd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-06-18 Tom de Vries + + * boards/fission.exp: Break up long debug_flags line. + 2019-06-16 Tom de Vries PR gdb/24445 diff --git a/gdb/testsuite/boards/fission.exp b/gdb/testsuite/boards/fission.exp index e9da53fdcbf..2c09d4d7729 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"