From cc73dbcc08beb2e965deecbfda27a6d8302bffd3 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 2 Jan 2015 22:00:57 -0800 Subject: gdb.cp/nsalias.exp: Fix output of external/declaration flags. gdb/testsuite/ChangeLog: * gdb.cp/nsalias.exp: Fix output of external/declaration flags. --- gdb/testsuite/gdb.cp/nsalias.exp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gdb/testsuite/gdb.cp') diff --git a/gdb/testsuite/gdb.cp/nsalias.exp b/gdb/testsuite/gdb.cp/nsalias.exp index 63b52d2..93a0772 100644 --- a/gdb/testsuite/gdb.cp/nsalias.exp +++ b/gdb/testsuite/gdb.cp/nsalias.exp @@ -90,8 +90,8 @@ Dwarf::assemble $asm_file { im_foo_label: DW_TAG_subprogram { {name foo} - {external 1} - {declaration 1} + {external 1 flag_present} + {declaration 1 flag_present} } } @@ -108,8 +108,8 @@ Dwarf::assemble $asm_file { i_foo_label: subprogram { {name foo} - {external 1} - {declaration 1} + {external 1 flag_present} + {declaration 1 flag_present} } } @@ -126,8 +126,8 @@ Dwarf::assemble $asm_file { o_foo_label: subprogram { {name foo} - {external 1} - {declaration 1} + {external 1 flag_present} + {declaration 1 flag_present} } } -- cgit v1.1