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.

24 lines
302 B

.bss
.type sharedFoo,@object
.globl sharedFoo
sharedFoo:
.long 0
.size sharedFoo, 4
.type sharedBar,@object
.globl sharedBar
sharedBar:
.quad 0
.size sharedBar, 8
.text
.globl sharedFunc1
.type sharedFunc1,@function
sharedFunc1:
nop
.globl sharedFunc2
.type sharedFunc2,@function
sharedFunc2:
nop