6a0d0afdc7
2005-10-20 H.J. Lu <hongjiu.lu@intel.com> PR ld/251 * binutils-all/group.s: New file. * binutils-all/objcopy.exp (objcopy_test_readelf): New procedure. Use it to test ELF group. ld/testsuite/ 2005-10-20 H.J. Lu <hongjiu.lu@intel.com> PR ld/251 * ld-elf/group.2d: New file.
8 lines
152 B
ArmAsm
8 lines
152 B
ArmAsm
.section .text,"axG",%progbits,foo_group,comdat
|
|
.global foo
|
|
foo:
|
|
.word 0
|
|
.section .data,"awG",%progbits,foo_group,comdat
|
|
.global bar
|
|
bar:
|
|
.word 0
|