repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git]
/
sim
/
testsuite
/
m32r
/
uread16.ms
blob
550e99a2dfccb0d2ebbb0084a3825306d36971eb
1
# mach: m32r m32rx
2
# xerror:
3
# output: *misaligned read*
4
5
.include "testutils.inc"
6
7
start
8
9
; construct bra trap2_handler in trap 2 slot
10
ld24 r0,#foo+1
11
ldh r0,@r0
12
fail
13
exit 0
14
15
.data
16
.p2align 2
17
foo:
18
.short 42