1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <asm-generic/vmlinux.lds.h>
4 #ifdef CONFIG_PPC64_BOOT_WRAPPER
5 OUTPUT_ARCH(powerpc:common64)
7 OUTPUT_ARCH(powerpc:common)
26 #ifndef CONFIG_PPC64_BOOT_WRAPPER
30 .dynsym : { *(.dynsym) }
31 .dynstr : { *(.dynstr) }
38 .interp : { *(.interp) }
41 #ifdef CONFIG_PPC64_BOOT_WRAPPER
56 .kernel:vmlinux.strip :
59 *(.kernel:vmlinux.strip)
71 #ifdef CONFIG_PPC64_BOOT_WRAPPER