reloc.d

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· D 代码 · 共 19 行

D
19
字号
# Test that orphan reloc sections are placed before .rel.plt even when# .rel.plt is the only reloc section.#source: reloc.s#as: --32#ld: -shared -melf_i386 -z nocombreloc#objdump: -hw#target: i?86-*-*.*: +file format elf32-i386#....*\.relplatypus.*#....*\.rel\.plt.*# x86 ld doesn't output non-alloc reloc sections to shared libs, so disable# the following two lines for the time being.# #...# .*\.relechidna.*#pass

⌨️ 快捷键说明

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