? bfd/doc/bfd.info ? gold/po/es.gmo ? gold/po/id.gmo Index: ld/testsuite/ld-elf/compress1.s =================================================================== RCS file: /cvs/src/src/ld/testsuite/ld-elf/compress1.s,v retrieving revision 1.1 diff -u -p -r1.1 compress1.s --- ld/testsuite/ld-elf/compress1.s 29 Oct 2010 12:10:39 -0000 1.1 +++ ld/testsuite/ld-elf/compress1.s 29 Mar 2011 21:19:59 -0000 @@ -37,13 +37,13 @@ func_cu2: .Lcu1_start: .2byte 2 /* DWARF Version */ .4byte .Labbrev1_begin /* Offset into abbrev section */ - .byte 4 /* Pointer size */ + .byte 8 /* Pointer size */ /* CU die */ .uleb128 1 /* Abbrev: DW_TAG_compile_unit */ .4byte .Lline1_begin /* DW_AT_stmt_list */ - .4byte .Lend_text1 /* DW_AT_high_pc */ - .4byte .Lbegin_text1 /* DW_AT_low_pc */ + .8byte .Lend_text1 /* DW_AT_high_pc */ + .8byte .Lbegin_text1 /* DW_AT_low_pc */ .ascii "file1.txt\0" /* DW_AT_name */ .ascii "GNU C 3.3.3\0" /* DW_AT_producer */ .byte 1 /* DW_AT_language (C) */ @@ -55,8 +55,8 @@ func_cu2: .byte 2 /* DW_AT_decl_line */ .ascii "func_cu2\0" /* DW_AT_name */ .4byte .Ltype_int-.Lcu1_begin /* DW_AT_type */ - .4byte .Lbegin_func_cu2 /* DW_AT_low_pc */ - .4byte .Lend_func_cu2 /* DW_AT_high_pc */ + .8byte .Lbegin_func_cu2 /* DW_AT_low_pc */ + .8byte .Lend_func_cu2 /* DW_AT_high_pc */ .byte 1 /* DW_AT_frame_base: length */ .byte 0x55 /* DW_AT_frame_base: DW_OP_reg5 */ @@ -114,9 +114,9 @@ func_cu2: .Lline1_lines: .byte 0 /* DW_LNE_set_address */ - .uleb128 5 + .uleb128 9 .byte 2 - .4byte .Lbegin_func_cu2 + .8byte .Lbegin_func_cu2 .byte 3 /* DW_LNS_advance_line */ .sleb128 3 /* ... to 4 */ @@ -126,9 +126,9 @@ func_cu2: .byte 1 /* DW_LNS_copy (second time as an end-of-prologue marker) */ .byte 0 /* DW_LNE_set_address */ - .uleb128 5 + .uleb128 9 .byte 2 - .4byte .Lend_func_cu2 + .8byte .Lend_func_cu2 .byte 0 /* DW_LNE_end_of_sequence */ .uleb128 1 @@ -202,15 +202,17 @@ func_cu2: .4byte 0x25 .string "func_cu2" .4byte 0x0 + .section .debug_aranges,"",%progbits - .4byte 0x1c - .2byte 0x2 - .4byte .Lcu1_begin - .byte 0x4 - .byte 0x0 - .2byte 0x0 - .2byte 0x0 - .4byte .Lbegin_text1 - .4byte .Lbegin_text1-.Lend_text1 - .4byte 0x0 - .4byte 0x0 + .4byte .Lar_end - .Lar_start /* Length of aranges. */ +.Lar_start: + .2byte 0x2 /* Dwarf version. */ + .4byte .Lcu1_begin /* Offset to debug_info. */ + .byte 0x8 /* Address size */ + .byte 0x0 /* Segment size. */ + .balign 8 + .8byte .Lbegin_text1 + .8byte .Lbegin_text1-.Lend_text1 + .8byte 0x0 + .8byte 0x0 +.Lar_end: Index: ld/testsuite/ld-elf/compress1a.d =================================================================== RCS file: /cvs/src/src/ld/testsuite/ld-elf/compress1a.d,v retrieving revision 1.2 diff -u -p -r1.2 compress1a.d --- ld/testsuite/ld-elf/compress1a.d 2 Nov 2010 13:47:44 -0000 1.2 +++ ld/testsuite/ld-elf/compress1a.d 29 Mar 2011 21:19:59 -0000 @@ -2,7 +2,6 @@ #as: --compress-debug-sections #ld: -e func_cu2 #readelf: -S --wide -#notarget: alpha-* #failif #... Index: ld/testsuite/ld-elf/group8a.d =================================================================== RCS file: /cvs/src/src/ld/testsuite/ld-elf/group8a.d,v retrieving revision 1.4 diff -u -p -r1.4 group8a.d --- ld/testsuite/ld-elf/group8a.d 18 Sep 2010 02:30:41 -0000 1.4 +++ ld/testsuite/ld-elf/group8a.d 29 Mar 2011 21:20:00 -0000 @@ -2,7 +2,7 @@ #ld: -r --gc-sections --entry foo #readelf: -g --wide #notarget: arc-*-* d30v-*-* dlx-*-* i960-*-* or32-*-* pj*-*-* -#notarget: alpha-*-* hppa64-*-* i370-*-* i860-*-* ia64-*-* mep-*-* mn10200-*-* +#notarget: hppa64-*-* i370-*-* i860-*-* ia64-*-* mep-*-* mn10200-*-* #xfail: cr16-*-* crx-*-* # generic linker targets don't support --gc-sections, nor do a bunch of others # cr16 and crx use non-standard scripts with memory regions, which don't play Index: ld/testsuite/ld-elf/group8b.d =================================================================== RCS file: /cvs/src/src/ld/testsuite/ld-elf/group8b.d,v retrieving revision 1.4 diff -u -p -r1.4 group8b.d --- ld/testsuite/ld-elf/group8b.d 18 Sep 2010 02:30:41 -0000 1.4 +++ ld/testsuite/ld-elf/group8b.d 29 Mar 2011 21:20:00 -0000 @@ -2,7 +2,7 @@ #ld: -r --gc-sections --entry bar #readelf: -g --wide #notarget: arc-*-* d30v-*-* dlx-*-* i960-*-* or32-*-* pj*-*-* -#notarget: alpha-*-* hppa64-*-* i370-*-* i860-*-* ia64-*-* mep-*-* mn10200-*-* +#notarget: hppa64-*-* i370-*-* i860-*-* ia64-*-* mep-*-* mn10200-*-* #xfail: cr16-*-* crx-*-* # generic linker targets don't support --gc-sections, nor do a bunch of others # cr16 and crx use non-standard scripts with memory regions, which don't play Index: ld/testsuite/ld-gc/start.s =================================================================== RCS file: /cvs/src/src/ld/testsuite/ld-gc/start.s,v retrieving revision 1.1 diff -u -p -r1.1 start.s --- ld/testsuite/ld-gc/start.s 8 Jan 2010 01:43:23 -0000 1.1 +++ ld/testsuite/ld-gc/start.s 29 Mar 2011 21:20:00 -0000 @@ -1,6 +1,6 @@ .globl _start _start: - .long __start__foo + .quad __start__foo .section _foo,"aw",%progbits foo: .long 1