2 * (C) Copyright 2001-2007
3 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 * SPDX-License-Identifier: GPL-2.0+
9 /* Do we need any of these for elf?
13 /* Read-only sections, merged into text segment: */
16 arch/powerpc/cpu/mpc824x/start.o (.text*)
17 lib/built-in.o (.text*)
18 net/built-in.o (.text*)
19 drivers/pci/built-in.o (.text*)
20 arch/powerpc/cpu/mpc824x/built-in.o (.text*)
21 board/mvblue/built-in.o (.text*)
22 arch/powerpc/lib/built-in.o (.text*)
24 . = DEFINED(env_offset) ? env_offset : .;
25 common/env_embedded.o (.ppcenv*)
29 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
32 /* Read-write section, merged into data segment: */
33 . = (. + 0x0FFF) & 0xFFFFF000;
35 PROVIDE (erotext = .);
41 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
45 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
46 __fixup_entries = (. - _FIXUP_TABLE_) >> 2;
60 KEEP(*(SORT(.u_boot_list*)));
65 __start___ex_table = .;
66 __ex_table : { *(__ex_table) }
67 __stop___ex_table = .;
71 .text.init : { *(.text.init) }
72 .data.init : { *(.data.init) }