summaryrefslogtreecommitdiff
path: root/gas/testsuite/ChangeLog
blob: eceba443c60f7253a413f9ad252507cb1dab8243 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
2005-05-06  Jan Beulich  <jbeulich@novell.com>

	* gas/macros/badarg.s: Add check for bad qualifier specification.
	* gas/macros/badarg.l: Adjust.
	* gas/macros/vararg.[sd]: New.
	* gas/macros/macros.exp: Run new test.

2005-05-06  Jan Beulich  <jbeulich@novell.com>

	* gas/all/cond.s: Also test .ifb/.ifnb.
	* gas/all/cond.d: Adjust.

2005-05-06  Jan Beulich  <jbeulich@novell.com>

	* gas/macros/dot.s: Don't use pseudo-ops in first column.
	* gas/macros/dot.l: Match broader range of possible outputs.
	* gas/macros/purge.l: Likewise.
	* gas/macros/purge.s: Start generated macro names with an underscore.

2005-05-05  Paul Brook  <paul@codesourcery.com>

	* gas/i386/i386.exp: Don't run divide test on vxworks.

2005-05-05  Mike Frysinger  <vapier@gentoo.org>

	* gas/sh/basic.exp: Replace linux-gnu with linux-* to allow for
	versions of Linux which do not use glibc.
	* gas/vax/vax.exp: Likewise.

2005-05-05  Paul Brook  <paul@codesourcery.com>

	* lib/gas-defs.exp (regexp_diff): Pass test if last line is "#...".

2005-04-26  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/all/assign.s: Make `x' and `y' global.

2005-04-25  Jan Beulich  <jbeulich@novell.com>

	* gas/macros/badarg.s: Add tests for collisions between/among macro
	parameters and local symbols.
	* gas/macros/badarg.l: Adjust.

2005-04-20  Jan Beulich  <jbeulich@novell.com>

	* gas/elf/struct.s: Adjust to not get into alignment issues.
	* gas/elf/struct.d: Adjust for the above and the test's name.

2005-04-19  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/i386/padlock.d: Updated.

2005-04-19  Andreas Schwab  <schwab@suse.de>

	* gas/ia64/invalid-ar.l: Adapt to changed error message.

2005-04-18  Jan Beulich  <jbeulich@novell.com>

	* gas/macros/purge.[ls]: New.
	* gas/macros/macros.exp: Run new test.

2005-04-15  Jan Beulich  <jbeulich@novell.com>

	* gas/elf/struct.[sd]: New.
	* gas/elf/elf.exp: Run new test.

2005-04-15  Alan Modra  <amodra@bigpond.net.au>

	* gas/all/assign.s: New.
	* gas/all/assign.d: New.
	* gas/all/gas.exp: Run it.

2005-04-13  Maciej W. Rozycki  <macro@linux-mips.org>

	* gas/mips/ldstla-32.s: Exclude offsets that are now meant to fail
	and include more instructions/offsets that are meant to succeed.
	Use $4 instead $3 to avoid register dependencies.
	* gas/mips/ldstla-32.d: Update accordingly.
	* gas/mips/ldstla-32-shared.d: Likewise.
	* gas/mips/ldstla-32-mips3.d: New test based on the above, except
	for mips3.
	* gas/mips/ldstla-32-mips3-shared.d: Similarly, for PIC.
	* gas/mips/ldstla-32-mips3.s: Source for the new tests.
	* gas/mips/ldstla-32-1.s: New test for offsets that are meant to
	fail.
	* gas/mips/ldstla-32-mips3-1.s: Likewise, for mips3.
	* gas/mips/ldstla-32-1.l: Stderr output for the new test.
	* gas/mips/ldstla-32-mips3-1.l: Likewise.
	* gas/mips/mips.exp: Run the new tests.

2005-04-11  Mark Kettenis  <kettenis@gnu.org>

	* gas/all/gas.exp: Don't run fastcall labels test on
	i*86-*-openbsd*.

2005-04-11  Jan Beulich  <jbeulich@novell.com>

	* gas/macros/dot.[ls]: New.
	* gas/macros/macros.exp: Run new test.

2005-04-06  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/i386/x86-64-pcrel.s: Test R_X86_64_32S.
	* gas/i386/x86-64-pcrel.d: Updated.

2005-04-01  Jan-Benedict Glaw  <jbglaw@lug-owl.de>

	* gas/vax/flonum.s: New testcase: Encode some flonums.
	* gas/vax/flonum.d: Expected result of new testcase.
	* gas/vax/vax.exp: Call the new testcase.

	* gas/vax/elf-rel.d: Call gas with -k. Thanks to Matt Thomas for
	figuring out.
	* gas/vax/vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux.

2005-04-01  Jan Beulich  <jbeulich@novell.com>

	* gas/i386/bss.[sd]: New.
	* gas/i386/i386.exp: Run new test.

2005-04-01  Jan Beulich  <jbeulich@novell.com>

	* gas/i386/x86-64-pcrel.[sd]: New.
	* gas/i386/i386.exp: Run new test.

2005-03-30  Julian Brown  <julian@codesourcery.com>

	* gas/arm/mapping.d: Update expected output due to mapping symbols
	being untyped.

2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/i386/i386.exp: Run segment and inval-seg for i386. Run
	x86-64-segment and x86-64-inval-seg for x86-64.

	* gas/i386/intel.d: Expect movw for moving between memory and
	segment register.
	* gas/i386/naked.d: Likewise.
	* gas/i386/opcode.d: Likewise.
	* gas/i386/x86-64-opcode.d: Likewise.

	* gas/i386/opcode.s: Use movw for moving between memory and
	segment register.
	* gas/i386/x86-64-opcode.s: Likewise.

	* : Likewise.

	* gas/i386/inval-seg.l: New.
	* gas/i386/inval-seg.s: New.
	* gas/i386/segment.l: New.
	* gas/i386/segment.s: New.
	* gas/i386/x86-64-inval-seg.l: New.
	* gas/i386/x86-64-inval-seg.s: New.
	* gas/i386/x86-64-segment.l: New.
	* gas/i386/x86-64-segment.s: New.

2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>

	* gas/arm/tls.s, gas/arm/tls.d: New files.
	* gas/arm/arm.exp: Run TLS test.

2005-03-28  H.J. Lu  <hongjiu.lu@intel.com>

	PR 803
	* gas/ia64/dv-imply.d: Pass -mtune=itanium1 to as.
	* gas/ia64/dv-mutex.d : Likewise.
	* gas/ia64/dv-safe.d: Likewise.
	* gas/ia64/dv-srlz.d.nop: Likewise.
	* gas/ia64/ldxmov-1.d: Likewise.
	* gas/ia64/opc-b.d: Likewise.
	* gas/ia64/opc-f.d: Likewise.
	* gas/ia64/opc-i.d: Likewise.
	* gas/ia64/opc-m.d: Likewise.
	* gas/ia64/operand-or.d: Likewise.
	* gas/ia64/pcrel.d: Likewise.
	* gas/ia64/pseudo.d: Likewise.
	* gas/ia64/tls.d: Likewise.

2005-03-24  Hans-Peter Nilsson  <hp@axis.com>

	* gas/cris/range-err-1.s: Adjust expected messages for hosts with
	64-bit longs.

2005-03-23  Alan Modra  <amodra@bigpond.net.au>

	* gas/elf/section5.s: Don't start directives in first column.

2005-03-21  Nick Clifton  <nickc@redhat.com>

	* gas/arm/iwmmxt.s: Update instructions that use the "never" value
	in the conditional field to use "le" instead.  This is so that the
	disassembler will disassemble them.
	* gas/arm/iwmmxt.d: Update expected disassemblies.

2005-03-17  Jan Beulich  <jbeulich@novell.com>

	* gas/i386/intel.d: Add stderr directive.
	* gas/i386/intel.e: New.
	* gas/i386/intel16.d: Add stderr directive. Adjust for changed
	source.
	* gas/i386/intel16.e: New.
	* gas/i386/intel16.s: Add instances of addressing forms with base
	and index specified in reverse order.
	* gas/i386/intelbad.l: Adjust for changed source.
	* gas/i386/intelbad.s: Add more operand forms to check.
	* gas/i386/intelok.d: Remove -r from objdump options. Add stderr
	directive. Adjust for changed source.
	* gas/i386/intelok.e: New.
	* gas/i386/intelok.s: Define MASM constants byte, word, etc. Add
	more operand forms to check.
	* gas/i386/x86_64.d: Add stderr directive.
	* gas/i386/x86_64.e: New.
	* gas/i386/x86_64.s: Adjust for parser changes.

2005-03-15  Zack Weinberg  <zack@codesourcery.com>

	* gas/arm/archv6t2.d, gas/arm/archv6t2.s: New dump test.
	* gas/arm/archv6t2-bad.l, gas/arm/archv6t2-bad.l: New errors test.
	* gas/arm/arm.exp: Run them.

2005-03-14  Eric Christopher  <echristo@redhat.com>

	* gas/cfi/cfi-mips-1.d, gas/cfi/cfi-mips-1.s: New dump test.
	* gas/cfi/cfi.exp: Run it.
	* gas/cfi/cfi-common-1.d: Update.
	* gas/cfi/cfi-common-2.d: Ditto.
	* gas/cfi/cfi-common-3.d: Ditto.
	* gas/cfi/cfi-common-4.d: Ditto.

