mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
6ab3d5624e
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>
10 lines
163 B
ArmAsm
10 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
|