d2667025dd
* ldlang.h (lang_output_section_statement_type): Add after_end field. (lang_abs_symbol_at_beginning_of, lang_abs_symbol_at_end_of): Delete. (section_for_dot): Declare. * ldlang.c (lang_size_sections_1): Correct comment. (current_section): Move earlier. (current_assign, prefer_next_section): New static vars. (lang_do_assignments_1): Add found_end param. Detect _end assignment to set found_end. Set os->after_end. Set above statics. (lang_do_assignments): Adjust lang_do_assignments_1 call. Init vars. (section_for_dot): New function. (lang_set_startof): Don't make an absolute symbol. (lang_abs_symbol_at_beginning_of, lang_abs_symbol_at_end_of): Delete. * ldexp.c (new_rel_from_abs): Use section_for_dot. * emultempl/lnk960.em (symbol_at_beginning_of): New function. (symbol_at_end_of): Likewise. (lnk960_after_allocation): Use them. * scripttempl/elf.sc: Precede OTHER_GOT_SYMBOLS with . = .; and likewise before __bss_start. ld/testsuite/ Update far too many tests.
38 lines
1.3 KiB
Text
38 lines
1.3 KiB
Text
|
|
.*: file format .*-sh64
|
|
.*
|
|
architecture: sh5, flags 0x00000112:
|
|
EXEC_P, HAS_SYMS, D_PAGED
|
|
start address 0x0+1000
|
|
|
|
Program Header:
|
|
LOAD off 0x0+80 vaddr 0x0+1000 paddr 0x0+1000 align 2\*\*7
|
|
filesz 0x0+14 memsz 0x0+14 flags r-x
|
|
LOAD off 0x0+100 vaddr 0x0+80000 paddr 0x0+80000 align 2\*\*7
|
|
filesz 0x00000004 memsz 0x00000004 flags rw-
|
|
|
|
Sections:
|
|
Idx Name Size VMA LMA File off Algn
|
|
0 \.text 00000008 0+1000 0+1000 00000080 2\*\*0
|
|
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
|
1 \.rodata 0000000c 0+1008 0+1008 00000088 2\*\*2
|
|
CONTENTS, ALLOC, LOAD, READONLY, DATA
|
|
2 \.stack 00000004 0+80000 0+80000 00000100 2\*\*0
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
SYMBOL TABLE:
|
|
0+1000 l d \.text 0+ (|\.text)
|
|
0+1008 l d \.rodata 0+ (|\.rodata)
|
|
0+80000 l d \.stack 0+ (|\.stack)
|
|
0+ l df \*ABS\* 0+ .*
|
|
0+1004 l \.text 0+ next
|
|
0+100c l \.rodata 0+ here
|
|
0+ l df \*ABS\* 0+ .*
|
|
0+1098 g .* 0+ ___dtors
|
|
0+1098 g \.rodata 0+ __bss_start
|
|
0+1098 g .* 0+ ___ctors_end
|
|
0+1098 g .* 0+ ___ctors
|
|
0+1098 g \.rodata 0+ _edata
|
|
0+1098 g \.rodata 0+ _end
|
|
0+1000 g \.text 0+ start
|
|
0+80000 g \.stack 0+ _stack
|
|
0+1098 g .* 0+ ___dtors_end
|