mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +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.
29 lines
577 B
Makefile
29 lines
577 B
Makefile
#source: greg-1.s
|
|
#source: gregldo1.s
|
|
#source: start.s
|
|
#ld: -m elf64mmix
|
|
#objdump: -dt
|
|
|
|
# Most simple greg usage: relocate to each possible location within an
|
|
# insn.
|
|
|
|
.*: file format elf64-mmix
|
|
|
|
SYMBOL TABLE:
|
|
0+ l d \.text 0+ (|\.text)
|
|
0+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
|
|
#...
|
|
0+c g \.text 0+ _start
|
|
0+fe g \*REG\* 0+ areg
|
|
#...
|
|
|
|
Disassembly of section \.text:
|
|
|
|
0+ <_start-0xc>:
|
|
0: 8c0c20fe ldo \$12,\$32,\$254
|
|
4: 8d7bfe22 ldo \$123,\$254,34
|
|
8: 8dfeea38 ldo \$254,\$234,56
|
|
|
|
0+c <_start>:
|
|
c: e3fd0001 setl \$253,0x1
|