cde9e0be8b
PR 3052 * ldlang.h (lang_output_section_statement_type): Replace "processed" field with "processed_vma" and "processed_lma". * ldlang.c (lang_do_assignments_1): Move lma setting code.. (lang_size_sections_1): ..to here. (lang_reset_memory_regions): Adjust for lang_output_section_statement_type change. * ldexp.c (fold_name): Likewise. And this is something I forgot the check in from the previous patch. ld/testsuite/ * ld-scripts/overlay-size-map.d: Adjust.
23 lines
356 B
Makefile
23 lines
356 B
Makefile
#...
|
|
\.bss1 *0x0*20000 *0x10
|
|
#...
|
|
\.bss2 *0x0*20000 *0x30
|
|
#...
|
|
\.bss3 *0x0*20000 *0x20
|
|
#...
|
|
\.mtext *0x0*10000 *0x20
|
|
#...
|
|
\.mbss *0x0*20030 *0x230 load address 0x0*20060
|
|
#...
|
|
\.text1 *0x0*10020 *0x80
|
|
#...
|
|
\.text2 *0x0*10020 *0x40
|
|
#...
|
|
\.text3 *0x0*10020 *0x20
|
|
#...
|
|
\.data1 *0x0*20260 *0x30
|
|
#...
|
|
\.data2 *0x0*20260 *0x40
|
|
#...
|
|
\.data3 *0x0*20260 *0x50
|
|
#pass
|