mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
9 lines
370 B
Makefile
9 lines
370 B
Makefile
#name: MIPS LWPC from unaligned symbol 1
|
|
#source: unaligned-lwpc-1.s
|
|
#source: unaligned-data.s
|
|
#as: -EB -32 -mips32r6
|
|
#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\Z
|