diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-09-03 15:54:32 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-09-03 15:54:32 +0000 |
commit | 18464d4d31ffc294347280430c1302e576d98b47 (patch) | |
tree | 33adc8f6c214028abe34845092a892397ba406d8 /gas | |
parent | 14dba4b472beeb95c8018fedc795d9379b36e0a3 (diff) | |
download | gdb-18464d4d31ffc294347280430c1302e576d98b47.zip gdb-18464d4d31ffc294347280430c1302e576d98b47.tar.gz gdb-18464d4d31ffc294347280430c1302e576d98b47.tar.bz2 |
binutils/
* dwarf.c (regname): New declaration.
(decode_location_expression): Print for registers also regname output.
binutils/testsuite/
* binutils-all/objdump.W: Update DW_OP_reg5 expected output.
gas/testsuite/
* gas/elf/dwarf2-1.d: Update DW_OP_reg5 expected output.
* gas/elf/dwarf2-2.d: Likewise.
* gas/i386/dw2-compress-1.d: Likewise.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 | ||||
-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, 10 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 634f9e4..93c1b1d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,4 +1,10 @@ -2010-10-03 Kai Tietz <kai.tietz@onevision.com> +2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com> + + * gas/elf/dwarf2-1.d: Update DW_OP_reg5 expected output. + * gas/elf/dwarf2-2.d: Likewise. + * gas/i386/dw2-compress-1.d: Likewise. + +2010-09-03 Kai Tietz <kai.tietz@onevision.com> * gas/cfi/cfi-i386.d: Use objdump -Wf instead of readelf. * gas/cfi/cfi-i386.s: Remove .type directives. diff --git a/gas/testsuite/gas/elf/dwarf2-1.d b/gas/testsuite/gas/elf/dwarf2-1.d index f09d230..076b01d 100644 --- a/gas/testsuite/gas/elf/dwarf2-1.d +++ b/gas/testsuite/gas/elf/dwarf2-1.d @@ -24,7 +24,7 @@ Contents of the .debug_info section: <3c> DW_AT_type : <0x4a> <40> DW_AT_low_pc : 0x. <44> DW_AT_high_pc : 0x. - <48> DW_AT_frame_base : 1 byte block: 55 \(DW_OP_reg5\) + <48> DW_AT_frame_base : 1 byte block: 55 \(DW_OP_reg5 \([^()]*\)\) <1><4a>: Abbrev Number: 3 \(DW_TAG_base_type\) <4b> DW_AT_name : int <4f> DW_AT_byte_size : 4 diff --git a/gas/testsuite/gas/elf/dwarf2-2.d b/gas/testsuite/gas/elf/dwarf2-2.d index de87004..036aafc 100644 --- a/gas/testsuite/gas/elf/dwarf2-2.d +++ b/gas/testsuite/gas/elf/dwarf2-2.d @@ -24,7 +24,7 @@ Contents of the .debug_info section: <3c> DW_AT_type : <0x4a> <40> DW_AT_low_pc : 0x. <44> DW_AT_high_pc : 0x. - <48> DW_AT_frame_base : 1 byte block: 55 \(DW_OP_reg5\) + <48> DW_AT_frame_base : 1 byte block: 55 \(DW_OP_reg5 \([^()]*\)\) <1><4a>: Abbrev Number: 3 \(DW_TAG_base_type\) <4b> DW_AT_name : int <4f> DW_AT_byte_size : 4 diff --git a/gas/testsuite/gas/i386/dw2-compress-1.d b/gas/testsuite/gas/i386/dw2-compress-1.d index 1205ddf..71c9c70 100644 --- a/gas/testsuite/gas/i386/dw2-compress-1.d +++ b/gas/testsuite/gas/i386/dw2-compress-1.d @@ -24,7 +24,7 @@ Contents of the .zdebug_info section: <3c> DW_AT_type : <0x4a> <40> DW_AT_low_pc : 0x0 <44> DW_AT_high_pc : 0x4 - <48> DW_AT_frame_base : 1 byte block: 55 \(DW_OP_reg5\) + <48> DW_AT_frame_base : 1 byte block: 55 \(DW_OP_reg5 \([^()]*\)\) <1><4a>: Abbrev Number: 3 \(DW_TAG_base_type\) <4b> DW_AT_name : int <4f> DW_AT_byte_size : 4 |