]> git.wh0rd.org - patches.git/blob - bfin-binutils-parallel-check.patch
initial import
[patches.git] / bfin-binutils-parallel-check.patch
1 --- gas/testsuite/gas/bfin/expected_errors.l
2 +++ gas/testsuite/gas/bfin/expected_errors.l
3 @@ -8,3 +8,4 @@
4 .*:10: Error: Bad constant value.
5 .*:11: Error: Bad constant value.
6 .*:13: Error: Dregs expected. Input text was R3.L.
7 +.*:16: Error: Source multiplication register mismatch. Input text was ).
8 --- gas/testsuite/gas/bfin/expected_errors.s
9 +++ gas/testsuite/gas/bfin/expected_errors.s
10 @@ -11,3 +11,6 @@
11 CC = R3 <= 8;
12
13 A1 -= M2.h * R3.L, A0 -= M2.l * R3.L;
14 +
15 + /* http://blackfin.uclinux.org/tracker/?func=detail&atid=145&aid=1321&group_id=18 */
16 + R1.H = (A1=R7.L*R5.L) , A0 += R1.L*R0.L (IS);