| Index: gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.S
|
| diff --git a/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.S b/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.S
|
| index fa38819f2c636f3a58ea6ee7fecbc34f1672d258..d659a5bf32b3d4fa7b4d10526896f0b4b13afc71 100644
|
| --- a/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.S
|
| +++ b/gdb/testsuite/gdb.dwarf2/dw2-ada-ffffffff.S
|
| @@ -15,10 +15,10 @@
|
|
|
| .section .debug_info
|
| debug_start:
|
| - .long debug_end - 1f /* Length of Compilation Unit Info */
|
| + .4byte debug_end - 1f /* Length of Compilation Unit Info */
|
| 1:
|
| .2byte 0x3 /* DWARF version number */
|
| - .long .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
|
| + .4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
|
| .byte 0x4 /* Pointer Size (in bytes) */
|
| .uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */
|
| .ascii "GNU C 4.4.3\0" /* DW_AT_producer */
|
|
|