From: Doug Evans Date: Wed, 14 Aug 2013 20:39:32 +0000 (+0000) Subject: * boards/fission.exp: Add -fdebug-types-section to debug_flags. X-Git-Tag: binutils-2_24-branchpoint~268 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61884d20bc352deffeb4204405123297c45344b0;p=platform%2Fupstream%2Fbinutils.git * boards/fission.exp: Add -fdebug-types-section to debug_flags. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ac575b5..4a7663d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-08-14 Cary Coutant + + * boards/fission.exp: Add -fdebug-types-section to debug_flags. + 2013-08-13 Tom Tromey Yao Qi diff --git a/gdb/testsuite/boards/fission.exp b/gdb/testsuite/boards/fission.exp index 4d53dce..bf1bc9f 100644 --- a/gdb/testsuite/boards/fission.exp +++ b/gdb/testsuite/boards/fission.exp @@ -27,7 +27,7 @@ set_board_info compiler "[find_gcc]" # This requires a relatively recent version of gcc (>4.7) and gold # for the linker. -set_board_info debug_flags "-gdwarf-4 -gsplit-dwarf -Wl,--gdb-index" +set_board_info debug_flags "-gdwarf-4 -gsplit-dwarf -fdebug-types-section -Wl,--gdb-index" # This is needed otherwise dejagnu tries to rsh to host "fission". Blech. # Double blech: set_board_info only sets the value if not already set.