diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7b4b6a56413..5d04cd95dc9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-09-22 Joel Brobecker + + * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target + type of our const type. + 2010-09-22 Sami Wagiaalla * gdb.cp/pr12028.cc: New. diff --git a/gdb/testsuite/gdb.dwarf2/dw2-const.S b/gdb/testsuite/gdb.dwarf2/dw2-const.S index f5c64f9d64c..aa918392801 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-const.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-const.S @@ -55,7 +55,7 @@ func_cu1: .Ltype_const: .uleb128 0x9 /* Abbrev: DW_TAG_const_type */ - .long .Ltype_int-.Lcu1_begin /* DW_AT_type */ + .4byte .Ltype_int-.Lcu1_begin /* DW_AT_type */ /* func_cu1 */ .uleb128 2 /* Abbrev: DW_TAG_subprogram */