2 * (C) Copyright 2001-2010
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
12 /* Read-only sections, merged into text segment: */
16 arch/powerpc/cpu/mpc8xx/start.o (.text*)
17 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
25 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
28 /* Read-write section, merged into data segment: */
29 . = (. + 0x0FF) & 0xFFFFFF00;
31 PROVIDE (erotext = .);
37 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
41 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
42 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
56 KEEP(*(SORT(.u_boot_list*)));
61 __start___ex_table = .;
62 __ex_table : { *(__ex_table) }
63 __stop___ex_table = .;
67 .text.init : { *(.text.init) }
68 .data.init : { *(.data.init) }