aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-01-02 12:59:44 -0800
committerDoug Evans <dje@google.com>2015-01-02 12:59:44 -0800
commit0300bbc7c585cdcdd7ee9046aa2edb4f9ec36bc1 (patch)
treec2c41d27a0529511707e0564a7dd29321b505c1b /gdb/testsuite
parent02fe99727120efcb90ff8840af1d2c4d6312b492 (diff)
downloadgdb-0300bbc7c585cdcdd7ee9046aa2edb4f9ec36bc1.zip
gdb-0300bbc7c585cdcdd7ee9046aa2edb4f9ec36bc1.tar.gz
gdb-0300bbc7c585cdcdd7ee9046aa2edb4f9ec36bc1.tar.bz2
gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
gdb/testsuite/ChangeLog: * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp8
2 files changed, 8 insertions, 4 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 400a562..eebef25 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-02 Doug Evans <dje@google.com>
+
+ * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
+
2014-12-29 Yao Qi <yao@codesourcery.com>
* gdb.trace/entry-values.exp: Update comments. Rename variable
diff --git a/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp b/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
index e47dc2b..3523b66 100644
--- a/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
+++ b/gdb/testsuite/gdb.dwarf2/dw4-sig-types.exp
@@ -13,17 +13,17 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Test dwarf4 signatured types.
+# Test dwarf4 signatured types (DW_TAG_type_unit).
standard_testfile .cc dw4-sig-types-b.cc
# This test is intended for targets which support DWARF-4.
-# Since we pass an explicit -gdwarf-4 to the compiler, we let
-# that be the test of whether the target supports it.
+# Since we pass an explicit -gdwarf-4 -fdebug-types-section to the compiler,
+# we let that be the test of whether the target supports it.
if { [prepare_for_testing "${testfile}.exp" "${testfile}" \
[list $srcfile $srcfile2] \
- {debug c++ additional_flags=-gdwarf-4}] } {
+ {debug c++ additional_flags=-gdwarf-4 additional_flags=-fdebug-types-section}] } {
return -1
}