repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-arm
/
cortex-a8-fix-hdr.s
blob
827c0f8c07872c5eeb167058f31a0422557c4992
1
.syntax unified
2
3
.section .text,
"ax"
4
5
.align 5
6
.globl _start
7
.thumb_func
8
_start
:
9
.rept 13
10
nop
11
.endr
12
eor
r0
,
r1
,
r2
13
b.w _start
14