2005-03-12  Zack Weinberg  <zack@codesourcery.com>

	* gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test.
	* gas/arm/arm.exp: Run it.

2005-03-10  Aldy Hernandez  <aldyh@redhat.com>

	* gas/ppc/e500.d: Fix encoding of efscfd.

2005-03-10  Jeff Baker  <jbaker@qnx.com>
	    Alan Modra  <amodra@bigpond.net.au>

	* gas/ppc/booke.s: Add new m[t,f]sprg testcases.
	* gas/ppc/booke.d: Likewise.

2005-03-09  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/vr4130.[sd]: New test.
	* gas/mips/mips.exp: Run it.

2005-03-09  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/relax-swap1-mips[12].d: Expect the delay slots of
	bc1f and bc1t to be filled.
	* gas/mips/branch-misc-3.[sd]: New test.
	* gas/mips/mips.exp: Run it.

2005-03-09  Ben Elliston  <bje@au.ibm.com>

	* gas/maxq10/maxq10.exp: Remove stray semicolons.
	* gas/maxq20/maxq20.exp: Likewise.

2005-03-08  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/no-fit.[ls]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-03-08  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/xdata.[sd], gas/ia64/xdata-ilp32.d: New.
	* gas/ia64/ia64.exp: Run new tests.

2005-03-08  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/pcrel.d: Account for big endian target.
	* gas/ia64/reloc-bad.s: Enforce 64-bit ABI.

2005-03-08  Hans-Peter Nilsson  <hp@axis.com>

	Adjust testsuite for cris-axis-aout.
	* gas/cris/rd-bcnst.d, gas/cris/rd-usp-1.d: Adjust regexps for a.out output.
	* gas/cris/mulbug-err-1.s, gas/cris/rd-arch-1.d,
	gas/cris/rd-arch-2.d, gas/cris/rd-arch-3.d, gas/cris/rd-break32.d,
	gas/cris/rd-pcrel2.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
	gas/cris/rd-usp-1b.d, gas/cris/v32-err-7.s: Pass --em=criself.

2005-03-04  David Daney  <ddaney@avtrex.com>

	* gas/mips/elf-rel23b.d: Use '__gnu_local_gp' instead of '_gp'
	for -mno-shared optimization.
	* gas/mips/elf-rel25a.d: Ditto.

2005-03-04  Nick Clifton  <nickc@redhat.com>

	* gas/arm/arm.exp: Fix test for running the "undefined" to catch
	more non-ELF cases.
	* gas/arm/pic.d: Fix for vxworks target.
	* gas/arm/basic.d: Likewise.
	* gas/arm/unwind.d: Likewise.

2005-03-04  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/ldstla-{n32.s, n32.d, n32-shared.d}: Delete.
	* gas/mips/ldstla-{n64.d, n64-shared.d}: Adjust expected output
	for loads and stores from constant addresses.
	* gas/mips/ldstla-{sym32.s, eabi64.d, n64-sym32.d}: New tests.
	* gas/mips/mips.exp: Run them.

2005-03-03  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/mips.exp: Move tls tests to main $elf block.

2005-03-03  Nick Clifton  <nickc@redhat.com>

	* gas/macros/macros.exp (and.s): Expect this test to fail for the
	tic4x-coff target because it uses the '&' character as a line
	separator.

	* gas/sh/basic.exp: Add an sh-hms version of the pcrel test.
	* gas/sh/pcrel-hms.d: New file.  Adjusted form of pcrel-coff.d for
	the sh-hms target.
	* gas/sh/arch/arch.exp: Expect the same failures for sh-hms port
	as for the sh-coff port.

	* gas/macros/macros.exp (run_list_test): Also expect the msp430
	port to fail the strings test because it defines
	ONLY_STANDARD_ESCAPES.

	* gas/arm/arch6zk.s: Add three nop instructions in order to pad
	the .text section out to a 32-byte boundary as will automatically
	be done by the arm-aout target.
	* gas/arm/arch6zk.d: Add expected nop disassemblies.

	* gas/d30v/serial.l: Remove listing lines that are no longer
	emitted and fix up expected binary encoding.
	* gas/d30v/serial2.l: Likewise.
	* gas/d30v/serial2O.l: Likewise.

2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>

	* gas/arc/extensions.s: Add tests for extcoreregister.
	* gas/arc/extensions.d: Likewise.
	* gas/arc/warn.s: Warnings for readonly core registers accessed.
	* gas/arc/warn.d: Likewise.
	* testsuite/gas/arc/arc.exp: Run extensions testcase.

2005-03-03  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/noat-1.d: Add -mips1 to assembler options.

2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>

	* gas/arc/ld.s: Add checks for short immediates with ld.
	* gas/arc/ld.d: Likewise.

2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>

	* gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
	gas/mips/tls-ill.s: New files.
	* gas/mips/mips.exp: Run TLS tests.

2005-03-02  Alan Modra  <amodra@bigpond.net.au>

	* gas/ppc/astest.d: Adjust for relocs reduced to section sym.
	* gas/ppc/astest2.d: Likewise.
	* gas/ppc/astest2_64.d: Likewise.
	* ppc/astest64.d: Likewise.
	* ppc/booke.d: Likewise.
	* ppc/power4.d: Likewise.
	* ppc/test1elf32.d: Likewise.
	* ppc/test1elf64.d: Likewise.

2005-03-02  Jan Beulich  <jbeulich@novell.com>

	* gas/i386/cr-err.[ls]: New.
	* gas/i386/crx.[ds]: New.
	* gas/i386/i386.exp: Run new tests.

2005-03-02  Jan Beulich  <jbeulich@novell.com>

	* gas/i386/intelok.d: Add -r to objdump options. Adjust expectations.
	* gas/i386/intelok.s: Add checks for various special memory operands.

2005-03-01  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>

	* gas/arc/extensions.s: New file.
	* gas/arc/extensions.d: New file.

2005-03-01  Nick Clifton  <nickc@redhat.com>

	* gas/arm/arm.exp (undefined): Run a COFF variant of this test for
	COFF based ports.
	* gas/arm/undefined_coff.s: New file: Variant of undefined.s but
	with a COFF formated local label name.
	* gas/arm/undefined_coff.l: New file.  Variant of undefined.l.

2005-03-01  Stig Petter Olsroed  <stigpo@users.sourceforge.net>
	    Nick Clifton  <nickc@redhat.com>

	* gas/arm/inst.d: Allow for ARM ports which decode the reloc
	associated with branches and so show the exact symbolic
	destination address rather than an offset from the start of the
	section.
	* gas/arm/pic.d: Likewise.

2005-03-01  Alan Modra  <amodra@bigpond.net.au>

	* gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
	* gas/m68k/mcf-mac.d: Likewise.
	* gas/m68k/mcf-mov3q.d: Likewise.
	* gas/m68k/mode5.d: Likewise.

2005-02-22  Eric Christopher  <echristo@redhat.com>

	* gas/mips/elf-rel10.d: Update for label change.

2005-02-22  Maciej W. Rozycki  <macro@mips.com>

	* gas/mips/mips16-dwarf2.d: Pass -mabi=32.  Include relocation
	information.
	* gas/mips/mips16-dwarf2-n32.d: New test to check DWARF2 line
	information for MIPS16 for the n32 ABI.
	* gas/mips/mips.exp. Run the new test.

2005-02-22  Eric Christopher  <echristo@redhat.com>

	* gas/mips/elf-rel10.s: Add label for frob.

2005-02-22  Maciej W. Rozycki  <macro@mips.com>

	* gas/mips/mips16-dwarf2.d: New test to check DWARF2 line
	information for MIPS16.
	* gas/mips/mips16-dwarf2.s: Source for the new test.
	* gas/mips/mips.exp: Run the new test.

2005-02-21  Alan Modra  <amodra@bigpond.net.au>

	* gas/d10v/instruction_packing-005.d: Adjust.
	* gas/d10v/instruction_packing-008.d: Ignore disassembled stabs.
	* gas/d10v/instruction_packing-009.d: Likewise.
	* gas/d10v/instruction_packing-010.d: Likewise.
	* gas/d10v/warning-001.d: Use #warning instead of #error.
	* gas/d10v/warning-002.d: Likewise.
	* gas/d10v/warning-003.d: Likewise.
	* gas/d10v/warning-004.d: Likewise.
	* gas/d10v/warning-005.d: Likewise.
	* gas/d10v/warning-006.d: Likewise.
	* gas/d10v/warning-007.d: Likewise.
	* gas/d10v/warning-008.d: Likewise.
	* gas/d10v/warning-009.d: Likewise.
	* gas/d10v/warning-010.d: Likewise.
	* gas/d10v/warning-011.d: Likewise.
	* gas/d10v/warning-012.d: Likewise.
	* gas/d10v/warning-013.d: Likewise.
	* gas/d10v/warning-015.d: Likewise.
	* gas/d10v/warning-016.d: Likewise.
	* gas/d10v/warning-017.d: Likewise.
	* gas/d10v/warning-018.d: Likewise.
	* gas/d10v/warning-019.d: Likewise.
	* lib/gas-defs.exp (run_dump_test): Don't require a dump program if
	#warning given.  Rearrange to allow $program to remain unset.
	Fail the test if warning not found when expected.  Conversely fail
	the test if assembler errors or warnings given when not expected.

