diff options
author | Doug Evans <dje@google.com> | 2013-08-14 20:39:32 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-08-14 20:39:32 +0000 |
commit | 61884d20bc352deffeb4204405123297c45344b0 (patch) | |
tree | 9e2f8b03f80a3c4b12e935b9470f2b866b965268 /gdb/testsuite/boards | |
parent | 0d031856d82030c8bc52fc2d794b116eae88a92c (diff) | |
download | gdb-61884d20bc352deffeb4204405123297c45344b0.zip gdb-61884d20bc352deffeb4204405123297c45344b0.tar.gz gdb-61884d20bc352deffeb4204405123297c45344b0.tar.bz2 |
* boards/fission.exp: Add -fdebug-types-section to debug_flags.
Diffstat (limited to 'gdb/testsuite/boards')
-rw-r--r-- | gdb/testsuite/boards/fission.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |