extern.d
来自「GNU binutils是GNU交叉工具链中的一个源码包」· D 代码 · 共 12 行
D
12 行
#source: extern.s#ld: -T discard.ld#warning: .*data.* referenced in section `\.text' of tmpdir/dump0.o: defined in discarded section `\.data\.exit' of tmpdir/dump0.o#objdump: -p#pass# The expected warning used to start with "`data' referenced..." but# this has two problems: 1) It does not include the name of the linker# command which will be present in the message, eg "../ld-new"# 2) Targets which define EXTERN_FORCE_RELOC to 0 in their# gas/config/tc-xxx.h file will convert the symbol in the reloc from# "data" to the section symbol ".data.exit".
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?