ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / stm32l4xx-cannot-fix-it-block.d
CommitLineData
a504d23a
LA
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
13Disassembly of section \.text:
1400008000 \<_start\> bf04[[:space:]]+itt[[:space:]]+eq
1500008002 \<_start\+0x2\> e899 03fe[[:space:]]+ldmiaeq\.w[[:space:]]+r9, {r1, r2, r3, r4, r5, r6, r7, r8, r9}
1600008006 \<_start\+0x6\> f3af 8000[[:space:]]+nopeq\.w
This page took 0.2321 seconds and 4 git commands to generate.