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 */
19 arch/powerpc/cpu/mpc8xx/start.o (.text*)
20 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
21 net/built-in.o (.text*)
22 arch/powerpc/cpu/mpc8xx/built-in.o (.text*)
25 . = DEFINED(env_offset) ? env_offset : .;
26 common/env_embedded.o (.ppcenv*)
34 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
37 /* Read-write section, merged into data segment: */
38 . = (. + 0x0FF) & 0xFFFFFF00;
40 PROVIDE (erotext = .);
46 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
50 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
51 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
65 KEEP(*(SORT(.u_boot_list*)));
70 __start___ex_table = .;
71 __ex_table : { *(__ex_table) }
72 __stop___ex_table = .;
76 .text.init : { *(.text.init) }
77 .data.init : { *(.data.init) }