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
/
greg2.s
blob
7135130ef002809a57d746b25ece9d53e0581007
1
# mach: bfin
2
3
.include
"testutils.inc"
4
start
5
6
r3.
l
=
0x5678
;
7
r3.h
=
0x1234
;
8
9
p5
=
8
;
10
11
p5
=
r3
;
12
p5.
l
=
4
;
13
14
r5
=
p5;
15
dbga
(
r5.h
,
0x1234
)
;
16
17
_halt
:
18
pass;