RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / stm32l4xx-cannot-fix-it-block.d
1 #source: stm32l4xx-cannot-fix-it-block.s
2 #as:-EL -mcpu=cortex-m4 -mfpu=fpv4-sp-d16
3 #ld:-EL --fix-stm32l4xx-629360 -Ttext=0x8000
4 #objdump: -dr --prefix-addresses --show-raw-insn
5 #name: STM32L4XX erratum : LDM cannot be patched when not last in IT block
6 #warning: .*multiple load detected in non-last IT block instruction.*
7
8 # Test the `LDM*' instructions when non-last in IT block
9 # They cannot, thus should not, be patched
10
11 .*: +file format .*arm.*
12
13 Disassembly of section \.text:
14 00008000 \<_start\> bf04[[:space:]]+itt[[:space:]]+eq
15 00008002 \<_start\+0x2\> e899 03fe[[:space:]]+ldmiaeq\.w[[:space:]]+r9, {r1, r2, r3, r4, r5, r6, r7, r8, r9}
16 00008006 \<_start\+0x6\> f3af 8000[[:space:]]+nopeq\.w
This page took 0.031342 seconds and 4 git commands to generate.