| * (C) Copyright 2000-2010 |
| * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| * SPDX-License-Identifier: GPL-2.0+ |
| /* Read-only sections, merged into text segment: */ |
| arch/powerpc/cpu/mpc8xx/start.o (.text*) |
| arch/powerpc/cpu/mpc8xx/traps.o (.text*) |
| *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) |
| /* Read-write section, merged into data segment: */ |
| . = (. + 0x00FF) & 0xFFFFFF00; |
| PROVIDE(_GLOBAL_OFFSET_TABLE_ = . + 4); |
| __got2_entries = ((_GLOBAL_OFFSET_TABLE_ - _GOT2_TABLE_) >> 2) - 1; |
| __fixup_entries = (. - _FIXUP_TABLE_)>>2; |
| KEEP(*(SORT(.u_boot_list*))); |
| __ex_table : { *(__ex_table) } |
| .text.init : { *(.text.init) } |
| .data.init : { *(.data.init) } |