mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-08 14:54:23 +08:00
11 lines
163 B
ArmAsm
11 lines
163 B
ArmAsm
|
PHDRS
|
||
|
{
|
||
|
text PT_LOAD FILEHDR PHDRS FLAGS (7);
|
||
|
data PT_LOAD FLAGS (7);
|
||
|
}
|
||
|
#ifdef CONFIG_SUN3
|
||
|
#include "vmlinux-sun3.lds"
|
||
|
#else
|
||
|
#include "vmlinux-std.lds"
|
||
|
#endif
|