2005-02-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>

	* gas/mips/noat-1.s, gas/mips/noat-1.d, gas/mips/noat-2.s,
	gas/mips/noat2.l, gas/mips/noat-3.s, gas/mips/noat-3.l,
	gas/mips/noat-4.s, gas/mips/noat-4.l, gas/mips/noat-5.s,
	gas/mips/noat-5.l, gas/mips/noat-6.s, gas/mips/noat-6.l,
	gas/mips/noat-7.s, gas/mips/noat-7.l: New files, testcases for
	.set noat in macro expansions.
	* gas/mips/mips.exp: Run new testcases.
	* gas/mips/rol-hw.d, gas/mips/rol-hw.l, gas/mips/rol.d,
	gas/mips/rol.l, gas/mips/rol.s, gas/mips/rol64-hw.d,
	gas/mips/rol64-hw.l, gas/mips/rol64.d, gas/mips/rol64.l,
	gas/mips/rol64.s, gas/mips/uld2-eb.d, gas/mips/uld2-el.d,
	gas/mips/uld2.l, gas/mips/uld2.s, gas/mips/ulh2-eb.d,
	gas/mips/ulh2-el.d, gas/mips/ulh2.l, gas/mips/ulh2.s,
	gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-eb.d,
	gas/mips/ulw2-el-ilocks.d, gas/mips/ulw2-el.d, gas/mips/ulw2.l,
	gas/mips/ulw2.s: Don't try to test .set noat.

2005-02-17  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/hint.b-err.l: New file.
	* gas/ia64/hint.b-err.s: Likewise.
	* gas/ia64/hint.b-warn.l: Likewise.
	* gas/ia64/hint.b-warn.s: Likewise.

	* gas/ia64/ia64.exp: Run hint.b-err and hint.b-warn.

	* gas/ia64/opc-b.d: Pass -mhint.b=ok to as.

2005-02-17  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/nostkreg.[ds]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-02-16  Alan Modra  <amodra@bigpond.net.au>

	* gas/all/gas.exp (quad): Don't run on i960.

2005-02-15  Nigel Stephens  <nigel@mips.com>
	    Maciej W. Rozycki  <macro@mips.com>

	* gas/mips/mips16-hilo.d: New test for the R_MIPS16_HI16 and
	R_MIPS16_LO16 relocs.
	* gas/mips/mips16-hilo-n32.d: Likewise, for the n32 ABI.
	* gas/mips/mips16-hilo.s: Source for the new tests.
	* gas/mips/mips.exp: Run the new tests.

2005-02-15  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/pcrel.[ds]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-02-15  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/dv-raw-err.l: Expect specific resource for RAW
	violation on b0.
	* gas/ia64/regval.[ls]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-02-15  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/dv-raw-err.s: Don't use r0 or f0 as output operand.
	* gas/ia64/dv-waw-err.s: Likewise.
	* gas/ia64/reg-err.[ls]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-02-15  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/reloc.[ds]: New.
	* gas/ia64/reloc-bad.[ls]: New.
	* gas/ia64/ia64.exp: Run new tests.

2005-02-15  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/operand-or.d: Pass -xnone to assembler.

2005-02-13  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/label.l: Adjust line numbers.
	* gas/ia64/label.s: Add .explicit.
	* gas/ia64/nop_x.s: Likewise.
	* gas/ia64/opc-a.d: Add assembler option -xnone.
	* gas/ia64/opc-b.d: Likewise.
	* gas/ia64/opc-f.d: Likewise.
	* gas/ia64/opc-i.d: Likewise.
	* gas/ia64/opc-m.d: Likewise.
	* gas/ia64/opc-x.d: Likewise.
	* gas/ia64/pseudo.d: Likewise.
	* gas/ia64/regs.d: Likewise.
	* gas/ia64/tls.d: Likewise.
	* gas/ia64/unwind-err.l: Adjust line numbers.
	* gas/ia64/unwind-err.s: Remove explicit stops.

2005-02-13  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/pound.[ls]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-02-13  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/ia64.exp: Add "operand-or".

	* gas/ia64/operand-or.d: New file.
	* gas/ia64/operand-or.s: Likewise.

2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/ia64.exp: Pass -munwind-check=error for unwind-err
	and proc.

2005-02-09  Jan Beulich  <jbeulich@novell.com>

	* gas/i386/intelok.s: Remove comments disabling alternative forms of
	fbld, fbstp, and fldcw.
	* gas/i386/intelok.d: Expect two instances of fbld, fbstp, and fldcw.

2005-02-07  Inderpreet Singh <inderpreetb@noida.hcltech.com>

	* gas/maxq10/jump.d: Fixed relative jump offset.
	* gas/maxq10/call.d: Likewise.
	* gas/maxq20/jump.d: Likewise.
	* gas/maxq20/call.d: Likewise.

2005-02-07  Hans-Peter Nilsson  <hp@axis.com>

	* lib/gas-defs.exp: Support new directive "warning".

2005-02-02  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/pred-rel.s: New.
	* gas/ia64/ia64.exp: Run new test.

2005-01-31  Daniel Jacobowitz  <dan@codesourcery.com>

	* gas/mips/elf-rel23.d, gas/mips/elf-rel23a.d: Accept little-endian.
	* gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Accept section
	symbol names.

2005-01-31  Jan Beulich  <jbeulich@novell.com>

	* gas/macros/repeat.[ds]: New.
	* gas/macros/macros.exp: Run new test.

2005-01-31  Jan Beulich  <jbeulich@novell.com>

	* gas/macros/badarg.[ls]: New.
	* gas/macros/end.[ls]: New.
	* gas/macros/redef.[ls]: New.
	* gas/macros/macros.exp (run_list_test): Copy from elsewhere.
	Run new tests.

2005-01-31  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/operands.[ls]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-01-31  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/proc.[ls]: New.
	* gas/ia64/unwind-err.[ls]: New.
	* gas/ia64/ia64.exp: Run new tests.

2005-01-31  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/bundling.[ds]: New.
	* gas/ia64/label.[ls]: New.
	* gas/ia64/last.[ls]: New.
	* gas/ia64/slot2.[ls]: New.
	* gas/ia64/ia64.exp: Run new tests.

2005-01-31  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/pseudo.[ds]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-01-27  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/nop_x.[ds]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-01-27  Jan Beulich  <jbeulich@novell.com>

	* gas/ia64/dv-waw-err.l: Don't expect ar112 move warning to refer to
	M-unit.
	* gas/ia64/mov-ar.[ds]: New.
	* gas/ia64/ia64.exp: Run new test.

2005-01-24  Nick Clifton  <nickc@redhat.com>

	* gas/all/sleb128.d: Do not assume an 8-bit byte.
	* gas/all/quad.d: Likewise.  Also allow for ports which order
	bytes within words in other than simple big-endian or
	little-endian fashions.

2005-01-19  Richard Sandiford  <rsandifo@redhat.com>

	* gas/all/sleb128.[sd]: New test.
	* gas/all/quad.[sd]: New test.
	* gas/all/gas.exp: Run them.

2005-01-17  Andrew Stubbs  <andrew.stubbs@st.com>

	* gas/sh/arch/arch.exp: Correct the email address.
	Correct a few comment typos.
	Add new tests to ensure that the assembler will only accept
	instructions valid in each architecture and vice-versa.
	* gas/sh/arch/arch_expected.txt: Update/Correct the test results.
	* gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
	* gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
	* gas/sh/arch/sh2a-nofpu.s: Generate new file.
	* gas/sh/arch/sh2a-or-sh3e.s: Regenerate.
	* gas/sh/arch/sh2a-or-sh4.s: Regenerate.
	* gas/sh/arch/sh2a.s: Generate new file.
	* gas/sh/arch/sh2e.s: Regenerate.
	* gas/sh/arch/sh2.s: Regenerate.
	* gas/sh/arch/sh3-dsp.s: Regenerate.
	* gas/sh/arch/sh3e.s: Regenerate.
	* gas/sh/arch/sh3-nommu.s: Regenerate.
	* gas/sh/arch/sh3.s: Regenerate.
	* gas/sh/arch/sh4al-dsp.s: Regenerate.
	* gas/sh/arch/sh4a-nofpu.s: Regenerate.
	* gas/sh/arch/sh4a.s: Regenerate.
	* gas/sh/arch/sh4-nofpu.s: Regenerate.
	* gas/sh/arch/sh4-nommu-nofpu.s: Regenerate.
	* gas/sh/arch/sh4.s: Regenerate.
	* gas/sh/arch/sh-dsp.s: Regenerate.
	* gas/sh/arch/sh.s: Regenerate.

2005-01-12  H.J. Lu  <hongjiu.lu@intel.com>

	* i386/i386.exp: Run "sib".

	* gas/i386/sib.d: New file.
	* gas/i386/sib.s: Likewise.

2005-01-09  Andreas Schwab  <schwab@suse.de>

	* gas/i386/intel16.d: Ignore trailing text with #pass.
	* gas/i386/intelok.d: Likewise.
	* gas/i386/prefix.d: Likewise.
	* gas/i386/sub.d: Likewise.
	* gas/i386/padlock.d: Likewise.
	* gas/i386/x86_64.d: Likewise.

2005-01-05  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].

2004-12-31  Alan Modra  <amodra@bigpond.net.au>

	* gas/elf/elf.exp: Don't list reloc sections.
	* gas/elf/section5.e: Remove reloc sections.

