Linux 6.13-rc4
[linux.git] / arch / sh / include / asm / vmlinux.lds.h
blob8d96c4f9b35b888c03ea27db758cdb664815f445
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_SH_VMLINUX_LDS_H
3 #define __ASM_SH_VMLINUX_LDS_H
5 #include <asm-generic/vmlinux.lds.h>
7 #ifdef CONFIG_DWARF_UNWINDER
8 #define DWARF_EH_FRAME \
9 .eh_frame : AT(ADDR(.eh_frame) - LOAD_OFFSET) { \
10 __start_eh_frame = .; \
11 *(.eh_frame) \
12 __stop_eh_frame = .; \
14 #else
15 #define DWARF_EH_FRAME
16 #endif
18 #endif /* __ASM_SH_VMLINUX_LDS_H */