2 * (C) Copyright 2000-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 /* WARNING - the following is hand-optimized to fit within */
17 /* the sector layout of our flash chips! XXX FIXME XXX */
18 arch/powerpc/cpu/mpc8xx/start.o (.text*)
19 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
27 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
30 /* Read-write section, merged into data segment: */
31 . = (. + 0x00FF) & 0xFFFFFF00;
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) }
84 . = ALIGN(128 * 1024);
87 common/env_embedded.o (.ppcenv)