
"ld -d" assigns space to common symbols even if a relocatable output file is specified (with '-r'). PR ld/21904 * testsuite/ld-elf/pr21904.d: New file. * testsuite/ld-elf/pr21904.s: Likewise.
5 lines
57 B
ArmAsm
5 lines
57 B
ArmAsm
.ifdef HPUX
|
|
foo .comm 4
|
|
.else
|
|
.comm foo, 4, 4
|
|
.endif
|