2 * (C) Copyright 2001-2003
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * Modified by Yuli Barcohen <yuli@arabellasw.com>
7 * SPDX-License-Identifier: GPL-2.0+
13 /* Read-only sections, merged into text segment: */
17 arch/powerpc/cpu/mpc8xx/start.o (.text*)
18 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
21 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
24 /* Read-write section, merged into data segment: */
25 . = (. + 0x0FFF) & 0xFFFFF000;
27 PROVIDE (erotext = .);
33 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
37 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
38 __fixup_entries = (. - _FIXUP_TABLE_) >> 2;
52 KEEP(*(SORT(.u_boot_list*)));
57 __start___ex_table = .;
58 __ex_table : { *(__ex_table) }
59 __stop___ex_table = .;
63 .text.init : { *(.text.init) }
64 .data.init : { *(.data.init) }