10 lines
447 B
Makefile
10 lines
447 B
Makefile
#name: MIPS LDPC from unaligned symbol 1
|
|
#source: unaligned-ldpc-1.s
|
|
#source: unaligned-data.s
|
|
#as: -EB -32 -mips64r6
|
|
#ld: -EB -Ttext 0x1c000000 -Tdata 0x1c080000 -e 0x1c000000
|
|
#error: \A[^\n]*: In function `foo':\n
|
|
#error: \(\.text\+0x[0-9a-f]+\): PC-relative load from unaligned address\n
|
|
#error: \(\.text\+0x[0-9a-f]+\): PC-relative load from unaligned address\n
|
|
#error: \(\.text\+0x[0-9a-f]+\): PC-relative load from unaligned address\Z
|