resource.ld
来自「凌阳SPCE3200 系统开发板随机自带源程序。共安排了32个子目录」· LD 代码 · 共 19 行
LD
19 行
/* Script for -z combreloc: combine and sort reloc sections */
OUTPUT_FORMAT("elf32-bigscore", "elf32-bigscore",
"elf32-littlescore")
OUTPUT_ARCH(score)
SECTIONS
{
.text :
{
*(.text .stub .text.* .gnu.linkonce.t.*)
} =0
.ide_res :
{
*(.data .data.* .gnu.linkonce.d.*)
}
.data1 : { *(.data1) }
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?