dlsection-1.s

来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 18 行

S
18
字号
! Test gc-sections and datalabel references.!! Datalabel reference to symbol in section .text2 should! prevent .text2 from being discarded.! Section .spurious can be discarded.	.mode SHmedia	.text	.global start	.global foostart:	.long datalabel foo	.section .text2,"ax"foo:	.long 23			.section .spurious,"ax"	.long 17

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?