repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git]
/
sim
/
testsuite
/
bfin
/
s1.s
blob
262dc06d9f3ba2a0b0dad06cf23363438e266b1c
1
# mach: bfin
2
3
.include
"testutils.inc"
4
start
5
6
R0
=
1
;
7
R1
=
2
;
8
R2
=
3
;
9
R4
=
4
;
10
P1
=
R1
;
11
LSETUP
(
ls0
,
ls0
)
LC0
=
P1;
12
R5
=
5
;
13
R6
=
6
;
14
R7
=
7
;
15
16
ls0
:
R1
+=
1
;
17
18
DBGA
(
R1.
L
,
4
)
;
19
P1
=
R1
;
20
LSETUP
(
ls1
,
ls1
)
LC1
=
P1;
21
ls1
:
R1
+=
1
;
22
23
DBGA
(
R1.
L
,
8
)
;
24
25
pass