2004-12-21  Tomer Levi  <Tomer.Levi@nsc.com>

	* gas/crx/beq_insn.d: Update reference file according to
	disassembler printing method.
	* gas/crx/bit_insn.d: Likewise.
	* gas/crx/br_insn.d: Likewise.
	* gas/crx/cmpbr_insn.d: Likewise.
	* gas/crx/cop_insn.d: Likewise.
	* gas/crx/load_stor_insn.d: Likewise.

2004-12-21  Hans-Peter Nilsson  <hp@axis.com>

	* gas/elf/section5.e, gas/elf/section5.l: Replace [:digit:],
	[:xdigit:] and {N} in regexps with [0-9], [0-9a-fA-F] and N
	copies, to cater to tcl versions before Tcl 8.2.3.

2004-12-20  Nick Clifton  <nickc@redhat.com>

	* gas/elf/section5.[ls]: Use % instead of @ in .section
	directives.

2004-12-16  Richard Sandiford  <rsandifo@redhat.com>

	* gas/v850/split-lo16.{s,d}: New test.
	* gas/v850/v850.exp: Run it.

2004-12-15 Jan Beulich  <jbeulich@novell.com>

	* gas/elf/section5.[els]: New.

2004-12-13  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different
	.text alignments.

2004-12-11  Alan Modra  <amodra@bigpond.net.au>

	* gas/alpha/elf-usepv-1.d: Update for changed section syms.
	* gas/arm/mapping.d: Likewise.
	* gas/mips/tmips16-e.d: Likewise.
	* gas/mips/tmips16-f.d: Likewise.
	* gas/mmix/align-1.d: Likewise.
	* gas/mmix/basep-10.d: Likewise.
	* gas/mmix/basep-11.d: Likewise.
	* gas/mmix/basep-7.d: Likewise.
	* gas/mmix/basep-8.d: Likewise.
	* gas/mmix/basep-9.d: Likewise.
	* gas/mmix/builtin1.d: Likewise.
	* gas/mmix/builtin2.d: Likewise.
	* gas/mmix/builtin3.d: Likewise.
	* gas/mmix/bz-c.d: Likewise.
	* gas/mmix/comment-2.d: Likewise.
	* gas/mmix/comment-3.d: Likewise.
	* gas/mmix/cons-2.d: Likewise.
	* gas/mmix/fb-1.d: Likewise.
	* gas/mmix/fb-2.d: Likewise.
	* gas/mmix/geta-c.d: Likewise.
	* gas/mmix/greg1.d: Likewise.
	* gas/mmix/greg1a.d: Likewise.
	* gas/mmix/greg2.d: Likewise.
	* gas/mmix/greg2a.d: Likewise.
	* gas/mmix/greg3.d: Likewise.
	* gas/mmix/greg4.d: Likewise.
	* gas/mmix/greg5.d: Likewise.
	* gas/mmix/greg6.d: Likewise.
	* gas/mmix/greg7.d: Likewise.
	* gas/mmix/greg8.d: Likewise.
	* gas/mmix/is-1.d: Likewise.
	* gas/mmix/jump-c.d: Likewise.
	* gas/mmix/local-1.d: Likewise.
	* gas/mmix/locall1.d: Likewise.
	* gas/mmix/odd-1.d: Likewise.
	* gas/mmix/op-0-1.d: Likewise.
	* gas/mmix/op-0-1s.d: Likewise.
	* gas/mmix/op-0-2.d: Likewise.
	* gas/mmix/prefix1.d: Likewise.
	* gas/mmix/prefix2.d: Likewise.
	* gas/mmix/prefix3.d: Likewise.
	* gas/mmix/pseudo-1.d: Likewise.
	* gas/mmix/pushj-c.d: Likewise.
	* gas/mmix/pushj-cs.d: Likewise.
	* gas/mmix/sym-1.d: Likewise.
	* gas/mmix/weak1-s.d: Likewise.
	* gas/mmix/weak1.d: Likewise.
	* gas/mmix/zerop-1.d: Likewise.
	* gas/ppc/power4.d: Likewise.
	* gas/ppc/test1elf32.d: Likewise.
	* gas/ppc/test1elf64.d: Likewise.
	* gas/sh/sh64/datal32-3.d: Likewise.
	* gas/sh/sh64/datal64-3.d: Likewise.
	* gas/sh/sh64/localcom-1.d: Likewise.

2004-12-10  Ian Lance Taylor  <ian@wasabisystems.com>

	* gas/mips/elf-rel23a.d: New test.
	* gas/mips/elf-rel23b.d: New test.
	* gas/mips/elf-rel25.s: New test.
	* gas/mips/elf-rel25.d: New test.
	* gas/mips/elf-rel25a.d: New test.
	* gas/mips/mips.exp: Run new tests.

2004-12-09  Paul Brook  <paul@codesourcery.com>

	* gas/arm/unwind.d: Expect R_ARM_PREL31 relocations.

2004-12-09  Ian Lance Taylor  <ian@wasabisystems.com>

	* gas/mips/branch-swap.d: Pass -32 to as.

2004-11-29  Tomer Levi  <Tomer.Levi@nsc.com>

	* gas/crx/br_insn.d: Fix error in expected disassembly.

2004-11-29  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>

	* testsuite/gas/m32r/rela-1.s: New test.
	* testsuite/gas/m32r/rela-1.d: Expected disassembly.
	* testsuite/gas/m32r/m32r.exp: Run the new test.
	* testsuite/gas/m32r/relax-1.d: Update for fixed pcrel reloc
	generation.

2004-11-27  Richard Earnshaw  <rearnsha@arm.com>

	* gas/testsuite/arm/thumbv6.d (setend): Remove stray tab at end
	of dump pattern.

2004-11-25  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/group-1.d: Adjust expected secion ordering.

2004-11-25 Jan Beulich  <jbeulich@novell.com>

	* gas/i386/x86-64-inval.[sl]: Remove sahf/lahf.

2004-11-24  Paul Brook  <paul@codesourcery.com>

	* gas/elf/group0a.d: Adjust expected secion ordering.
	* gas/elf/group1a.d: Ditto.
	* gas/elf/section4.d: Ditto.

2004-11-24  Nick Clifton  <nickc@redhat.com>

	* gas/iq2000/allinsn.exp: Remove IQ10 tests.
	* gas/iq2000/q10allinsn.d: Delete.
	* gas/iq2000/q10allinsn.s: Delete.
	* gas/iq2000/q10hazard4.s: Delete.
	* gas/iq2000/q10hazard5.s: Delete.
	* gas/iq2000/q10load-hazards.exp: Delete.
	* gas/iq2000/q10nohazard.s: Delete.
	* gas/iq2000/q10noyield.s: Delete.
	* gas/iq2000/q10test0.d: Delete.
	* gas/iq2000/q10test0.s: Delete.
	* gas/iq2000/q10test1.d: Delete.
	* gas/iq2000/q10test1.s: Delete.
	* gas/iq2000/q10test10.d: Delete.
	* gas/iq2000/q10test10.s: Delete.
	* gas/iq2000/q10test11.d: Delete.
	* gas/iq2000/q10test11.s: Delete.
	* gas/iq2000/q10test12.d: Delete.
	* gas/iq2000/q10test12.s: Delete.
	* gas/iq2000/q10test2.d: Delete.
	* gas/iq2000/q10test2.s: Delete.
	* gas/iq2000/q10test3.d: Delete.
	* gas/iq2000/q10test3.s: Delete.
	* gas/iq2000/q10test4.d: Delete.
	* gas/iq2000/q10test4.s: Delete.
	* gas/iq2000/q10test5.d: Delete.
	* gas/iq2000/q10test5.s: Delete.
	* gas/iq2000/q10test6.d: Delete.
	* gas/iq2000/q10test6.s: Delete.
	* gas/iq2000/q10test7.d: Delete.
	* gas/iq2000/q10test7.s: Delete.
	* gas/iq2000/q10test8.d: Delete.
	* gas/iq2000/q10test8.s: Delete.
	* gas/iq2000/q10test9.d: Delete.
	* gas/iq2000/q10test9.s: Delete.
	* gas/iq2000/q10yield.exp: Delete.
	* gas/iq2000/test.exp: Delete.

2004-11-24  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>

	* gas/arc/st.s: Add checks for other variants of the sr and st
	instruction.
	* gas/arc/st.d: Update the expected disassembly.

2004-11-23  Nick Clifton  <nickc@redhat.com>

	* gas/mn10300/relax.s: Add further tests of the relaxing of branch
	instructions.
	* gas/mn10300/relax.d: Add expected relocations.

2004-11-22  Ravi Ramaseshan  <ravi.ramaseshan@codito.com>

	* gas/arc/ld.s: Add check of load of a long immediate.
	* gas/arc/ld.d: Add expected disassembly.

2004-11-22  Hans-Peter Nilsson  <hp@axis.com>

	* gas/all/gas.exp: Run dg-runtest for all err-*.s and warn-*.s.
	* gas/all/err-1.s, gas/all/warn-1.s: New tests.

2004-11-18  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>

	* gas/maxq10/call.d: Fix expected results now that bfd assembler
	support is enabled by default.
	* gas/maxq10/range.d: Likewise.
	* gas/maxq20/call.d: Likewise.

2004-11-17  Daniel Jacobowitz  <dan@codesourcery.com>

	* gas/arm/mapping.d: Expect F markers for Thumb code.
	* gas/arm/unwind.d: Update big-endian pattern.

