mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
28 lines
508 B
ArmAsm
28 lines
508 B
ArmAsm
|
.text
|
||
|
.global _start
|
||
|
_start:
|
||
|
.long 0x33333333
|
||
|
.long 0x33333333
|
||
|
.long 0x33333333
|
||
|
.long 0x33333333
|
||
|
|
||
|
.section .rosection,"a"
|
||
|
.byte 9
|
||
|
|
||
|
.section .text.bar,"a",%progbits
|
||
|
.long 0x22222222
|
||
|
.long 0x22222222
|
||
|
.long 0x22222222
|
||
|
.long 0x22222222
|
||
|
.section .text.foo,"a",%progbits
|
||
|
.long 0x11111111
|
||
|
.long 0x11111111
|
||
|
.long 0x11111111
|
||
|
.long 0x11111111
|
||
|
.section .rodata.foo,"ao",%progbits,.text.foo
|
||
|
.byte 1
|
||
|
.section .rodata.bar,"a",%progbits
|
||
|
.byte 2
|
||
|
.section .rodata.bar,"ao",%progbits,.text.bar
|
||
|
.byte 3
|