2 * Linker command file for the GEN860T board.
4 * (C) Copyright 2000-2010
5 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7 * SPDX-License-Identifier: GPL-2.0+
14 * Read-only sections, merged into text segment:
19 arch/powerpc/cpu/mpc8xx/start.o (.text*)
20 arch/powerpc/cpu/mpc8xx/traps.o (.text*)
28 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
32 * Read-write section, merged into data segment:
34 . = (. + 0x00FF) & 0xFFFFFF00;
36 PROVIDE (erotext = .);
42 PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4);
46 __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1;
47 __fixup_entries = (. - _FIXUP_TABLE_)>>2;
61 KEEP(*(SORT(.u_boot_list*)));
66 __start___ex_table = .;
67 __ex_table : { *(__ex_table) }
68 __stop___ex_table = .;
72 .text.init : { *(.text.init) }
73 .data.init : { *(.data.init) }