mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
b2fc24d469
* binutils-all/objcopy.exp: Run it.
13 lines
220 B
ArmAsm
13 lines
220 B
ArmAsm
.section .text.foo,"axG",%progbits,foo_group,comdat
|
|
.global foo
|
|
foo:
|
|
.word 0
|
|
|
|
.section .data.foo,"awG",%progbits,foo_group,comdat
|
|
.global bar
|
|
bar:
|
|
.word 1
|
|
|
|
.section .dropme,"G",%progbits,foo_group,comdat
|
|
.word 2
|