This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] fission.exp: Add -fdebug-types-section.


Hi.

fyi, I committed this for Cary.

Regression tested on amd64-linux.

2013-08-14  Cary Coutant  <ccoutant@google.com>

	* boards/fission.exp: Add -fdebug-types-section to debug_flags.

diff -u -p -r1.3 fission.exp
--- boards/fission.exp	1 Jan 2013 06:33:04 -0000	1.3
+++ boards/fission.exp	14 Aug 2013 20:38:16 -0000
@@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]