diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2011-04-29 01:45:06 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2011-04-29 01:45:06 +0000 |
commit | b8bbfecaed7f31c3e82e185984f56e608791ecd5 (patch) | |
tree | ef0abde4e68bcb2f62a2f7df6c075e889a0ccf08 /gas | |
parent | 06324896f3e20e2e1fca20a693460b28dd0d101a (diff) | |
download | gdb-b8bbfecaed7f31c3e82e185984f56e608791ecd5.zip gdb-b8bbfecaed7f31c3e82e185984f56e608791ecd5.tar.gz gdb-b8bbfecaed7f31c3e82e185984f56e608791ecd5.tar.bz2 |
* gas/elf/dwarf2-1.d, gas/elf/dwarf2-2.d: Adjust for change in
output format.
* gas/i386/dw2-compress-1.d: Ditto.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/dwarf2-1.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/dwarf2-2.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/dw2-compress-1.d | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6e93dfc..25618f8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-04-29 Hans-Peter Nilsson <hp@axis.com> + + * gas/elf/dwarf2-1.d, gas/elf/dwarf2-2.d: Adjust for change in + output format. + * gas/i386/dw2-compress-1.d: Ditto. + 2011-04-20 Catherine Moore <clm@codesourcery.com> David Ung <davidu@mips.com> diff --git a/gas/testsuite/gas/elf/dwarf2-1.d b/gas/testsuite/gas/elf/dwarf2-1.d index 2cc17ac..8decc1c 100644 --- a/gas/testsuite/gas/elf/dwarf2-1.d +++ b/gas/testsuite/gas/elf/dwarf2-1.d @@ -11,7 +11,7 @@ Contents of the .[z]?debug_info section: Abbrev Offset: 0 Pointer Size: 4 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\) - < c> DW_AT_stmt_list : 0x0 + <c> DW_AT_stmt_list : 0x0 <10> DW_AT_high_pc : 0x. <14> DW_AT_low_pc : 0x. <18> DW_AT_name : file1.txt diff --git a/gas/testsuite/gas/elf/dwarf2-2.d b/gas/testsuite/gas/elf/dwarf2-2.d index 9825ee4..030adb8 100644 --- a/gas/testsuite/gas/elf/dwarf2-2.d +++ b/gas/testsuite/gas/elf/dwarf2-2.d @@ -11,7 +11,7 @@ Contents of the .[z]?debug_info section: Abbrev Offset: 0 Pointer Size: 4 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\) - < c> DW_AT_stmt_list : 0x0 + <c> DW_AT_stmt_list : 0x0 <10> DW_AT_high_pc : 0x. <14> DW_AT_low_pc : 0x. <18> DW_AT_name : file1.txt diff --git a/gas/testsuite/gas/i386/dw2-compress-1.d b/gas/testsuite/gas/i386/dw2-compress-1.d index 71c9c70..f47e58c 100644 --- a/gas/testsuite/gas/i386/dw2-compress-1.d +++ b/gas/testsuite/gas/i386/dw2-compress-1.d @@ -10,7 +10,7 @@ Contents of the .zdebug_info section: Abbrev Offset: 0 Pointer Size: 4 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\) - < c> DW_AT_stmt_list : 0x0 + <c> DW_AT_stmt_list : 0x0 <10> DW_AT_high_pc : 0x4 <14> DW_AT_low_pc : 0x0 <18> DW_AT_name : file1.txt |