mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
testsuite, dwarf2: use @DW_INL_declared_inlined in a test
gdb/testsuite/ChangeLog: 2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> * gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use @DW_INL_declared_inlined for the inline attribute.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
|
||||
|
||||
* gdb.dwarf2/dw2-inline-with-lexical-scope.exp: Use
|
||||
@DW_INL_declared_inlined for the inline attribute.
|
||||
|
||||
2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
|
||||
|
||||
* gdb.opt/inline-locals.c (scoped): New function.
|
||||
|
@ -59,7 +59,7 @@ Dwarf::assemble $asm_file {
|
||||
|
||||
func_label: subprogram {
|
||||
{name func}
|
||||
{inline 3 data1}
|
||||
{inline @DW_INL_declared_inlined}
|
||||
} {
|
||||
num_label: DW_TAG_variable {
|
||||
{name num}
|
||||
|
Reference in New Issue
Block a user