ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / m32r / uread16.ms
blob550e99a2dfccb0d2ebbb0084a3825306d36971eb
1 # mach: m32r m32rx
2 # xerror:
3 # output: *misaligned read*
5         .include "testutils.inc"
7         start
9 ; construct bra trap2_handler in trap 2 slot
10         ld24 r0,#foo+1
11         ldh r0,@r0
12         fail
13         exit 0
15 .data
16         .p2align 2
17 foo:
18         .short 42