mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
34a79995c4
There's no real need to emit these always: They're needed only if we indeed want to emit a localized symbol. Hence defer emission until we at least did the basic early checks that would lead to no such symbol getting emitted. This in particular avoids emitting such a symbol in the majority of (if not all) "ld -r" cases. I hope my set of cross build tests caught all the test cases needing adjustment - please forgive if I missed a few. bfd/ 2013-10-29 Jan Beulich <jbeulich@suse.com> * elflink.c (struct elf_outext_info): Add field file_sym_done. (bfd_elf_final_link): Initialize new field. Move fake STT_FILE symbol emission from here ... (elf_link_output_extsym): ... to here. gas/testsuite/ 2013-10-29 Jan Beulich <jbeulich@suse.com> * gas/microblaze/relax_size.elf: Drop expectation of no longer present STT_FILE symbol. * gas/microblaze/relax_size2.elf: Likewise. ld/testsuite/ 2013-10-29 Jan Beulich <jbeulich@suse.com> * ld-cris/tls-e-tpoffcomm1.d: Drop expectation of no longer present STT_FILE symbol. * ld-mmix/bpo-18.d: Likewise. * ld-mmix/bpo-22.d: Likewise. * ld-mmix/greg-6.d: Likewise. * ld-mmix/greg-7.d: Likewise. * ld-mmix/loc4.d: Likewise. * ld-mmix/local1.d: Likewise. * ld-mmix/local3.d: Likewise. * ld-mmix/local5.d: Likewise. * ld-mmix/local7.d: Likewise. * ld-mmix/loct-1.d: Likewise. * ld-sh/sh64/abi32.xd: Likewise. * ld-sh/sh64/abi64.xd: Likewise. * ld-sh/sh64/cmpct1.xd: Likewise. * ld-sh/sh64/crange1.rd: Likewise. * ld-sh/sh64/crange2.rd: Likewise. * ld-sh/sh64/crange3-cmpct.rd: Likewise. * ld-sh/sh64/crange3-media.rd: Likewise. * ld-sh/sh64/crange3.rd: Likewise. * ld-sh/sh64/crangerel1.rd: Likewise. * ld-sh/sh64/crangerel2.rd: Likewise. * ld-sh/sh64/mix1.xd: Likewise. * ld-sh/sh64/mix2.xd: Likewise. * ld-sh/sh64/shdl32.xd: Likewise. * ld-sh/sh64/shdl64.xd: Likewise.
54 lines
2.0 KiB
Plaintext
54 lines
2.0 KiB
Plaintext
|
|
.*: file format .*-sh64
|
|
.*
|
|
architecture: sh5, flags 0x00000112:
|
|
EXEC_P, HAS_SYMS, D_PAGED
|
|
start address 0x0+1001
|
|
|
|
Program Header:
|
|
LOAD off 0x0+100 vaddr 0x0+1000 paddr 0x0+1000 align 2\*\*7
|
|
filesz 0x0+44 memsz 0x0+44 flags r-x
|
|
LOAD off 0x0+148 vaddr 0x0+10c8 paddr 0x0+10c8 align 2\*\*7
|
|
filesz 0x0+10 memsz 0x0+10 flags rw-
|
|
LOAD off 0x0+180 vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*7
|
|
filesz 0x0+4 memsz 0x0+4 flags rw-
|
|
|
|
Sections:
|
|
Idx Name Size VMA LMA File off Algn
|
|
0 \.text 00000034 0+1000 0+1000 00000100 2\*\*2
|
|
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
|
1 \.rodata 00000010 0+1034 0+1034 00000134 2\*\*2
|
|
CONTENTS, ALLOC, LOAD, READONLY, DATA
|
|
2 \.data 00000010 0+10c8 0+10c8 00000148 2\*\*2
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
3 \.stack 00000004 0+80000 0+80000 00000180 2\*\*0
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
4 \.cranges 00000014 0+ 0+ 00000184 2\*\*0
|
|
CONTENTS, DEBUGGING, SORT_ENTRIES
|
|
SYMBOL TABLE:
|
|
0+1000 l d \.text 0+ (|\.text)
|
|
0+1034 l d \.rodata 0+ (|\.rodata)
|
|
0+10c8 l d \.data 0+ (|\.data)
|
|
0+80000 l d \.stack 0+ (|\.stack)
|
|
0+ l d \.cranges 0+ (|\.cranges)
|
|
0+ l df \*ABS\* 0+ .*
|
|
0+1020 l \.text 0+ locallabel
|
|
0+1040 g \.rodata 0+ compactlabel4
|
|
0+101c g \.text 0+ 0x04 medialabel2
|
|
0+1038 g \.rodata 0+ medialabel3
|
|
0+1022 g \.text 0+ compactlabel1
|
|
0+1024 g \.text 0+ compactlabel2
|
|
0+1028 g \.text 0+ compactlabel3
|
|
0+1010 g \.text 0+ 0x04 medialabel1
|
|
0+10c8 g .* 0+ ___dtors
|
|
0+10cc g \.data 0+ medialabel4
|
|
0+10d8 g \.data 0+ __bss_start
|
|
0+10c8 g .* 0+ ___ctors_end
|
|
0+10d4 g \.data 0+ compactlabel5
|
|
0+10c8 g .* 0+ ___ctors
|
|
0+10d8 g \.data 0+ _edata
|
|
0+10d8 g \.data 0+ _end
|
|
0+1000 g \.text 0+ 0x04 start
|
|
0+80000 g \.stack 0+ _stack
|
|
0+10c8 g .* 0+ ___dtors_end
|