weakref1.d

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

D
18
字号
#source: gotrel2.s#as: --pic --no-underscore --em=criself#ld: -m crislinux tmpdir/libdso-1.so#objdump: -R# A dynamic reloc for an undefined weak reference in a program got a# confused symbol reference count mismatch with a bfd assertion.  Linking# with a DSO was needed as a catalyst to get to the faulty code; nothing# in the DSO was needed.  We just check that we don't get the bfd# assertion.  Note that no actual dynamic reloc is created for the# unresolved weak.  Perhaps it should; the symbol could be defined in a# preloaded object or a new version of the DSO.  FIXME: Revisit and adjust# test-result..*:     file format elf32-crisDYNAMIC RELOCATION RECORDS \(none\)

⌨️ 快捷键说明

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