gdb/testsuite/ChangeLog:
* gdb.cp/nsalias.exp: Fix output of external/declaration flags.
+2015-01-02 Doug Evans <xdje42@gmail.com>
+
+ * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
+
2015-01-02 Doug Evans <dje@google.com>
* gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
im_foo_label: DW_TAG_subprogram {
{name foo}
- {external 1}
- {declaration 1}
+ {external 1 flag_present}
+ {declaration 1 flag_present}
}
}
i_foo_label: subprogram {
{name foo}
- {external 1}
- {declaration 1}
+ {external 1 flag_present}
+ {declaration 1 flag_present}
}
}
o_foo_label: subprogram {
{name foo}
- {external 1}
- {declaration 1}
+ {external 1 flag_present}
+ {declaration 1 flag_present}
}
}