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*)
22 lib/libgeneric.o (.text*)
24 arch/powerpc/cpu/mpc8xx/libmpc8xx.o (.text*)
25 arch/powerpc/lib/libpowerpc.o (.text*)
28 common/env_embedded.o (.text*)
36 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
39 /* Read-write section, merged into data segment: */
40 . = (. + 0x00FF) & 0xFFFFFF00;
42 PROVIDE (erotext = .);
48 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
52 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
53 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
67 KEEP(*(SORT(.u_boot_list*)));
71 __start___ex_table = .;
72 __ex_table : { *(__ex_table) }
73 __stop___ex_table = .;
77 .text.init : { *(.text.init) }
78 .data.init : { *(.data.init) }