mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-15 03:48:11 +08:00
* 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.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user