2004-11-12  Nick Clifton  <nickc@redhat.com>

	* gas/mn10300/basic.exp: Add relax test.
	* gas/mn10300/relax.s: New test.
	* gas/mn10300/relax.d: Expected results.  Make sure that the
	correct size of instruction has been selected.

2004-11-11  Bob Wilson  <bob.wilson@acm.org>

	* gas/xtensa/short_branch_offset.s: New.
	* gas/xtensa/short_branch_offset.d: New.
	* gas/xtensa/all.exp: Run new test.

2004-11-10  Alan Modra  <amodra@bigpond.net.au>

	* gas/i386/opcode.s: Pad section.
	* gas/i386/intelok.s: Likewise.
	* gas/i386/opcode.d: Update.
	* gas/i386/intelok.d: Update.

2004-11-08  Inderpreet Singh   <inderpreetb@nioda.hcltech.com>
	    Vineet Sharma      <vineets@noida.hcltech.com>

	* gas/maxq10: New directory.  Contains tests for maxq port.
	* gas/maxq20: Likewise.

2004-11-05  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/i386/general.s: Add movzb.
	* gas/i386/general.l: Updated.

2004-11-04  Hans-Peter Nilsson  <hp@axis.com>

	* gas/all/gas.exp: Exclude float.s for crisv32-*-*.
	* gas/cris/operand-err-1.s (test.m constant): Remove xfail marker
	and update rationale.  Mark "ba [external_symbol]" and "ba [r3]"
	as invalid.
	* gas/ieee-fp/x930509a.exp: setup_xfail for crisv32-*-*.
	* gas/macros/macros.exp: setup_xfail strings for crisv32-*-*.
	* gas/cris/abs32-1.s, gas/cris/arch-err-1.s,
	gas/cris/arch-err-2.s, gas/cris/arch-err-3.s,
	gas/cris/arch-err-4.s, gas/cris/arch-err-5.s,
	gas/cris/bound-err-1.s, gas/cris/brokw-3b.s,
	gas/cris/march-err-1.s, gas/cris/march-err-2.s,
	gas/cris/push-err-1.s, gas/cris/push-err-2.s,
	gas/cris/pushpopv32.s, gas/cris/rd-abs32-1.d,
	gas/cris/rd-abs32-2.d, gas/cris/rd-arch-1.d, gas/cris/rd-arch-2.d,
	gas/cris/rd-arch-3.d, gas/cris/rd-bkw1b.d, gas/cris/rd-bkw2b.d,
	gas/cris/rd-bkw3b.d, gas/cris/rd-bound1.d, gas/cris/rd-bound1.s,
	gas/cris/rd-bound2.d, gas/cris/rd-bound3.d, gas/cris/rd-bound4.d,
	gas/cris/rd-break32.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
	gas/cris/rd-spr-1.d, gas/cris/rd-spr-1.s, gas/cris/rd-usp-1.d,
	gas/cris/rd-usp-1b.d, gas/cris/rd-v10_32o-1.d,
	gas/cris/rd-v10_32o-2.d, gas/cris/rd-v10_32o-2.s,
	gas/cris/rd-v32-b1.d, gas/cris/rd-v32-b1.s, gas/cris/rd-v32-b2.d,
	gas/cris/rd-v32-b2.s, gas/cris/rd-v32-b3.d, gas/cris/rd-v32-b3.s,
	gas/cris/rd-v32-f1.d, gas/cris/rd-v32-f1.s, gas/cris/rd-v32-i1.d,
	gas/cris/rd-v32-i1.s, gas/cris/rd-v32-l1.d, gas/cris/rd-v32-l1.s,
	gas/cris/rd-v32-l3.d, gas/cris/rd-v32-l3.s, gas/cris/rd-v32-l4.d,
	gas/cris/rd-v32-l4.s, gas/cris/rd-v32o-1.d, gas/cris/rd-v32s-1.d,
	gas/cris/rd-v32s-2.d, gas/cris/rd-v32s-2.s, gas/cris/rd-v32s-3.d,
	gas/cris/rd-v32s-3.s, gas/cris/rd-v32s-4.d, gas/cris/rd-v32s-4.s,
	gas/cris/rd-vao-1.d, gas/cris/v32-err-1.s, gas/cris/v32-err-10.s,
	gas/cris/v32-err-11.s, gas/cris/v32-err-2.s, gas/cris/v32-err-3.s,
	gas/cris/v32-err-4.s, gas/cris/v32-err-5.s, gas/cris/v32-err-6.s,
	gas/cris/v32-err-7.s, gas/cris/v32-err-8.s, gas/cris/v32-err-9.s:
	New tests.

2004-11-04 Jan Beulich <jbeulich@novell.com>

	* gas/i386/i386.exp: Execute new tests intelbad and intelok.
	* gas/i386/intelbad.[sl]: New test to check for various things not
	permitted in Intel mode.
	* gas/i386/intel.d, gas/i386/opcode.d, gas/i386/x86-64-opcode.d:
	Adjust for change to segment register store.
	* gas/i386/intelok.[sd]: New test to check various Intel mode specific
	things get handled correctly.
	* gas/i386/x86_64.[sd]: Remove unsupported constructs referring to
	'high' and 'low' parts of an operand, which the parser previously
	accepted while neither telling that it's not supported nor that it
	ignored the remainder of the line following these supposed keywords.

2004-10-28  Tomer Levi  <Tomer.Levi@nsc.com>

	* gas/crx/cop_insn.d: Regenerate (after a bug fix in Assembler).

2004-10-27  Tomer Levi  <Tomer.Levi@nsc.com>

	* gas/crx/cop_insn.s: Test new Co-Processor instruction 'cpi'.
	* gas/crx/list_insn.s: Add hi/lo/u<N> registers tests, fix test bugs.
	* gas/crx/cop_insn.d: Regenerate.
	* gas/crx/list_insn.d: Likewise.

2004-10-23  Daniel Jacobowitz  <dan@debian.org>

	* gas/cfi/cfi-arm-1.d, gas/cfi/cfi-arm-1.s: New files.
	* gas/cfi/cfi.exp: Run cfi-arm-1 test.

2004-10-21  Tomer Levi  <Tomer.Levi@nsc.com>

	* gas/crx/cop_insn.s: Reverse operands order in store co-processor
	instructions.
	* gas/crx/list_insn.s: Remove test for unsupported 'popa' instruction.
	* gas/crx/cop_insn.d: Regenerate.
	* gas/crx/list_insn.d: Likewise.

2004-10-14  Paul Brook  <paul@codesourcery.com>

	* gas/arm/mapping.d: Pass --special-syms to objdump.

2004-10-08  Daniel Jacobowitz  <dan@debian.org>

	* gas/i386/i386.exp: Don't run divide test for targets where '/'
	is a comment.  Run x86-64-unwind for 64-bit ELF targets.
	* gas/i386/x86-64-unwind.d, gas/i386/x86-64-unwind.s: New.

2004-10-08  Alan Modra  <amodra@bigpond.net.au>

	* gas/cfi/cfi-common-4.d: Correct for 64 bit targets.

2004-10-07  Bob Wilson  <bob.wilson@acm.org>

	* gas/xtensa/all.exp: Adjust expected error message for j_too_far.
	Change entry_align test to expect an error.
	* gas/xtensa/entry_misalign2.s: Use no-transform instead of
	no-generics directives.

2004-10-07  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/elf-rel{23,24}.[sd]: New tests.
	* gas/mips/mips.exp: New test.

2004-10-07  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/elf-rel22.[sd]: New test.
	* gas/mips/mips.exp: Run it.

2004-10-07  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/elf-rel21.[sd]: New test.
	* gas/mips/mips.exp: Run it.

2004-10-07  Jan Beulich  <jbeulich@novell.com>

	* gas/cfi/cfi-common-4.[ds]: New.
	* gas/cfi/cfi.exp: Run new test.

2004-10-07  Tomer Levi  <Tomer.Levi@nsc.com>

	* gas/crx/cop_insn.s: New file.
	* gas/crx/cop_insn.d: Likewise.
	* gas/crx/load_stor_insn.s: Move Co-processor insns to a separate
	test.
	* gas/crx/misc_insn.s: Likewise.
	* gas/crx/load_stor_insn.d: Regenerate.
	* gas/crx/misc_insn.d: Likewise.

2004-10-06  Aldy Hernandez  <aldyh@redhat.com>

	* gas/ppc/e500.s: Add double-precision instructions.
	* gas/ppc/e500.d: Same.

2004-10-05  Paul Brook  <paul@codesourcery.com>

	* gas/arm/arm.exp: Add unwind table test.  Recognise
	arm-symbian-symbianelf and arm-none-eabi.
	* gas/arm/unwind.s: New file.
	* gas/arm/unwind.d: New file.

2004-10-01  Bill Farmer  <Bill@the-farmers.freeserve.co.uk>

	* gas/pdp11/opcode.d: Fix sob opcode value.

2004-09-30  Paul Brook  <paul@codesourcery.com>

	* gas/arm/arch6zk.d: New file.
	* gas/arm/arch6zk.s: New file.
	* gas/arm/arm.exp: Add them.

2004-09-29  Alan Modra  <amodra@bigpond.net.au>

	* gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
	* gas/i386/secrel.d: Adjust to suit.

2004-09-19  Paul Brook  <paul@codesourcery.com>

	* gas/elf/elf.exp: Recognise additional arm elf targets.

