mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
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.
9 lines
152 B
ArmAsm
9 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
|