mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
6482c264f4
with COFF based x86 ports.
15 lines
221 B
ArmAsm
15 lines
221 B
ArmAsm
.text
|
|
|
|
.ascii ">>>>"
|
|
.global ext24
|
|
ext24: .ascii "<<<<"
|
|
.ascii ">>>>>"
|
|
.global ext2d
|
|
ext2d: .ascii "<<<"
|
|
.ascii ">>>>>>"
|
|
.global ext36
|
|
ext36: .ascii "<<"
|
|
.ascii ">>>>>>>"
|
|
.global ext3f
|
|
ext3f: .ascii "<"
|