cregit-Linux how code gets into the kernel

Release 4.14 arch/sh/include/asm/vmlinux.lds.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_VMLINUX_LDS_H

#define __ASM_SH_VMLINUX_LDS_H

#include <asm-generic/vmlinux.lds.h>

#ifdef CONFIG_DWARF_UNWINDER

#define DWARF_EH_FRAME							\
	.eh_frame : AT(ADDR(.eh_frame) - LOAD_OFFSET) {                 \
                  VMLINUX_SYMBOL(__start_eh_frame) = .;                 \
                  *(.eh_frame)                                          \
                  VMLINUX_SYMBOL(__stop_eh_frame) = .;                  \
        }
#else

#define DWARF_EH_FRAME
#endif

#ifdef CONFIG_SUPERH64

#define EXTRA_TEXT		\
	*(.text64)              \
        *(.text..SHmedia32)
#else

#define EXTRA_TEXT
#endif

#endif /* __ASM_SH_VMLINUX_LDS_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Matt Fleming2762.79%133.33%
Paul Mundt1534.88%133.33%
Greg Kroah-Hartman12.33%133.33%
Total43100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.