diff options
Diffstat (limited to 'gas/testsuite/gasp/exp.err')
-rw-r--r-- | gas/testsuite/gasp/exp.err | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/exp.err b/gas/testsuite/gasp/exp.err new file mode 100644 index 0000000000..f41fd52804 --- /dev/null +++ b/gas/testsuite/gasp/exp.err @@ -0,0 +1,7 @@ +exp.asm:56 can't add two relocatable expressions +exp.asm:57 the * operator cannot take non-absolute arguments. +exp.asm:58 the / operator cannot take non-absolute arguments. +exp.asm:59 the | operator cannot take non-absolute arguments. +exp.asm:60 the & operator cannot take non-absolute arguments. +exp.asm:61 the ~ operator cannot take non-absolute arguments. +exp.asm:62 the * operator cannot take non-absolute arguments. |