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.
44 lines
1.6 KiB
Text
44 lines
1.6 KiB
Text
|
|
.*: file format .*-sh64
|
|
.*
|
|
architecture: sh5, flags 0x00000112:
|
|
EXEC_P, HAS_SYMS, D_PAGED
|
|
start address 0x0+1000
|
|
|
|
Program Header:
|
|
LOAD off 0x0+100 vaddr 0x0+1000 paddr 0x0+1000 align 2\*\*7
|
|
filesz 0x0+48 memsz 0x0+48 flags r-x
|
|
LOAD off 0x0+148 vaddr 0x0+10c8 paddr 0x0+10c8 align 2\*\*7
|
|
filesz 0x0+c memsz 0x0+c 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 00000048 0+1000 0+1000 00000100 2\*\*2
|
|
CONTENTS, ALLOC, LOAD, READONLY, CODE
|
|
1 \.data 0000000c 0+10c8 0+10c8 00000148 2\*\*2
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
2 \.stack 00000004 0+80000 0+80000 00000180 2\*\*0
|
|
CONTENTS, ALLOC, LOAD, DATA
|
|
3 \.cranges 00000014 0+ 0+ 00000184 2\*\*0
|
|
CONTENTS, DEBUGGING, SORT_ENTRIES
|
|
SYMBOL TABLE:
|
|
0+1000 l d \.text 0+ (|\.text)
|
|
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+1008 l \.text 0+ forw
|
|
0+1004 l \.text 0+ start2
|
|
0+1030 l \.text 0+ 0x04 mediacode2
|
|
0+1018 l \.text 0+ 0x04 mediacode
|
|
0+ l df \*ABS\* 0+ .*
|
|
0+10c8 g .* 0+ ___dtors
|
|
0+10d8 g \.data 0+ __bss_start
|
|
0+10c8 g .* 0+ ___ctors_end
|
|
0+10c8 g .* 0+ ___ctors
|
|
0+10d8 g \.data 0+ _edata
|
|
0+10d8 g \.data 0+ _end
|
|
0+1000 g \.text 0+ start
|
|
0+80000 g \.stack 0+ _stack
|
|
0+10c8 g .* 0+ ___dtors_end
|