zig/deps/lld/test/ELF/Inputs/map-file5.s

24 lines
302 B
ArmAsm
Raw Normal View History

2018-01-18 06:29:21 +08:00
.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