1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-01-30 13:06:45 +00:00
Files
mist-devel.mist-board/tools/vasm/cpus/ppc/cpu_errors.h
2014-01-31 12:21:39 +00:00

18 lines
854 B
C

"%s",WARNING,
"instruction not supported on selected architecture",ERROR,
"constant integer expression required",ERROR,
"trailing garbage in operand",WARNING,
"illegal operand type",ERROR,
"missing closing parenthesis in load/store addressing mode",ERROR, /* 05 */
"relocation does not allow hi/lo modifier",ERROR,
"multiple relocation attributes",ERROR,
"multiple hi/lo modifiers",ERROR,
"data size %d not supported",ERROR,
"UNUSED",ERROR, /* 10 */
"relocation attribute not supported by operand",ERROR,
"operand out of range: %ld (allowed: %ld to %ld)",ERROR,
"not a valid register (0-31)",ERROR,
"missing base register in load/store addressing mode",ERROR,
"missing mandatory operand",ERROR, /* 15 */
"ignoring fake operand",WARNING,