blob: c4103ae5717163bb41aed92158923379ba3c7ab9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
#name: MIPS link branch to unaligned symbol 2
#as: -EB -n32 -march=from-abi
#ld: -EB -Ttext 0x1c000000 -e 0x1c000000
#source: ../../../gas/testsuite/gas/mips/unaligned-branch-2.s
#error: \A[^\n]*: In function `foo':\n
#error: \(\.text\+0x101c\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x1024\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x102c\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x1034\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x103c\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x1044\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x104c\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x1054\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x105c\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x107c\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x1084\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x108c\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x1094\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x109c\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x10a4\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x10ac\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x10b4\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x10bc\): Branch to a non-instruction-aligned address\n
#error: \(\.text\+0x10e4\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x10ec\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x10f4\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x10fc\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x10fc\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x1104\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x1104\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x1114\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x111c\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x1124\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x112c\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x112c\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x1134\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x1134\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x113c\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x1144\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x1144\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x114c\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x114c\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x1154\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x115c\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x115c\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x1164\): Cannot convert a branch to JALX for a non-word-aligned address\n
#error: \(\.text\+0x1164\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x1174\): Unsupported branch between ISA modes\n
#error: \(\.text\+0x117c\): Unsupported branch between ISA modes\Z
|