mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
22 lines
341 B
ArmAsm
22 lines
341 B
ArmAsm
|
.text
|
||
|
.global foo
|
||
|
foo:
|
||
|
.dc.a 0
|
||
|
|
||
|
.section ".note.4", "a"
|
||
|
.p2align 3
|
||
|
.long .L1 - .L0 /* name length. */
|
||
|
.long .L3 - .L1 /* data length. */
|
||
|
.long 123456 /* note type. */
|
||
|
.L0:
|
||
|
.asciz "GNU" /* vendor name. */
|
||
|
.L1:
|
||
|
.p2align 3
|
||
|
.long 0 /* pr_type. */
|
||
|
.long .L5 - .L4 /* pr_datasz. */
|
||
|
.L4:
|
||
|
.zero 0x10
|
||
|
.L5:
|
||
|
.p2align 3
|
||
|
.L3:
|