diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-09 22:04:43 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-12-09 22:04:43 +0000 |
commit | f71d0d440e1796648a3009c92e1bff838689bd28 (patch) | |
tree | 8565bdb290f1b5cfa27e3ccc6afdd51dee271ee9 /gas/testsuite | |
parent | 30a7f059d8215866e82ed241cfe7bd6f6307a056 (diff) | |
download | gdb-f71d0d440e1796648a3009c92e1bff838689bd28.zip gdb-f71d0d440e1796648a3009c92e1bff838689bd28.tar.gz gdb-f71d0d440e1796648a3009c92e1bff838689bd28.tar.bz2 |
gas/
* config/tc-mips.c (macro, mips_ip): Correct message
capitalization.
gas/testsuite/
* gas/mips/at-2.l: Adjust according to message capitalization
fixes.
* gas/mips/illegal.l: Likewise.
* gas/mips/jalr.l: Likewise.
* gas/mips/octeon-ill.l: Likewise.
* gas/mips/tls-ill.l: Likewise.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 9 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/at-2.l | 18 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/illegal.l | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/jalr.l | 13 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/octeon-ill.l | 28 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/tls-ill.l | 8 |
6 files changed, 44 insertions, 36 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 81a389a..bf89eb9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,14 @@ 2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + * gas/mips/at-2.l: Adjust according to message capitalization + fixes. + * gas/mips/illegal.l: Likewise. + * gas/mips/jalr.l: Likewise. + * gas/mips/octeon-ill.l: Likewise. + * gas/mips/tls-ill.l: Likewise. + +2010-12-09 Maciej W. Rozycki <macro@codesourcery.com> + * gas/mips/ldstla-32.d: Use wildcard address matching. * gas/mips/ldstla-32-mips3.d: Likewise. * gas/mips/ldstla-32-shared.d: Likewise. diff --git a/gas/testsuite/gas/mips/at-2.l b/gas/testsuite/gas/mips/at-2.l index f073b1f..cea1017 100644 --- a/gas/testsuite/gas/mips/at-2.l +++ b/gas/testsuite/gas/mips/at-2.l @@ -2,12 +2,12 @@ .*\.s:4: Error: Macro used \$at after ".set noat" .*\.s:5: Error: Macro used \$at after ".set noat" .*\.s:6: Error: Macro used \$at after ".set noat" -.*\.s:8: Warning: used \$at without ".set noat" -.*\.s:8: Warning: used \$at without ".set noat" -.*\.s:8: Warning: used \$at without ".set noat" -.*\.s:13: Warning: used \$26 with ".set at=\$26" -.*\.s:13: Warning: used \$26 with ".set at=\$26" -.*\.s:13: Warning: used \$26 with ".set at=\$26" -.*\.s:18: Warning: used \$27 with ".set at=\$27" -.*\.s:18: Warning: used \$27 with ".set at=\$27" -.*\.s:18: Warning: used \$27 with ".set at=\$27" +.*\.s:8: Warning: Used \$at without ".set noat" +.*\.s:8: Warning: Used \$at without ".set noat" +.*\.s:8: Warning: Used \$at without ".set noat" +.*\.s:13: Warning: Used \$26 with ".set at=\$26" +.*\.s:13: Warning: Used \$26 with ".set at=\$26" +.*\.s:13: Warning: Used \$26 with ".set at=\$26" +.*\.s:18: Warning: Used \$27 with ".set at=\$27" +.*\.s:18: Warning: Used \$27 with ".set at=\$27" +.*\.s:18: Warning: Used \$27 with ".set at=\$27" diff --git a/gas/testsuite/gas/mips/illegal.l b/gas/testsuite/gas/mips/illegal.l index fc6a41f..d6f61a2 100644 --- a/gas/testsuite/gas/mips/illegal.l +++ b/gas/testsuite/gas/mips/illegal.l @@ -1,3 +1,3 @@ .*: Assembler messages: -.*:4: Error: illegal operands `move 1,2' -.*:5: Error: illegal operands `c.eq.s 1,2' +.*:4: Error: Illegal operands `move 1,2' +.*:5: Error: Illegal operands `c.eq.s 1,2' diff --git a/gas/testsuite/gas/mips/jalr.l b/gas/testsuite/gas/mips/jalr.l index 787bc9c..c92980d 100644 --- a/gas/testsuite/gas/mips/jalr.l +++ b/gas/testsuite/gas/mips/jalr.l @@ -1,8 +1,7 @@ .*: Assembler messages: -.*:1: Error: illegal operands.* -.*:2: Error: a destination register must be supplied.* -.*:3: Error: source and destination must be different.* -.*:10: Error: illegal operands.* -.*:11: Error: a destination register must be supplied.* -.*:12: Error: source and destination must be different.* - +.*:1: Error: Illegal operands.* +.*:2: Error: A destination register must be supplied.* +.*:3: Error: Source and destination must be different.* +.*:10: Error: Illegal operands.* +.*:11: Error: A destination register must be supplied.* +.*:12: Error: Source and destination must be different.* diff --git a/gas/testsuite/gas/mips/octeon-ill.l b/gas/testsuite/gas/mips/octeon-ill.l index cdd1e5a..d9315f0 100644 --- a/gas/testsuite/gas/mips/octeon-ill.l +++ b/gas/testsuite/gas/mips/octeon-ill.l @@ -15,25 +15,25 @@ .*:27: Error: opcode not supported on this processor.* .*:28: Error: opcode not supported on this processor.* .*:29: Error: opcode not supported on this processor.* -.*:30: Error: opcode not supported on this processor.* -.*:31: Error: opcode not supported on this processor.* +.*:30: Error: Opcode not supported on this processor.* +.*:31: Error: Opcode not supported on this processor.* .*:32: Error: opcode not supported on this processor.* .*:33: Error: opcode not supported on this processor.* .*:34: Error: opcode not supported on this processor.* .*:35: Error: opcode not supported on this processor.* -.*:36: Error: opcode not supported on this processor.* -.*:37: Error: opcode not supported on this processor.* +.*:36: Error: Opcode not supported on this processor.* +.*:37: Error: Opcode not supported on this processor.* .*:39: Error: opcode not supported on this processor.* -.*:40: Error: opcode not supported on this processor.* -.*:41: Error: opcode not supported on this processor.* -.*:42: Error: opcode not supported on this processor.* -.*:43: Error: opcode not supported on this processor.* -.*:45: Error: illegal operands `dmfc2 \$2,0x10000' -.*:46: Error: illegal operands `dmtc2 \$2,0x12345' -.*:47: Error: illegal operands `dmfc2 \$9,\$12' -.*:48: Error: illegal operands `dmfc2 \$4,\$15,4' -.*:49: Error: illegal operands `dmtc2 \$16,\$8' -.*:50: Error: illegal operands `dmtc2 \$22,\$7,\$4' +.*:40: Error: Opcode not supported on this processor.* +.*:41: Error: Opcode not supported on this processor.* +.*:42: Error: Opcode not supported on this processor.* +.*:43: Error: Opcode not supported on this processor.* +.*:45: Error: Illegal operands `dmfc2 \$2,0x10000' +.*:46: Error: Illegal operands `dmtc2 \$2,0x12345' +.*:47: Error: Illegal operands `dmfc2 \$9,\$12' +.*:48: Error: Illegal operands `dmfc2 \$4,\$15,4' +.*:49: Error: Illegal operands `dmtc2 \$16,\$8' +.*:50: Error: Illegal operands `dmtc2 \$22,\$7,\$4' .*:52: Error: Improper size \(32\) .*:54: Error: Improper position \(32\) .*:55: Error: Improper size \(29\) diff --git a/gas/testsuite/gas/mips/tls-ill.l b/gas/testsuite/gas/mips/tls-ill.l index f91ebb8..6eb2d79 100644 --- a/gas/testsuite/gas/mips/tls-ill.l +++ b/gas/testsuite/gas/mips/tls-ill.l @@ -1,11 +1,11 @@ .*: Assembler messages: .*:6: Error: bad expression -.*:6: Error: illegal operands `addiu \$4,\$28,%dtprel\(tlsvar\)' +.*:6: Error: Illegal operands `addiu \$4,\$28,%dtprel\(tlsvar\)' .*:7: Error: bad expression -.*:7: Error: illegal operands `addiu \$4,\$28,%tprel\(tlsvar\)' +.*:7: Error: Illegal operands `addiu \$4,\$28,%tprel\(tlsvar\)' .*:8: Error: bad expression .*:8: Error: missing '\)' -.*:8: Error: illegal operands `addiu \$4,\$28,%lo\(%gottprel\(tlsvar\)\)' +.*:8: Error: Illegal operands `addiu \$4,\$28,%lo\(%gottprel\(tlsvar\)\)' .*:9: Error: bad expression .*:9: Error: missing '\)' -.*:9: Error: illegal operands `addiu \$4,\$28,%hi\(%gottprel\(tlsvar\)\)'
\ No newline at end of file +.*:9: Error: Illegal operands `addiu \$4,\$28,%hi\(%gottprel\(tlsvar\)\)' |