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.
|
.text
|
|
.global foo
|
|
.section .tdata,"awT",%progbits
|
|
.align 2
|
|
.type foo, %object
|
|
.size foo, 4
|
|
foo:
|
|
.word 5
|
|
.text
|
|
|
|
.text
|
|
.global bar
|
|
.section .tdata,"awT",%progbits
|
|
.align 2
|
|
.type bar, %object
|
|
.size bar, 4
|
|
bar:
|
|
.word 5
|
|
.text
|