* gdb.dwarf2/method-ptr.exp: Use correct form for non-string

attributes.
This commit is contained in:
Tom Tromey 2013-02-01 19:33:47 +00:00
parent d65f0a9cae
commit 17f2157dcc
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2013-02-01 Tom Tromey <tromey@redhat.com>
* gdb.dwarf2/method-ptr.exp: Use correct form for non-string
attributes.
2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
Tom Tromey <tromey@redhat.com>

View File

@ -34,18 +34,18 @@ Dwarf::assemble $asm_file {
int_label: base_type {
{name int}
{encoding @DW_ATE_signed}
{byte_size 4}
{byte_size 4 DW_FORM_sdata}
}
float_label: base_type {
{name float}
{encoding @DW_ATE_float}
{byte_size 4}
{byte_size 4 DW_FORM_sdata}
}
struct_label: structure_type {
{name S}
{byte_size 1}
{byte_size 1 DW_FORM_sdata}
}
ptr_label: pointer_type {
@ -57,7 +57,7 @@ Dwarf::assemble $asm_file {
} {
formal_parameter {
{type :$ptr_label}
{artificial 1}
{artificial 1 DW_FORM_flag_present}
}
formal_parameter {
{type :$float_label}