diff options
author | Nick Clifton <nickc@redhat.com> | 2009-01-29 09:03:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-01-29 09:03:13 +0000 |
commit | ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72 (patch) | |
tree | 4ebd4ab8d2618f413c454720f89e691035e3b2c1 /binutils | |
parent | 4a6bc624b3e7401b22b60aaa28715e128c678d82 (diff) | |
download | gdb-ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72.zip gdb-ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72.tar.gz gdb-ec0c103cff45e1e96cc8c97c7989c1d8f6c53d72.tar.bz2 |
* config/tc-mep.h (DIFF_EXPR_OK): Do not define.
* gas/all/gas.exp: Expect forward test to fail for MeP.
Expect relax test to fail for MeP.
* gas/mep/relocs.d: Update expected disassembly.
* lib/ld-lib.exp (check_gc_sections_available): Add MeP to list of
targets which do not support garbage collection.
* ld-srec/srec.exp (run_srec_test): Expect tests to fail for MeP.
* ld-elf/group8a.d: Likewise.
* ld-elf/group8b.d: Likewise.
* ld-elf/group9a.d: Likewise.
* ld-elf/group9b.d: Likewise.
* binutils-all/objdump.W: Do not assume that high and low PC
addresses will have been computed.
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 |