1 #name: MIPS branch to unaligned symbol
2 #source: unaligned-branch.s
3 #source: unaligned-text.s
4 #as: -mips32r6
5 #ld: -Ttext 0x10000000 -e 0x10000000
6 #error: \A[^\n]*: in function `foo':\n
7 #error:   \(\.text\+0x14\): branch to a non-instruction-aligned address\n
8 #error:   \(\.text\+0x1c\): branch to a non-instruction-aligned address\n
9 #error:   \(\.text\+0x24\): branch to a non-instruction-aligned address\n
10 #error:   \(\.text\+0x28\): branch to a non-instruction-aligned address\n
11 #error:   \(\.text\+0x30\): branch to a non-instruction-aligned address\n
12 #error:   \(\.text\+0x38\): branch to a non-instruction-aligned address\n
13 #error:   \(\.text\+0x3c\): branch to a non-instruction-aligned address\n
14 #error:   \(\.text\+0x44\): branch to a non-instruction-aligned address\n
15 #error:   \(\.text\+0x4c\): branch to a non-instruction-aligned address\Z
16