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 #ifdef CONFIG_PPC64_BOOT_WRAPPER
49 .interp : { *(.interp) }
52 #ifdef CONFIG_PPC64_BOOT_WRAPPER
67 .kernel:vmlinux.strip :
70 *(.kernel:vmlinux.strip)