3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
12 /* Read-only sections, merged into text segment: */
15 arch/m68k/cpu/mcf547x_8x/start.o (.text*)
23 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
26 /* Read-write section, merged into data segment: */
27 . = (. + 0x00FF) & 0xFFFFFF00;
29 PROVIDE (erotext = .);
41 __got2_entries = (_FIXUP_TABLE_ - _GOT2_TABLE_) >>2;
42 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
56 KEEP(*(SORT(.u_boot_list*)));
60 __start___ex_table = .;
61 __ex_table : { *(__ex_table) }
62 __stop___ex_table = .;
66 .text.init : { *(.text.init) }
67 .data.init : { *(.data.init) }