diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.W | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index b8cee24b..9615e57 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-01-29 Nick Clifton <nickc@redhat.com> + + * binutils-all/objdump.W: Do not assume that high and low PC + addresses will have been computed. + 2008-10-06 Tom Tromey <tromey@redhat.com> * binutils-all/objdump.W: Update. diff --git a/binutils/testsuite/binutils-all/objdump.W b/binutils/testsuite/binutils-all/objdump.W index 7617470..1c7e6a9 100644 --- a/binutils/testsuite/binutils-all/objdump.W +++ b/binutils/testsuite/binutils-all/objdump.W @@ -10,8 +10,8 @@ Contents of the .debug_info section: Pointer Size: 4 <0><b>: Abbrev Number: 1 \(DW_TAG_compile_unit\) < c> DW_AT_stmt_list : 0x0 - <10> DW_AT_high_pc : 0x8 - <14> DW_AT_low_pc : 0x4 + <10> DW_AT_high_pc : 0x. + <14> DW_AT_low_pc : 0x. <18> DW_AT_name : file1.txt <22> DW_AT_producer : GNU C 3.3.3 <2e> DW_AT_language : 1 \(ANSI C\) @@ -21,8 +21,8 @@ Contents of the .debug_info section: <32> DW_AT_decl_line : 2 <33> DW_AT_name : func_cu1 <3c> DW_AT_type : <0x4a> - <40> DW_AT_low_pc : 0x4 - <44> DW_AT_high_pc : 0x8 + <40> DW_AT_low_pc : 0x. + <44> DW_AT_high_pc : 0x. <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 |