mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
gdb.cp/nsalias.exp: Fix output of external/declaration flags.
gdb/testsuite/ChangeLog: * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user