blob: cf31ce102ac739234e70b70956ff59b48a1bfe50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.section .text
.global _bar
.type _bar,@function
_bar:
mov .LC1,d0
mov .LC2,d1
nop
.section .rodata.str1.1,"aMS",@progbits,1
.LC1:
.rept 32768
.byte 'a'
.endr
.byte 0
.LC2:
.string "abc\n"
|