badgotr1.d

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

D
12
字号
#source: gotrel1.s#as: --pic --underscore --em=criself#ld: -m crislinux -shared#objdump: -dr#error: ^[^c][^h][^i][^l][^d].* uses _-prefixed .* failed to merge .* no GOT .* Bad value$# The error regex above is supposed to not match if we get a# SEGV, in which case we'll see "child killed: segmentation# violation", supposedly at the beginning (seen) or end (in# theory) of it.  The input ELF type (with underscores on# symbols) mismatches the output type (no underscores).

⌨️ 快捷键说明

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