2004-09-17  Paul Brook  <paul@codesourcery.com>

	* gas/arm/pic.s: Add (target2).
	* gas/arm/pic.d: Ditto.

2004-09-13  Paul Brook  <paul@codesourcery.com>

	* gas/arm/pic.d: Rename RELABS to TARGET1.
	* gas/arm/pic.s: Ditto.

2004-09-03  Tomer Levi  <Tomer.Levi@nsc.com>

	* gas/crx: New directory.
	* gas/crx/allinsn.exp: New test script.
	* gas/crx/arith_insn.s: New file.
	* gas/crx/arith_insn.d: Likewise.
	* gas/crx/beq_insn.s: Likewise.
	* gas/crx/beq_insn.d: Likewise.
	* gas/crx/bit_insn.s: Likewise.
	* gas/crx/bit_insn.d: Likewise.
	* gas/crx/br_insn.s: Likewise.
	* gas/crx/br_insn.d: Likewise.
	* gas/crx/cmov_insn.s: Likewise.
	* gas/crx/cmov_insn.d: Likewise.
	* gas/crx/cmpbr_insn.s: Likewise.
	* gas/crx/cmpbr_insn.d: Likewise.
	* gas/crx/jscond_insn.s: Likewise.
	* gas/crx/jscond_insn.d: Likewise.
	* gas/crx/list_insn.s: Likewise.
	* gas/crx/list_insn.d: Likewise.
	* gas/crx/load_stor_insn.s: Likewise.
	* gas/crx/load_stor_insn.d: Likewise.
	* gas/crx/misc_insn.s: Likewise.
	* gas/crx/misc_insn.d: Likewise.
	* gas/crx/no_op_insn.s: Likewise.
	* gas/crx/no_op_insn.d: Likewise.
	* gas/crx/shift_insn.s: Likewise.
	* gas/crx/shift_insn.d: Likewise.

2004-08-27  Richard Sandiford  <rsandifo@redhat.com>

	* gas/frv/fr550-pack1.[sd]: New test.
	* gas/frv/allinsn.exp: Run it.

2004-08-27  Nick Clifton  <nickc@redhat.com>

	* gas/i386/i386.exp: Allow pcrel test for COFF targets as well,
	but not for PE targets.  Similarly for the absrel test.

2004-08-26  Nick Clifton  <nickc@redhat.com>

	* gas/i386/i386.exp: Group ELF specific tests together.  Move the
	pcrel test into the ELF only section.  Use is_elf_format to test
	for ELF based toolchains.

2004-08-25  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/all/gas.exp: Use `string match ""' instead of `eq ""'.

2004-08-24  Jan Beulich  <jbeulich@novell.com>

	* gas/all/altmacro.[sd]: Split out part from here...
	* gas/all/altmac2.[sd]: ... to here.
	* gas/all/excl.s: New.
	* gas/all/gas.exp: Suppress both tests for a few targets known to
	break. Run the new (split out) test only when the target doesn't
	use '!' as a comment character.

2004-08-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>

	* gas/mips/branch-swap.s: New testcase.
	* gas/mips/branch-swap.d: New testcase.
	* gas/mips/mips.exp: Run the testcase.

2004-08-18  Nick Clifton  <nickc@redhat.com>

	* gas/macros/strings.s: Remove #NO_APP, accidentally committed as
	part of another patch.

2004-08-15  Nick Clifton  <nickc@redhat.com>

	* gas/all/altmacro.d: Allow for rest of frag being padded to an
	alignment boundary.

	* gas/arm/arm.exp: Run bignum test for ELF based targets only.

2004-08-16  Alan Modra  <amodra@bigpond.net.au>

	* gas/cfi/cfi-alpha-1.d: Adjust for readelf fix.
	* gas/cfi/cfi-alpha-3.d: Likewise.
	* gas/cfi/cfi-i386.d: Likewise.
	* gas/cfi/cfi-m68k.d: Likewise.
	* gas/cfi/cfi-ppc-1.d: Likewise.
	* gas/cfi/cfi-s390-1.d: Likewise.
	* gas/cfi/cfi-s390x-1.d: Likewise.
	* gas/cfi/cfi-sh-1.d: Likewise.
	* gas/cfi/cfi-sparc-1.d: Likewise.
	* gas/cfi/cfi-sparc64-1.d: Likewise.
	* gas/cfi/cfi-x86_64.d: Likewise.

2004-08-13 Jan Beulich <jbeulich@novell.com>

	* gas/all/altmacro.[sd]: New test.
	* gas/all/gas.exp: Run the new test.

2004-08-10  Mark Mitchell  <mark@codesourcery.com>

	* gas/arm/bignum1.s: New test.
	* gas/arm/arm.exp: Run it.

2004-08-06  Paul Brook  <paul@codesourcery.com>

	* gas/arm/pic.s,d: Test RELABS and SBREL relocations.

2004-08-05  Nitin Yewale  <nitiny@kpitcummins.com>

	* h8300/h8300.exp: Addition of new test case to check rx
	generation with adds and subs instruction for plain H8/300 target.
	* h8300/addsubrxcheck.s: New test source file.

2004-08-01  Stephane Carrez  <stcarrez@nerim.fr>

	* gas/m68hc11/m68hc11.exp: Fix tests for 2.15
	* gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
	* gas/symver/symver.exp: Likewise for symver tests.

2004-07-30  Michal Ludvig  <mludvig@suse.cz>

	* gas/i386/padlock.s, gas/i386/padlock.d: New tests for
	VIA PadLock instructions.

2004-07-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* gas/sh/basic.exp: Don't do sh2a test for sh5.
	* gas/sh/sh2a.d: Match elf32-sh* format too.

2004-07-29  Alexandre Oliva  <aoliva@redhat.com>

	2003-12-30  DJ Delorie  <dj@redhat.com>
	* gas/sh/sh2a.s: New.
	* gas/sh/sh2a.d: New.
	* gas/sh/basic.exp: Add it.

2004-07-27  Tomer Levi  <Tomer.Levi@nsc.com>

	* gas/all/gas.exp (do_930509a): Disable test for crx.

