eb3980ce22
* binutils-all/group-2.s: New. * binutils-all/strip-4.d: Likewise. * binutils-all/strip-5.d: Likewise. * binutils-all/objcopy.exp: Test objcopy on group-2.s. Run strip-4 and strip-5.
8 lines
160 B
ArmAsm
8 lines
160 B
ArmAsm
.section .text.foo,"axG",%progbits,.text.foo,comdat
|
|
.global foo
|
|
foo:
|
|
.word 0
|
|
.section .data.bar,"awG",%progbits,.text.foo,comdat
|
|
.global bar
|
|
bar:
|
|
.word 0
|