You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
309 B

.text
.abiversion 2
.type a,@object # @a
.type b,@object # @a
.type c,@object # @a
.section .tdata,"awT",@progbits
.globl a
a:
.long 10 # 0xa
.size a, 4
.globl b
b:
.long 10 # 0xa
.size b, 4
.globl c
c:
.long 10 # 0xa
.size c, 4