Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
kernel_linux
提交
49e6c3e7
K
kernel_linux
项目概览
OpenHarmony
/
kernel_linux
上一次同步 4 年多
通知
15
Star
8
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
kernel_linux
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
49e6c3e7
编写于
11月 11, 2007
作者:
P
Paul Mundt
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
sh: Split out linker script to _32 and _64 variants.
Signed-off-by:
N
Paul Mundt
<
lethal@linux-sh.org
>
上级
1b6cf817
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
141 addition
and
137 deletion
+141
-137
arch/sh/kernel/vmlinux.lds.S
arch/sh/kernel/vmlinux.lds.S
+3
-136
arch/sh/kernel/vmlinux_32.lds.S
arch/sh/kernel/vmlinux_32.lds.S
+138
-0
arch/sh/kernel/vmlinux_64.lds.S
arch/sh/kernel/vmlinux_64.lds.S
+0
-1
未找到文件。
arch/sh/kernel/vmlinux.lds.S
浏览文件 @
49e6c3e7
/*
*
ld
script
to
make
SuperH
Linux
kernel
*
Written
by
Niibe
Yutaka
*/
#include <asm/thread_info.h>
#include <asm/cache.h>
#include <asm-generic/vmlinux.lds.h>
#ifdef CONFIG_CPU_LITTLE_ENDIAN
OUTPUT_FORMAT
("
elf32
-
sh
-
linux
",
"
elf32
-
sh
-
linux
",
"elf32-sh-linux"
)
#ifdef CONFIG_SUPERH32
# include "vmlinux_32.lds.S"
#else
OUTPUT_FORMAT
("
elf32
-
shbig
-
linux
",
"
elf32
-
shbig
-
linux
",
"elf32-shbig-linux"
)
# include "vmlinux_64.lds.S"
#endif
OUTPUT_ARCH
(
sh
)
ENTRY
(
_start
)
SECTIONS
{
.
=
CONFIG_PAGE_OFFSET
+
CONFIG_MEMORY_START
+
CONFIG_ZERO_PAGE_OFFSET
;
_text
=
.
; /* Text and read-only data */
.
empty_zero_page
:
{
*(.
empty_zero_page
)
}
=
0
.
text
:
{
*(.
text.head
)
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
KPROBES_TEXT
*(.
fixup
)
*(.
gnu.warning
)
}
=
0x0009
.
=
ALIGN
(
16
)
; /* Exception table */
__start___ex_table
=
.
;
__ex_table
:
{
*(
__ex_table
)
}
__stop___ex_table
=
.
;
_etext
=
.
; /* End of text section */
BUG_TABLE
NOTES
RO_DATA
(
PAGE_SIZE
)
.
=
ALIGN
(
THREAD_SIZE
)
;
.
data
:
{
/*
Data
*/
*(.
data.
init_task
)
.
=
ALIGN
(
L1_CACHE_BYTES
)
;
*(.
data.
cacheline_aligned
)
.
=
ALIGN
(
L1_CACHE_BYTES
)
;
*(.
data.
read_mostly
)
.
=
ALIGN
(
PAGE_SIZE
)
;
*(.
data.
page_aligned
)
__nosave_begin
=
.
;
*(.
data.nosave
)
.
=
ALIGN
(
PAGE_SIZE
)
;
__nosave_end
=
.
;
DATA_DATA
CONSTRUCTORS
}
_edata
=
.
; /* End of data section */
.
=
ALIGN
(
PAGE_SIZE
)
; /* Init code and data */
__init_begin
=
.
;
_sinittext
=
.
;
.
init.text
:
{
*(
.
init
.
text
)
}
_einittext
=
.
;
.
init.data
:
{
*(
.
init
.
data
)
}
.
=
ALIGN
(
16
)
;
__setup_start
=
.
;
.
init.setup
:
{
*(
.
init
.
setup
)
}
__setup_end
=
.
;
__initcall_start
=
.
;
.
initcall.init
:
{
INITCALLS
}
__initcall_end
=
.
;
__con_initcall_start
=
.
;
.
con_initcall
.
init
:
{
*(
.
con_initcall
.
init
)
}
__con_initcall_end
=
.
;
SECURITY_INIT
#ifdef CONFIG_BLK_DEV_INITRD
.
=
ALIGN
(
PAGE_SIZE
)
;
__initramfs_start
=
.
;
.
init.ramfs
:
{
*(
.
init
.
ramfs
)
}
__initramfs_end
=
.
;
#endif
.
=
ALIGN
(
4
)
;
__machvec_start
=
.
;
.
machvec.init
:
{
*(
.
machvec
.
init
)
}
__machvec_end
=
.
;
PERCPU
(
PAGE_SIZE
)
/
*
*
.
exit
.
text
is
discarded
at
runtime
,
not
link
time
,
to
deal
with
*
references
from
__bug_table
*/
.
exit.text
:
{
*(
.
exit
.
text
)
}
.
exit.data
:
{
*(
.
exit
.
data
)
}
.
=
ALIGN
(
PAGE_SIZE
)
;
.
bss
:
{
__init_end
=
.
;
__bss_start
=
.
; /* BSS */
*(.
bss.
page_aligned
)
*(.
bss
)
*(
COMMON
)
.
=
ALIGN
(
4
)
;
_ebss
=
.
; /* uClinux MTD sucks */
_end
=
.
;
}
/
*
*
When
something
in
the
kernel
is
NOT
compiled
as
a
module
,
the
*
module
cleanup
code
and
data
are
put
into
these
segments
.
Both
*
can
then
be
thrown
away
,
as
cleanup
code
is
never
called
unless
*
it
's a module.
*/
/
DISCARD
/
:
{
*(.
exitcall.exit
)
}
STABS_DEBUG
DWARF_DEBUG
}
arch/sh/kernel/vmlinux_32.lds.S
0 → 100644
浏览文件 @
49e6c3e7
/*
*
ld
script
to
make
SuperH
Linux
kernel
*
Written
by
Niibe
Yutaka
*/
#include <asm/thread_info.h>
#include <asm/cache.h>
#include <asm-generic/vmlinux.lds.h>
#ifdef CONFIG_CPU_LITTLE_ENDIAN
OUTPUT_FORMAT
("
elf32
-
sh
-
linux
",
"
elf32
-
sh
-
linux
",
"elf32-sh-linux"
)
#else
OUTPUT_FORMAT
("
elf32
-
shbig
-
linux
",
"
elf32
-
shbig
-
linux
",
"elf32-shbig-linux"
)
#endif
OUTPUT_ARCH
(
sh
)
ENTRY
(
_start
)
SECTIONS
{
.
=
CONFIG_PAGE_OFFSET
+
CONFIG_MEMORY_START
+
CONFIG_ZERO_PAGE_OFFSET
;
_text
=
.
; /* Text and read-only data */
.
empty_zero_page
:
{
*(.
empty_zero_page
)
}
=
0
.
text
:
{
*(.
text.head
)
TEXT_TEXT
SCHED_TEXT
LOCK_TEXT
KPROBES_TEXT
*(.
fixup
)
*(.
gnu.warning
)
}
=
0x0009
.
=
ALIGN
(
16
)
; /* Exception table */
__start___ex_table
=
.
;
__ex_table
:
{
*(
__ex_table
)
}
__stop___ex_table
=
.
;
_etext
=
.
; /* End of text section */
BUG_TABLE
NOTES
RO_DATA
(
PAGE_SIZE
)
.
=
ALIGN
(
THREAD_SIZE
)
;
.
data
:
{
/*
Data
*/
*(.
data.
init_task
)
.
=
ALIGN
(
L1_CACHE_BYTES
)
;
*(.
data.
cacheline_aligned
)
.
=
ALIGN
(
L1_CACHE_BYTES
)
;
*(.
data.
read_mostly
)
.
=
ALIGN
(
PAGE_SIZE
)
;
*(.
data.
page_aligned
)
__nosave_begin
=
.
;
*(.
data.nosave
)
.
=
ALIGN
(
PAGE_SIZE
)
;
__nosave_end
=
.
;
DATA_DATA
CONSTRUCTORS
}
_edata
=
.
; /* End of data section */
.
=
ALIGN
(
PAGE_SIZE
)
; /* Init code and data */
__init_begin
=
.
;
_sinittext
=
.
;
.
init.text
:
{
*(
.
init
.
text
)
}
_einittext
=
.
;
.
init.data
:
{
*(
.
init
.
data
)
}
.
=
ALIGN
(
16
)
;
__setup_start
=
.
;
.
init.setup
:
{
*(
.
init
.
setup
)
}
__setup_end
=
.
;
__initcall_start
=
.
;
.
initcall.init
:
{
INITCALLS
}
__initcall_end
=
.
;
__con_initcall_start
=
.
;
.
con_initcall
.
init
:
{
*(
.
con_initcall
.
init
)
}
__con_initcall_end
=
.
;
SECURITY_INIT
#ifdef CONFIG_BLK_DEV_INITRD
.
=
ALIGN
(
PAGE_SIZE
)
;
__initramfs_start
=
.
;
.
init.ramfs
:
{
*(
.
init
.
ramfs
)
}
__initramfs_end
=
.
;
#endif
.
=
ALIGN
(
4
)
;
__machvec_start
=
.
;
.
machvec.init
:
{
*(
.
machvec
.
init
)
}
__machvec_end
=
.
;
PERCPU
(
PAGE_SIZE
)
/
*
*
.
exit
.
text
is
discarded
at
runtime
,
not
link
time
,
to
deal
with
*
references
from
__bug_table
*/
.
exit.text
:
{
*(
.
exit
.
text
)
}
.
exit.data
:
{
*(
.
exit
.
data
)
}
.
=
ALIGN
(
PAGE_SIZE
)
;
.
bss
:
{
__init_end
=
.
;
__bss_start
=
.
; /* BSS */
*(.
bss.
page_aligned
)
*(.
bss
)
*(
COMMON
)
.
=
ALIGN
(
4
)
;
_ebss
=
.
; /* uClinux MTD sucks */
_end
=
.
;
}
/
*
*
When
something
in
the
kernel
is
NOT
compiled
as
a
module
,
the
*
module
cleanup
code
and
data
are
put
into
these
segments
.
Both
*
can
then
be
thrown
away
,
as
cleanup
code
is
never
called
unless
*
it
's a module.
*/
/
DISCARD
/
:
{
*(.
exitcall.exit
)
}
STABS_DEBUG
DWARF_DEBUG
}
arch/sh
64/kernel/vmlinux
.lds.S
→
arch/sh
/kernel/vmlinux_64
.lds.S
浏览文件 @
49e6c3e7
...
...
@@ -24,7 +24,6 @@
#include <asm/page.h>
#include <asm/cache.h>
#include <asm/processor.h>
#include <asm/thread_info.h>
#define LOAD_OFFSET CONFIG_CACHED_MEMORY_OFFSET
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录