diff options
author | Alan Modra <amodra@gmail.com> | 2012-05-17 10:00:37 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-05-17 10:00:37 +0000 |
commit | 7282333f3d1bab51b3c1d35a65d05aeb261e20a7 (patch) | |
tree | 4fc5bd4698837076be2495781cddde021da50f8a /gas | |
parent | a2ff7a4bb45f6c1be62554c82ff9d688f056b876 (diff) | |
download | gdb-7282333f3d1bab51b3c1d35a65d05aeb261e20a7.zip gdb-7282333f3d1bab51b3c1d35a65d05aeb261e20a7.tar.gz gdb-7282333f3d1bab51b3c1d35a65d05aeb261e20a7.tar.bz2 |
binutils/
* dwarf.c (process_debug_info): Display abbrev offset in hex.
(display_debug_abbrev): Show offset of abbrev.
binutils/testsuite/
* binutils-all/objdump.W: Update.
* binutils-all/readelf.wa: Update.
* binutils-all/i386/compressed-1a.d: Update.
* binutils-all/x86-64/compressed-1a.d: Update.
gas/testsuite/
* gas/elf/dwarf2-1.d: Update.
* gas/elf/dwarf2-2.d: Update.
* gas/i386/dw2-compress-1.d: Update.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/dwarf2-1.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/dwarf2-2.d | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/dw2-compress-1.d | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 15b6cd0..9c5e328 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2012-05-17 Alan Modra <amodra@gmail.com> + * gas/elf/dwarf2-1.d: Update. + * gas/elf/dwarf2-2.d: Update. + * gas/i386/dw2-compress-1.d: Update. + +2012-05-17 Alan Modra <amodra@gmail.com> + * gas/ppc/vle.d: Pass -a32 to assembler. * gas/ppc/vle-reloc.d: Likewise. * gas/ppc/vle-simple-1.d: Likewise, also match wider addresses. diff --git a/gas/testsuite/gas/elf/dwarf2-1.d b/gas/testsuite/gas/elf/dwarf2-1.d index b691bfd..ff0ff74 100644 --- a/gas/testsuite/gas/elf/dwarf2-1.d +++ b/gas/testsuite/gas/elf/dwarf2-1.d @@ -8,7 +8,7 @@ Contents of the .[z]?debug_info section: Compilation Unit @ offset 0x0: Length: 0x4e \(32-bit\) Version: 2 - Abbrev Offset: 0 + Abbrev Offset: 0x0 Pointer Size: 4 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\) <c> DW_AT_stmt_list : 0x0 @@ -77,7 +77,7 @@ Raw dump of debug contents of section .[z]?debug_line: Contents of the .[z]?debug_abbrev section: - Number TAG + Number TAG \(0x0\) 1 DW_TAG_compile_unit \[has children\] DW_AT_stmt_list DW_FORM_data4 DW_AT_high_pc DW_FORM_addr diff --git a/gas/testsuite/gas/elf/dwarf2-2.d b/gas/testsuite/gas/elf/dwarf2-2.d index 3b3a341..2feafa6 100644 --- a/gas/testsuite/gas/elf/dwarf2-2.d +++ b/gas/testsuite/gas/elf/dwarf2-2.d @@ -8,7 +8,7 @@ Contents of the .[z]?debug_info section: Compilation Unit @ offset 0x0: Length: 0x4e \(32-bit\) Version: 2 - Abbrev Offset: 0 + Abbrev Offset: 0x0 Pointer Size: 4 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\) <c> DW_AT_stmt_list : 0x0 @@ -77,7 +77,7 @@ Raw dump of debug contents of section .[z]?debug_line: Contents of the .[z]?debug_abbrev section: - Number TAG + Number TAG \(0x0\) 1 DW_TAG_compile_unit \[has children\] DW_AT_stmt_list DW_FORM_data4 DW_AT_high_pc DW_FORM_addr diff --git a/gas/testsuite/gas/i386/dw2-compress-1.d b/gas/testsuite/gas/i386/dw2-compress-1.d index f47e58c..06057ca 100644 --- a/gas/testsuite/gas/i386/dw2-compress-1.d +++ b/gas/testsuite/gas/i386/dw2-compress-1.d @@ -7,7 +7,7 @@ Contents of the .zdebug_info section: Compilation Unit @ offset 0x0: Length: 0x4e \(32-bit\) Version: 2 - Abbrev Offset: 0 + Abbrev Offset: 0x0 Pointer Size: 4 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\) <c> DW_AT_stmt_list : 0x0 @@ -32,7 +32,7 @@ Contents of the .zdebug_info section: Contents of the .zdebug_abbrev section: - Number TAG + Number TAG \(0x0\) 1 DW_TAG_compile_unit \[has children\] DW_AT_stmt_list DW_FORM_data4 DW_AT_high_pc DW_FORM_addr |