3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
11 /* Read-only sections, merged into text segment: */
15 arch/powerpc/cpu/mpc8xx/start.o (.text*)
16 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
18 /*. = DEFINED(env_offset) ? env_offset : .;*/
19 common/env_embedded.o (.ppcenv*)
27 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
30 /* Read-write section, merged into data segment: */
31 . = (. + 0x0FFF) & 0xFFFFF000;
33 PROVIDE (erotext = .);
39 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
43 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
44 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
58 KEEP(*(SORT(.u_boot_list*)));
63 __start___ex_table = .;
64 __ex_table : { *(__ex_table) }
65 __stop___ex_table = .;
69 .text.init : { *(.text.init) }
70 .data.init : { *(.data.init) }