diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp b/gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp index 47e163f..7844628 100644 --- a/gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp +++ b/gdb/testsuite/gdb.dwarf2/loclists-multiple-cus.exp @@ -87,17 +87,17 @@ foreach_with_prefix is_64 {false true} { } } - loclists -is-64 $is_64 { + loclists {is-64 $is_64} { # This table is unused, but exists so that the used table is not at # the beginning of the section. - table { + table {} { list_ { start_length 0x1000 0x1000 { DW_OP_addr 0x100000 } } } # The lists in this table are accessed by index (DW_FORM_rnglistx). - table -post-header-label cu_table { + table {post-header-label cu_table} { # This list is unused, but exists to offset the next ones. list_ { start_length 0x1000 0x1000 { DW_OP_addr 0x100000 } |