mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
ffbc01ccf0
* elflink.c (elf_link_input_bfd): Provide a file symbol for each input file with local syms, if the input lacks such. (bfd_elf_final_link): Add a file symbol to mark end of locals for which we can associate with input files. (struct elf_final_link_info): Add filesym_count field. (struct elf_outext_info): Add need_second_pass and second_pass. (elf_link_output_extsym): Detect symbols defined in the output file, emit them on second pass over locals. ld/testsuite/ Update to suit added STT_FILE symbols.
28 lines
577 B
Makefile
28 lines
577 B
Makefile
#source: start.s
|
|
#source: bpo-1.s
|
|
#source: bpo-3.s
|
|
#source: bpo-2.s
|
|
#as: -linker-allocated-gregs
|
|
#ld: -m elf64mmix
|
|
#objdump: -st
|
|
|
|
# Three linker-allocated GREGs: one eliminated.
|
|
|
|
.*: file format elf64-mmix
|
|
|
|
SYMBOL TABLE:
|
|
0+ l d \.text 0+ (|\.text)
|
|
0+7e8 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
|
|
#...
|
|
0+4 l \.text 0+ x
|
|
#...
|
|
0+ g \.text 0+ _start
|
|
#...
|
|
0+c g \.text 0+ y
|
|
#...
|
|
|
|
Contents of section \.text:
|
|
0000 e3fd0001 232afd1a 8f79fe00 2321fd00 .*
|
|
Contents of section \.MMIX\.reg_contents:
|
|
07e8 00000000 00000014 00000000 00000133 .*
|