| /* SPDX-License-Identifier: GPL-2.0+ */ |
| * Sergey Kostanbaev <sergey.kostanbaev <at> fairwaves.ru> |
| * Copyright (c) 2004-2008 Texas Instruments |
| * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> |
| OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") |
| arch/arm/cpu/arm920t/start.o (.text*) |
| .rodata : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) } |
| KEEP(*(SORT(.u_boot_list*))); |
| * Deprecated: this MMU section is used by pxa at present but |
| * should not be used by new boards/CPUs. |
| * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c |
| * __bss_base and __bss_limit are for linker only (overlay ordering) |
| .bss_start __rel_dyn_start (OVERLAY) : { |
| .bss __bss_base (OVERLAY) : { |
| .bss_end __bss_limit (OVERLAY) : { |
| .dynsym _image_binary_end : { *(.dynsym) } |
| .dynstr : { *(.dynstr*) } |
| .dynamic : { *(.dynamic*) } |
| .interp : { *(.interp*) } |
| .gnu.hash : { *(.gnu.hash) } |
| .ARM.exidx : { *(.ARM.exidx*) } |
| .gnu.linkonce.armexidx : { *(.gnu.linkonce.armexidx.*) } |