2004-07-22  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/i386/x86-64-inval.l: Remove the leading `+'.

2004-07-22  Nick Clifton  <nickc@redhat.com>

	PR/280
	* gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
	* gas/h8300/ffxx1-elf.d: Likewise.
	* gas/h8300/h8sx_disp2.d: Likewise.
	* gas/h8300/h8sx_mov_imm.d: Likewise.
	* gas/h8300/h8sx_rtsl.d: Likewise.
	* gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
	* gas/h8300/ffxx1-elf.s: Likewise.

2004-07-21  Jan Beulich <jbeulich@novell.com>

	* gas/i386/x86-64-addr32.[ds]: New test for x86-64 32-bit
	addressing in 64-bit mode.
	* gas/i386/x86-64-rip.[ds]: New test for x86-64 rip-relative
	addressing.
	* gas/i386/i386.exp: Run the two new tests.

	* gas/cfi/cfi-x86_64.d: Adjust expectation for leave to	not have a
	rex prefix.
	* gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal
	in 64-bit mode.

2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>

	* gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test
	expects load delay slots.

2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>

	* gas/mips/vr5400.d: Update for a correct disassembly of
	"racm.ob".

2004-07-20  Maciej W. Rozycki  <macro@linux-mips.org>

	* gas/mips/mips32.s: Adjust for the unified "break" syntax.  Add
	another "break" case.  Update the comment accordingly.
	* gas/mips/set-arch.s: Likewise.
	* gas/mips/mips32.d: Adjust for the new output.
	* gas/mips/set-arch.d: Likewise.

2004-07-15  Nitin Yewale <nitiny@kpitcummins.com>

	* gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of
	new test case for H8300H normal target to check symbol
	address generation.
	* gas/h8300/symaddgen.s: New test.

2004-07-13  Nick Clifton  <nickc@redhat.com>

	* gas/i386/intel.s: Add test of newly expand arithmetic support
	for Intel mode assembler.
	* gas/i386/intel.d: Add expected disassmbly.

2004-07-13  Nick Clifton  <nickc@redhat.com>

	* gas/vtable: Delete directory.  These tests are no longer needed
	as the VTABLE_ reloc support is obsolete.

2004-07-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>

	* gas/m32r/pic.exp: Add New Test case for @GOTOFF, @GOT, @PLT.
	* gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
	* gas/m32r/pic2.d: New file: Expected results.

2004-07-08  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/elf-rel7.d: Expect relocations against bar to refer to bar.
	* gas/mips/elf-refl19.d: Likewise L2.

2004-07-03  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
	the earliest %lo().
	* gas/mips/elf-rel11.d: Don't expect the relocs to be reordered.
	* gas/mips/elf-rel20.[sd]: New test.
	* gas/mips/mips.exp: Run it.

2004-07-03  Maciej W. Rozycki  <macro@linux-mips.org>

	* gas/mips/elf-rel9.[sd]: Fix typo in %lo() expression.

2004-07-01  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/group-1.d: New.
	* gas/ia64/group-1.s: Likewise.

	* gas/ia64/ia64.exp: Add group-1 to test comdat group.

2004-06-30  James E Wilson  <wilson@specifixinc.com>

	* gas/ia64/dv-imply.d: Update.
	* gas/ia64/dv-mutex.d: Likewise.
	* gas/ia64/dv-safe.d: Likewise.

2004-06-29  Alan Modra  <amodra@bigpond.net.au>

	* gas/m68k/mode5.s: Pad section.
	* gas/m68k/mode5.d: Update.

2004-06-28  Alan Modra  <amodra@bigpond.net.au>

	* gas/ppc/power4.d: Update.

2004-06-24  Alan Modra  <amodra@bigpond.net.au>

	* gas/i386/prescott.s: Remove fisttpd and fisttpq.
	* gas/i386/prescott.d: Update.

2004-06-08  Jakub Jelinek  <jakub@redhat.com>

	* gas/ia64/dv-raw-err.s: Add some new postinc tests.
	* gas/ia64/dv-raw-err.l: Updated.

2004-05-28  Peter Barada <peter@the-baradas.com>

	* gas/m68k/mode5.s: New test file.  Checks conversion of mode 5
	addressing with zero offset into mode 2 addressing.
	* gas/m68k/mode5.d: New file: Expected disassmbly.
	* gas/m68k/all.exp: Run new test.

2004-05-27  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/regs.d: Updated.

2004-05-26  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/ia64.exp: Run invalid-ar.

	* gas/ia64/invalid-ar.l: New file. Test invalid AR access.
	* gas/ia64/invalid-ar.s: Likewise.

2004-05-24  Peter Barada  <peter@the-baradas.com>

	* gas/m68k/mcf-emac.d: Provide correct disassembler results.
	* gas/m68k/mcf-mac.d: Provide correct disassembler results.

2004-05-20  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/ia64/dv-srlz.d: Fix a typo.

2004-05-12  Ben Elliston  <bje@au.ibm.com>

	* gas/h8300/t03_add.exp: Remove stray semicolons.
	* gas/h8300/t04_sub.exp: Likewise.
	* gas/h8300/t05_cmp.exp: Likewise.
	* gas/h8300/t08_or.exp: Likewise.
	* gas/h8300/t09_xor.exp: Likewise.
	* gas/h8300/t10_and.exp: Likewise.
	* gas/hppa/reloc/reloc.exp: Likewise.
	* gas/hppa/unsorted/unsorted.exp: Likewise.
	* gas/i386/i386.exp: Likewise.
	* gas/m68hc11/m68hc11.exp: Likewise.
	* gas/mips/mips.exp: Likewise.
	* gas/sparc/sparc.exp: Likewise.
	* lib/gas-defs.exp: Likewise.

2004-05-11  Nick Clifton  <nickc@redhat.com>

	* gas/elf/section4.s: New test.  Checks label arithmetic when
	multiple same-name sections exist.
	* gas/elf/section4.d: New file: Expected section list
	* gas/elf/elf.exp: Run the new test.
	* gas/elf/group0.s: Use % instead of @ for type argument to
	.section directive (for compatability with ARM port).
	* gas/elf/group1.s: Likewise.

2004-05-07  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/vr4122.[sd]: Rename to...
	* gas/mips/vr4120-2.[sd]: ...and add tests for VR4181A errata
	MD(1) and MD(4).
	* gas/mips/mips.exp: Update accordingly.

2004-05-05  Alexandre Oliva  <aoliva@redhat.com>

	* gas/frv/reloc1.d: Match elf32-frvfdpic as well.
	* gas/frv/fr405-insn.d: Likewise.
	* gas/frv/fr450-insn.d: Likewise.

2004-04-30  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/elf/elf.exp: Remove group1, add group1a and group1b for
	section group.

	* gas/elf/group1a.d: New file.
	* gas/elf/group1b.d: Likewise.

	* gas/elf/group1.e: Removed.

2004-04-30  Nick Clifton  <nickc@redhat.com>

	* gas/arm/reg-alias.s: New file: Test case sensitive register
	aliases.
	* gas/arm/reg-alias.d: New file: Expected test output.
	* gas/arm/arm.exp: Run reg-alias test.
	Arrange tests in a more orderly fashion.

2004-04-30  Ben Elliston  <bje@au.ibm.com>

	* gas/ppc/power4.s: Add dcbz and dcbzl test cases.
	* gas/ppc/power4.d: Update accordingly.

2004-04-26  H.J. Lu  <hongjiu.lu@intel.com>

	* gas/elf/elf.exp: Add group0a, group0b and group1 for section
	group.

	* gas/elf/group0.s: New file.
	* gas/elf/group0a.d: Likewise.
	* gas/elf/group0b.d: Likewise.
	* gas/elf/group1.e: Likewise.
	* gas/elf/group1.s: Likewise.

2004-04-23  Nick Clifton  <nickc@redhat.com>

	* gas/symver/symver1.d: Cope with extra symbols inserted by
	arm-elf toolchains.
	* gas/symver/symver0.d: Likewise
	* gas/elf/symver.d: Likewise.

2004-04-22  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* gas/sh/pcrel2.d: Update.
	* gas/sh/tlsd.d: Update.
	* gas/sh/tlsnopic.d: Update.
	* gas/sh/tlspic.d: Update.

2004-04-22  Mark Kettenis  <kettenis@gnu.org>

	* lib/gas-defs.exp (is_elf_format): Add OpenBSD support.

2004-04-22  Atsushi Nemoto  <anemo@mba.ocn.ne.jp>

	* gas/mips/lb-xgot-ilocks.d: Remove nops in load delay slot.
	* gas/mips/mips-abi32-pic.d: Likewise.
	* gas/mips/mips-abi32-pic2.d: Likewise.
	* gas/mips/mips-gp32-fp32-pic.d: Likewise.
	* gas/mips/mips-gp32-fp64-pic.d: Likewise.
	* gas/mips/mips-gp64-fp32-pic.d: Likewise.
	* gas/mips/mips-gp64-fp64-pic.d: Likewise.
	* gas/mips/relax-swap1-mips2.d: Likewise.
	* gas/mips/lb-svr4pic-ilocks.d: New test.
	* gas/mips/mips.exp: Run it.

2004-04-22  Paul Brook  <paul@codesourcery.com>

	* maverick.c (off8s): Test full shifted operand range.
	(MCC2): Define.
	(MVDSPACC, MVACCDSP): Use it.
	* maverick.d, maverick.s: Regenerate.

2004-04-22  Peter Barada <peter@the-baradas.com>

	* gas/m68k/mcf-mac.s: New test: Check ColdFire MAC instructions.
	* gas/m68k/mcf-emac.s: New test: Similar checks.
	* gas/m68k/mcf-mac.d: New test: Expected output.
	* gas/m68k/mcf-emac.d: New test: Likewise.
	* gas/m68k/all.exp: Run new tests.

2004-04-21  Chris Demetriou  <cgd@broadcom.com>

	* gas/mips/elempic.d: File removed as part of -membedded-pic removal.
	* gas/mips/empic.d: Likewise.
	* gas/mips/empic.l: Likewise.
	* gas/mips/empic.s: Likewise.
	* gas/mips/empic2.d: Likewise.
	* gas/mips/empic2.s: Likewise.
	* gas/mips/empic3_e.d: Likewise.
	* gas/mips/empic3_e.s: Likewise.
	* gas/mips/empic3_g1.d: Likewise.
	* gas/mips/empic3_g1.s: Likewise.
	* gas/mips/empic3_g2.d: Likewise.
	* gas/mips/empic3_g2.s: Likewise.
	* gas/mips/jal-empic-elf-2.d: Likewise.
	* gas/mips/jal-empic-elf-2.s: Likewise.
	* gas/mips/jal-empic-elf-3.d: Likewise.
	* gas/mips/jal-empic-elf-3.s: Likewise.
	* gas/mips/jal-empic-elf.d: Likewise.
	* gas/mips/jal-empic.d: Likewise.
	* gas/mips/la-empic.d: Likewise.
	* gas/mips/la-empic.s: Likewise.
	* gas/mips/lb-empic.d: Likewise.
	* gas/mips/ld-empic.d: Likewise.
	* gas/mips/lif-empic.d: Likewise.
	* gas/mips/telempic.d: Likewise.
	* gas/mips/tempic.d: Likewise.
	* gas/mips/ulh-empic.d: Likewise.
	* gas/mips/ld-pic.s: Remove code conditional on EMPIC.
	* gas/mips/lifloat.s: Likewise.
	* gas/mips/mips.exp: Remove -membedded-pic tests and related comments.

2004-04-20  Brian Ford  <ford@vss.fsi.com>
	    DJ Delorie  <dj@redhat.com>

	* gas/i386/secrel.s: New test for .secrel32.
	* gas/i386/secrel.d: Likewise.
	* gas/i386/i386.exp: Call it for PE targets.

2004-04-19  Jakub Jelinek  <jakub@redhat.com>

	* gas/cfi/cfi-sparc64-1.d: Update.

2004-04-14  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/vr4122.[sd]: Change option to -mfix-vr4120.

2004-04-14  Richard Sandiford  <rsandifo@redhat.com>

	* gas/elf/section2.e-mips: Allow named section symbols.
	* gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise.

2004-04-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>

	* gas/m32r/parallel-2.s: New file: Test	case for parallel code.
	* gas/m32r/parallel-2.d: New file: Expected results.
	* gas/m32r/m32r2.exp: Run the test.

	* gas/m32r/seth.s: New file: Test for seth.
	* gas/m32r/seth.d: New file: Expected results.
	* gas/m32r/m32r.exp: Run the new test.

2004-04-01  Asgari Jinia  <asgarij@kpitcummins.com>

	* gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
	option.
	* gas/sh/basic.exp: Run the new test.

2004-04-01  Dave Korn  <dk@artimi.com>

	* gas/dlx/alltests.exp: Execute new lohi test.
	* gas/dlx/lohi.s: New test for spurious lo16/hi16
	reloc overflow checking.
	* gas/dlx/lohi.d: New file: expected output.
	* gas/dlx/lhi.d: Updated to properly expect lo16
	relocations where asked for.
	* gas/dlx/itype.d: Likewise.
	* gas/dlx/lhi.d: Corrected cut+paste error in test name.

2004-03-30  Stan Shebs  <shebs@apple.com>

	* gas/macros/macros.exp: Remove mention of MPW config.

2004-03-27  Alan Modra  <amodra@bigpond.net.au>

	* gas/i860/dir-intel03-err.l: Update for junk at end line becoming
	an error.
	* gas/m68hc11/m68hc11.exp: Likewise.

2004-03-23  Andreas Schwab  <schwab@suse.de>

	* gas/cfi/cfi-m68k.d: Adjust offsets.

2004-03-22  Hans-Peter Nilsson  <hp@axis.com>

	* gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
	* gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests.

2004-03-17  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* gas/cfi/cfi-sh-1.d: New file.
	* gas/cfi/cfi-sh-1.s: Likewise.
	* gas/cfi/cfi.exp: Add SH case.

2004-03-16  Alan Modra  <amodra@bigpond.net.au>

	* gas/ppc/altivec.d: Update.
	* gas/ppc/altivec_xcoff.d: Update.
	* gas/ppc/altivec_xcoff64.d: Update.
	* gas/ppc/astest.d: Update.
	* gas/ppc/astest2.d: Update.
	* gas/ppc/astest2_64.d: Update.
	* gas/ppc/astest64.d: Update.
	* gas/ppc/booke.d: Update.
	* gas/ppc/booke_xcoff.d: Update.
	* gas/ppc/booke_xcoff64.d: Update.
	* gas/ppc/e500.d: Update.
	* gas/ppc/power4.d: Update.
	* gas/ppc/test1elf32.d: Update.
	* gas/ppc/test1elf64.d: Update.
	* gas/ppc/test1xcoff32.d: Update.

2004-03-15  Alan Modra  <amodra@bigpond.net.au>

	* gas/i386/padlock.s: Pad with .p2align.
	* gas/i386/padlock.d: Adjust.

2004-03-12  Michal Ludvig  <mludvig@suse.cz>

	* gas/i386/padlock.s, gas/i386/padlock.d: New tests for
	VIA PadLock instructions.
	* gas/i386/i386.exp: Run padlock tests.

2004-03-12  Alan Modra  <amodra@bigpond.net.au>

	* gas/i386/katmai.d: Revert last change.

	* gas/i386/katmai.d: Adjust for clflush change.

2004-03-08  Andreas Jaeger  <aj@suse.de>

	* gas/cfi/cfi-s390x-1.d: Adjust offsets.

2004-03-07  Richard Henderson  <rth@redhat.com>

	* gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.

2004-03-07  Andreas Jaeger  <aj@suse.de>

	* gas/cfi/cfi-x86_64.d: Adjust offsets.

2004-03-07  Richard Henderson  <rth@redhat.com>

	* gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
	gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
	gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.

2004-03-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* gas/sh/sh64/err-dsp.s: Fix expected error message.

2004-03-01  Richard Sandiford  <rsandifo@redhat.com>

	* gas/frv/fr405-insn.[sdl]: New test.
	* gas/frv/fr450-spr.[sd]: New test.
	* gas/frv/fr450-insn.[sdl]: New test.
	* gas/frv/fr450-media-issue.[sl]: New test.
	* gas/frv/allinsn.exp: Run new tests.  Ensure fr405 instructions
	aren't accepted for -mcpu=fr400 or -mcpu=fr500.  Ensure fr450
	instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or
	-mcpu=fr500.

2004-03-01  Richard Sandiford  <rsandifo@redhat.com>

	* gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
	(rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
	* gas/frv/allinsn.d: Update accordingly.

2004-02-17  Petko Manolov  <petkan@nucleusys.com>

	* gas/arm/maverick.c: DSPSC to/from opcode fixes.
	* gas/arm/maverick.d: Likewise.
	* gas/arm/maverick.s: Likewise.

2004-02-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* gas/sh/basic.exp: Don't do sh4a tests for sh5.

2004-02-06  Nathan Sidwell  <nathan@codesourcery.com>

	* gas/macros/test2.s: Lowercase it.

2004-02-02  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

	* gas/mips/div.d: Update to accomodate changes in macro
	expansions.
	gas/mips/elf-rel-got-n32.d: Likewise.
	gas/mips/elf-rel-got-n64.d: Likewise.
	gas/mips/elf-rel-xgot-n32.d: Likewise.
	gas/mips/elf-rel-xgot-n64.d: Likewise.
	gas/mips/la-svr4pic.d: Likewise.
	gas/mips/la-xgot.d: Likewise.
	gas/mips/lca-svr4pic.d: Likewise.
	gas/mips/lca-xgot.d: Likewise.

2004-02-01  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
	* gas/sh/sh4a-fp.s: Likewise.
	* gas/sh/err-sh4a-fp.s: Likewise.

2004-01-24  Chris Demetriou  <cgd@broadcom.com>

	* gas/mips/relax-swap1.s: Add extra space at end, so the
	disassembly will consistently have "..." at its end.
	* gas/mips/relax-swap2.s: Likewise.
	* gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.

2004-01-23  Daniel Jacobowitz  <drow@mvista.com>

	* gas/arm/arm.exp: Add "undefined" test.
	* gas/arm/undefined.s, gas/arm/undefined.l: New files.

2004-01-23  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/macro-warn-[1234].[sdl]: New tests.
	* gas/mips/macro-warn-[12]-n32.[dl]: New tests.
	* gas/mips/mips.exp: Run them.

2004-01-23  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/elf-rel19.[sd]: New test.
	* gas/mips/mips.exp: Run it.

2004-01-11 Tom Rix   <tcrix@worldnet.att.net>

	* gas/m68hc11/movb.s: Add m68hc12 movb and movw dump test.
	* gas/m68hc11/movb.d: Likewise.
	* gas/m68hc11/m68hc11.exp: Likewise.  Add more movb failure tests.

2004-01-19  Alan Modra  <amodra@bigpond.net.au>

	* gas/i386/katmai.d: Adjust for changed sib printing.
	* gas/i386/prescott.d: Likewise.
	* gas/i386/sse2.d: Likewise.
	* gas/i386/ssemmx2.d: Likewise.

2004-01-16  Alexandre Oliva  <aoliva@redhat.com>

	* gas/mn10300/mov5.s: New.
	* gas/mn10300/basic.exp (do_mov5): New.

2004-01-14  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>

	* gas/mips/relax-swap1-mips1.d: New test for branch relaxation
	with swapping for MIPS1.
	* gas/mips/relax-swap1-mips2.d: New test for branch relaxation
	with swapping for MIPS2.
	* gas/mips/relax-swap1.l: Stderr output for the new tests.
	* gas/mips/relax-swap1.s: Source for the new tests.
	* gas/mips/relax-swap2.d: New test for branch likely relaxation
	with swapping.
	* gas/mips/relax-swap2.l: Stderr output for the new test.
	* gas/mips/relax-swap2.s: Source for the new test.
	* gas/mips/mips.exp: Run the new tests.

2004-01-13  Ian Lance Taylor  <ian@wasabisystems.com>

	* gas/mips/mips16-64.d: New test.
	* gas/mips/mips.exp: Run it.

2004-01-12  Richard Sandiford  <rsandifo@redhat.com>

	* gas/mips/elf-rel18.[sd]: New test.
	* gas/mips/mips.exp: Run it.

2004-01-09  Paul Brook  <paul@codesourcery.com>

	* gas/arm/vfp2.s, gas/arm/vfp2.d: New test.
	* gas/arm/arm.exp: Add them.

2004-01-08  Ian Lance Taylor  <ian@wasabisystems.com>

	* gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
	* gas/mips/ldstla-n64-shared.d: Likewise.

2004-01-07  Nick Clifton  <nickc@redhat.com>

	* gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.

2004-01-06  Alexandre Oliva  <aoliva@redhat.com>

	2003-11-05  Alexandre Oliva  <aoliva@redhat.com>
	* lib/gas-defs.exp (is_elf_format): Match frv-uclinux.
	2003-09-18  Alexandre Oliva  <aoliva@redhat.com>
	* gas/frv/fdpic.s, gas/frv/fdpic.d: Renamed from ucpic*.
	2003-09-15  Alexandre Oliva  <aoliva@redhat.com>
	* gas/frv/ucpic.s, gas/frv/ucpic.d: Use gr15 as PIC register.  Use
	gprel12 for rodata symbol and gotoff12 for sdata symbol.
	2003-08-08  Alexandre Oliva  <aoliva@redhat.com>
	* gas/frv/ucpic.d: Test gotoff and gotofffuncdesc.
	2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
	* gas/frv/ucpic.d, gas/frv/ucpic.s: New.
	* gas/frv/allinsns.exp: Run it.

2004-01-02  Albert Bartoszko  <albar@nt.kegel.com.pl>

	* gas/msp430/opcode.s: Add test for an 'add' instruction which
	looks similar to an 'rla' instruction.

For older changes see ChangeLog-9303

Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End: