cregit-Linux how code gets into the kernel

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

#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 flemingmatt fleming2764.29%150.00%
paul mundtpaul mundt1535.71%150.00%
Total42100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}