gas/testsuite/
[binutils-gdb.git] / gas / testsuite / ChangeLog
1 2005-05-18 Jan Beulich <jbeulich@novell.com>
2
3 * gas/all/altmacro.s: Parenthesize operand of %.
4
5 2005-05-17 Zack Weinberg <zack@codesourcery.com>
6
7 * gas/arm/arm.exp: Convert all existing "gas_test" tests to
8 "run_dump_test" tests. Run more tests unconditionally. Run new tests.
9 * gas/arm/arch4t.s, gas/arm/arch6zk.s, gas/arm/arm3.s, gas/arm/arm6.s
10 * gas/arm/arm7dm.s, gas/arm/bignum1.s, gas/arm/float.s
11 * gas/arm/immed.s, gas/arm/iwmmxt.s, gas/arm/offset.s, gas/arm/thumb.s:
12 Adjust to work as a dump test.
13 * gas/arm/arch4t.d, gas/arm/arch6zk.d, gas/arm/arm3.d, gas/arm/arm6.d
14 * gas/arm/arm7dm.d, gas/arm/bignum1.d, gas/arm/float.d
15 * gas/arm/immed.d, gas/arm/iwmmxt.d, gas/arm/offset.d, gas/arm/thumb.d:
16 New files.
17
18 * gas/arm/armv1-bad.l, gas/arm/armv1-bad.s: Remove tests for
19 diagnostics that don't happen in the first pass anymore.
20
21 * gas/arm/iwmmxt-bad.l, gas/arm/r15-bad.l, gas/arm/req.l
22 * gas/arm/vfp-bad.l:
23 Update expected diagnostics.
24 * gas/arm/pic.d: Update expected reloc name.
25 * gas/arm/thumbv6.d: CPY no longer appears in disassembly.
26 * gas/arm/r15-bad.s: Avoid two-argument mul.
27 * gas/arm/req.s: Adjust comments.
28 * gas/arm/maverick.d, gas/arm/maverick.s: Avoid inappropriate
29 use of PC.
30
31 * gas/arm/macro-1.d, gas/arm/macro1.s
32 * gas/arm/t16-bad.l, gas/arm/t16-bad.s
33 * gas/arm/tcompat.d, gas/arm/tcompat.s
34 * gas/arm/tcompat2.d, gas/arm/tcompat2.s
35 * gas/arm/thumb32.d, gas/arm/thumb32.s
36 New test pair.
37
38 2005-05-17 Jan Beulich <jbeulich@novell.com>
39
40 * gas/mmix/err-byte1.s: Adjust expected error text on line 10.
41
42 2005-05-17 Nick Clifton <nickc@redhat.com>
43
44 * gas/v850/split-lo16.s: Add test for a lo() pseudo reloc
45 corrupting an ld.w instruction.
46 * gas/v850/split-lo16.d: Add expected, correct (ie not corrupt)
47 output.
48
49 2005-05-10 Michael Matz <matz@suse.de>
50
51 * gas/hppa/parse/block1.s: Use official limit (0x3fffffff) for
52 .block.
53
54 2005-05-10 Hans-Peter Nilsson <hp@bitrange.com>
55
56 * gas/mmix/relax2.s: Drop ":" off label definitions.
57
58 2005-05-09 Jan Beulich <jbeulich@novell.com>
59
60 * gas/i386/tlsd.[sd]: Adjust to not assume zero displacement will
61 actually be present in memory addressing.
62 * gas/i386/tlspic.[sd]: Likewise.
63
64 2005-05-07 H.J. Lu <hongjiu.lu@intel.com>
65
66 PR 940
67 * gas/ia64/group-2.d: New.
68 * gas/ia64/group-2.s: New.
69
70 * gas/ia64/ia64.exp: Add "group-2".
71
72 2005-05-07 H.J. Lu <hongjiu.lu@intel.com>
73
74 PR 843
75 * gas/i386/i386.exp: Add x86-64-branch.
76
77 * gas/i386/x86-64-branch.d: New.
78 * gas/i386/x86-64-branch.s: New.
79
80 2005-05-06 Jan Beulich <jbeulich@novell.com>
81
82 * gas/macros/badarg.s: Add check for bad qualifier specification.
83 * gas/macros/badarg.l: Adjust.
84 * gas/macros/vararg.[sd]: New.
85 * gas/macros/macros.exp: Run new test.
86
87 2005-05-06 Jan Beulich <jbeulich@novell.com>
88
89 * gas/all/cond.s: Also test .ifb/.ifnb.
90 * gas/all/cond.d: Adjust.
91
92 2005-05-06 Jan Beulich <jbeulich@novell.com>
93
94 * gas/macros/dot.s: Don't use pseudo-ops in first column.
95 * gas/macros/dot.l: Match broader range of possible outputs.
96 * gas/macros/purge.l: Likewise.
97 * gas/macros/purge.s: Start generated macro names with an underscore.
98
99 2005-05-05 Paul Brook <paul@codesourcery.com>
100
101 * gas/i386/i386.exp: Don't run divide test on vxworks.
102
103 2005-05-05 Nick Clifton <nickc@redhat.com>
104
105 * Update the address and phone number of the FSF organization in
106 the GPL notices in the following files:
107 gas/all/itbl-test.c, gas/all/test-example.c, gas/all/test-gen.c,
108 gas/arm/maverick.c, gas/cris/cris.exp, gas/hppa/basic/basic.exp,
109 gas/hppa/parse/parse.exp, gas/hppa/reloc/reloc.exp,
110 gas/hppa/unsorted/unsorted.exp, gas/m88k/m88k.exp,
111 gas/mmix/mmix-err.exp, gas/mmix/mmix-list.exp, gas/mmix/mmix.exp,
112 gas/mn10200/basic.exp, gas/mn10300/am33-2.c,
113 gas/mn10300/basic.exp, gas/pdp11/opcode.s, gas/ppc/aix.exp,
114 gas/sh/basic.exp, gas/sh/err.exp, gas/sh/arch/arch.exp,
115 gas/sh/sh64/sh64.exp, gas/v850/basic.exp, lib/gas-defs.exp
116
117 2005-05-05 Mike Frysinger <vapier@gentoo.org>
118
119 * gas/sh/basic.exp: Replace linux-gnu with linux-* to allow for
120 versions of Linux which do not use glibc.
121 * gas/vax/vax.exp: Likewise.
122
123 2005-05-05 Paul Brook <paul@codesourcery.com>
124
125 * lib/gas-defs.exp (regexp_diff): Pass test if last line is "#...".
126
127 2005-04-26 H.J. Lu <hongjiu.lu@intel.com>
128
129 * gas/all/assign.s: Make `x' and `y' global.
130
131 2005-04-25 Jan Beulich <jbeulich@novell.com>
132
133 * gas/macros/badarg.s: Add tests for collisions between/among macro
134 parameters and local symbols.
135 * gas/macros/badarg.l: Adjust.
136
137 2005-04-20 Jan Beulich <jbeulich@novell.com>
138
139 * gas/elf/struct.s: Adjust to not get into alignment issues.
140 * gas/elf/struct.d: Adjust for the above and the test's name.
141
142 2005-04-19 H.J. Lu <hongjiu.lu@intel.com>
143
144 * gas/i386/padlock.d: Updated.
145
146 2005-04-19 Andreas Schwab <schwab@suse.de>
147
148 * gas/ia64/invalid-ar.l: Adapt to changed error message.
149
150 2005-04-18 Jan Beulich <jbeulich@novell.com>
151
152 * gas/macros/purge.[ls]: New.
153 * gas/macros/macros.exp: Run new test.
154
155 2005-04-15 Jan Beulich <jbeulich@novell.com>
156
157 * gas/elf/struct.[sd]: New.
158 * gas/elf/elf.exp: Run new test.
159
160 2005-04-15 Alan Modra <amodra@bigpond.net.au>
161
162 * gas/all/assign.s: New.
163 * gas/all/assign.d: New.
164 * gas/all/gas.exp: Run it.
165
166 2005-04-13 Maciej W. Rozycki <macro@linux-mips.org>
167
168 * gas/mips/ldstla-32.s: Exclude offsets that are now meant to fail
169 and include more instructions/offsets that are meant to succeed.
170 Use $4 instead $3 to avoid register dependencies.
171 * gas/mips/ldstla-32.d: Update accordingly.
172 * gas/mips/ldstla-32-shared.d: Likewise.
173 * gas/mips/ldstla-32-mips3.d: New test based on the above, except
174 for mips3.
175 * gas/mips/ldstla-32-mips3-shared.d: Similarly, for PIC.
176 * gas/mips/ldstla-32-mips3.s: Source for the new tests.
177 * gas/mips/ldstla-32-1.s: New test for offsets that are meant to
178 fail.
179 * gas/mips/ldstla-32-mips3-1.s: Likewise, for mips3.
180 * gas/mips/ldstla-32-1.l: Stderr output for the new test.
181 * gas/mips/ldstla-32-mips3-1.l: Likewise.
182 * gas/mips/mips.exp: Run the new tests.
183
184 2005-04-11 Mark Kettenis <kettenis@gnu.org>
185
186 * gas/all/gas.exp: Don't run fastcall labels test on
187 i*86-*-openbsd*.
188
189 2005-04-11 Jan Beulich <jbeulich@novell.com>
190
191 * gas/macros/dot.[ls]: New.
192 * gas/macros/macros.exp: Run new test.
193
194 2005-04-06 H.J. Lu <hongjiu.lu@intel.com>
195
196 * gas/i386/x86-64-pcrel.s: Test R_X86_64_32S.
197 * gas/i386/x86-64-pcrel.d: Updated.
198
199 2005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
200
201 * gas/vax/flonum.s: New testcase: Encode some flonums.
202 * gas/vax/flonum.d: Expected result of new testcase.
203 * gas/vax/vax.exp: Call the new testcase.
204
205 * gas/vax/elf-rel.d: Call gas with -k. Thanks to Matt Thomas for
206 figuring out.
207 * gas/vax/vax.exp: Run elf-rel.[sd] for NetBSD-ELF and Linux.
208
209 2005-04-01 Jan Beulich <jbeulich@novell.com>
210
211 * gas/i386/bss.[sd]: New.
212 * gas/i386/i386.exp: Run new test.
213
214 2005-04-01 Jan Beulich <jbeulich@novell.com>
215
216 * gas/i386/x86-64-pcrel.[sd]: New.
217 * gas/i386/i386.exp: Run new test.
218
219 2005-03-30 Julian Brown <julian@codesourcery.com>
220
221 * gas/arm/mapping.d: Update expected output due to mapping symbols
222 being untyped.
223
224 2005-03-29 H.J. Lu <hongjiu.lu@intel.com>
225
226 * gas/i386/i386.exp: Run segment and inval-seg for i386. Run
227 x86-64-segment and x86-64-inval-seg for x86-64.
228
229 * gas/i386/intel.d: Expect movw for moving between memory and
230 segment register.
231 * gas/i386/naked.d: Likewise.
232 * gas/i386/opcode.d: Likewise.
233 * gas/i386/x86-64-opcode.d: Likewise.
234
235 * gas/i386/opcode.s: Use movw for moving between memory and
236 segment register.
237 * gas/i386/x86-64-opcode.s: Likewise.
238
239 * : Likewise.
240
241 * gas/i386/inval-seg.l: New.
242 * gas/i386/inval-seg.s: New.
243 * gas/i386/segment.l: New.
244 * gas/i386/segment.s: New.
245 * gas/i386/x86-64-inval-seg.l: New.
246 * gas/i386/x86-64-inval-seg.s: New.
247 * gas/i386/x86-64-segment.l: New.
248 * gas/i386/x86-64-segment.s: New.
249
250 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
251
252 * gas/arm/tls.s, gas/arm/tls.d: New files.
253 * gas/arm/arm.exp: Run TLS test.
254
255 2005-03-29 Julian Brown <julian@codesourcery.com>
256
257 * gas/arm/unwind.d: Update expected output.
258
259 2005-03-28 H.J. Lu <hongjiu.lu@intel.com>
260
261 PR 803
262 * gas/ia64/dv-imply.d: Pass -mtune=itanium1 to as.
263 * gas/ia64/dv-mutex.d : Likewise.
264 * gas/ia64/dv-safe.d: Likewise.
265 * gas/ia64/dv-srlz.d.nop: Likewise.
266 * gas/ia64/ldxmov-1.d: Likewise.
267 * gas/ia64/opc-b.d: Likewise.
268 * gas/ia64/opc-f.d: Likewise.
269 * gas/ia64/opc-i.d: Likewise.
270 * gas/ia64/opc-m.d: Likewise.
271 * gas/ia64/operand-or.d: Likewise.
272 * gas/ia64/pcrel.d: Likewise.
273 * gas/ia64/pseudo.d: Likewise.
274 * gas/ia64/tls.d: Likewise.
275
276 2005-03-24 Hans-Peter Nilsson <hp@axis.com>
277
278 * gas/cris/range-err-1.s: Adjust expected messages for hosts with
279 64-bit longs.
280
281 2005-03-23 Alan Modra <amodra@bigpond.net.au>
282
283 * gas/elf/section5.s: Don't start directives in first column.
284
285 2005-03-21 Nick Clifton <nickc@redhat.com>
286
287 * gas/arm/iwmmxt.s: Update instructions that use the "never" value
288 in the conditional field to use "le" instead. This is so that the
289 disassembler will disassemble them.
290 * gas/arm/iwmmxt.d: Update expected disassemblies.
291
292 2005-03-17 Jan Beulich <jbeulich@novell.com>
293
294 * gas/i386/intel.d: Add stderr directive.
295 * gas/i386/intel.e: New.
296 * gas/i386/intel16.d: Add stderr directive. Adjust for changed
297 source.
298 * gas/i386/intel16.e: New.
299 * gas/i386/intel16.s: Add instances of addressing forms with base
300 and index specified in reverse order.
301 * gas/i386/intelbad.l: Adjust for changed source.
302 * gas/i386/intelbad.s: Add more operand forms to check.
303 * gas/i386/intelok.d: Remove -r from objdump options. Add stderr
304 directive. Adjust for changed source.
305 * gas/i386/intelok.e: New.
306 * gas/i386/intelok.s: Define MASM constants byte, word, etc. Add
307 more operand forms to check.
308 * gas/i386/x86_64.d: Add stderr directive.
309 * gas/i386/x86_64.e: New.
310 * gas/i386/x86_64.s: Adjust for parser changes.
311
312 2005-03-15 Zack Weinberg <zack@codesourcery.com>
313
314 * gas/arm/archv6t2.d, gas/arm/archv6t2.s: New dump test.
315 * gas/arm/archv6t2-bad.l, gas/arm/archv6t2-bad.l: New errors test.
316 * gas/arm/arm.exp: Run them.
317
318 2005-03-14 Eric Christopher <echristo@redhat.com>
319
320 * gas/cfi/cfi-mips-1.d, gas/cfi/cfi-mips-1.s: New dump test.
321 * gas/cfi/cfi.exp: Run it.
322 * gas/cfi/cfi-common-1.d: Update.
323 * gas/cfi/cfi-common-2.d: Ditto.
324 * gas/cfi/cfi-common-3.d: Ditto.
325 * gas/cfi/cfi-common-4.d: Ditto.
326
327 2005-03-12 Zack Weinberg <zack@codesourcery.com>
328
329 * gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test.
330 * gas/arm/arm.exp: Run it.
331
332 2005-03-10 Aldy Hernandez <aldyh@redhat.com>
333
334 * gas/ppc/e500.d: Fix encoding of efscfd.
335
336 2005-03-10 Jeff Baker <jbaker@qnx.com>
337 Alan Modra <amodra@bigpond.net.au>
338
339 * gas/ppc/booke.s: Add new m[t,f]sprg testcases.
340 * gas/ppc/booke.d: Likewise.
341
342 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
343
344 * gas/mips/vr4130.[sd]: New test.
345 * gas/mips/mips.exp: Run it.
346
347 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
348
349 * gas/mips/relax-swap1-mips[12].d: Expect the delay slots of
350 bc1f and bc1t to be filled.
351 * gas/mips/branch-misc-3.[sd]: New test.
352 * gas/mips/mips.exp: Run it.
353
354 2005-03-09 Ben Elliston <bje@au.ibm.com>
355
356 * gas/maxq10/maxq10.exp: Remove stray semicolons.
357 * gas/maxq20/maxq20.exp: Likewise.
358
359 2005-03-08 Jan Beulich <jbeulich@novell.com>
360
361 * gas/ia64/no-fit.[ls]: New.
362 * gas/ia64/ia64.exp: Run new test.
363
364 2005-03-08 Jan Beulich <jbeulich@novell.com>
365
366 * gas/ia64/xdata.[sd], gas/ia64/xdata-ilp32.d: New.
367 * gas/ia64/ia64.exp: Run new tests.
368
369 2005-03-08 Jan Beulich <jbeulich@novell.com>
370
371 * gas/ia64/pcrel.d: Account for big endian target.
372 * gas/ia64/reloc-bad.s: Enforce 64-bit ABI.
373
374 2005-03-08 Hans-Peter Nilsson <hp@axis.com>
375
376 Adjust testsuite for cris-axis-aout.
377 * gas/cris/rd-bcnst.d, gas/cris/rd-usp-1.d: Adjust regexps for a.out output.
378 * gas/cris/mulbug-err-1.s, gas/cris/rd-arch-1.d,
379 gas/cris/rd-arch-2.d, gas/cris/rd-arch-3.d, gas/cris/rd-break32.d,
380 gas/cris/rd-pcrel2.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
381 gas/cris/rd-usp-1b.d, gas/cris/v32-err-7.s: Pass --em=criself.
382
383 2005-03-04 David Daney <ddaney@avtrex.com>
384
385 * gas/mips/elf-rel23b.d: Use '__gnu_local_gp' instead of '_gp'
386 for -mno-shared optimization.
387 * gas/mips/elf-rel25a.d: Ditto.
388
389 2005-03-04 Nick Clifton <nickc@redhat.com>
390
391 * gas/arm/arm.exp: Fix test for running the "undefined" to catch
392 more non-ELF cases.
393 * gas/arm/pic.d: Fix for vxworks target.
394 * gas/arm/basic.d: Likewise.
395 * gas/arm/unwind.d: Likewise.
396
397 2005-03-04 Richard Sandiford <rsandifo@redhat.com>
398
399 * gas/mips/ldstla-{n32.s, n32.d, n32-shared.d}: Delete.
400 * gas/mips/ldstla-{n64.d, n64-shared.d}: Adjust expected output
401 for loads and stores from constant addresses.
402 * gas/mips/ldstla-{sym32.s, eabi64.d, n64-sym32.d}: New tests.
403 * gas/mips/mips.exp: Run them.
404
405 2005-03-03 Richard Sandiford <rsandifo@redhat.com>
406
407 * gas/mips/mips.exp: Move tls tests to main $elf block.
408
409 2005-03-03 Nick Clifton <nickc@redhat.com>
410
411 * gas/macros/macros.exp (and.s): Expect this test to fail for the
412 tic4x-coff target because it uses the '&' character as a line
413 separator.
414
415 * gas/sh/basic.exp: Add an sh-hms version of the pcrel test.
416 * gas/sh/pcrel-hms.d: New file. Adjusted form of pcrel-coff.d for
417 the sh-hms target.
418 * gas/sh/arch/arch.exp: Expect the same failures for sh-hms port
419 as for the sh-coff port.
420
421 * gas/macros/macros.exp (run_list_test): Also expect the msp430
422 port to fail the strings test because it defines
423 ONLY_STANDARD_ESCAPES.
424
425 * gas/arm/arch6zk.s: Add three nop instructions in order to pad
426 the .text section out to a 32-byte boundary as will automatically
427 be done by the arm-aout target.
428 * gas/arm/arch6zk.d: Add expected nop disassemblies.
429
430 * gas/d30v/serial.l: Remove listing lines that are no longer
431 emitted and fix up expected binary encoding.
432 * gas/d30v/serial2.l: Likewise.
433 * gas/d30v/serial2O.l: Likewise.
434
435 2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
436
437 * gas/arc/extensions.s: Add tests for extcoreregister.
438 * gas/arc/extensions.d: Likewise.
439 * gas/arc/warn.s: Warnings for readonly core registers accessed.
440 * gas/arc/warn.d: Likewise.
441 * gas/arc/arc.exp: Run extensions testcase.
442
443 2005-03-03 Richard Sandiford <rsandifo@redhat.com>
444
445 * gas/mips/noat-1.d: Add -mips1 to assembler options.
446
447 2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
448
449 * gas/arc/ld.s: Add checks for short immediates with ld.
450 * gas/arc/ld.d: Likewise.
451
452 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
453
454 * gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
455 gas/mips/tls-ill.s: New files.
456 * gas/mips/mips.exp: Run TLS tests.
457
458 2005-03-02 Alan Modra <amodra@bigpond.net.au>
459
460 * gas/ppc/astest.d: Adjust for relocs reduced to section sym.
461 * gas/ppc/astest2.d: Likewise.
462 * gas/ppc/astest2_64.d: Likewise.
463 * ppc/astest64.d: Likewise.
464 * ppc/booke.d: Likewise.
465 * ppc/power4.d: Likewise.
466 * ppc/test1elf32.d: Likewise.
467 * ppc/test1elf64.d: Likewise.
468
469 2005-03-02 Jan Beulich <jbeulich@novell.com>
470
471 * gas/i386/cr-err.[ls]: New.
472 * gas/i386/crx.[ds]: New.
473 * gas/i386/i386.exp: Run new tests.
474
475 2005-03-02 Jan Beulich <jbeulich@novell.com>
476
477 * gas/i386/intelok.d: Add -r to objdump options. Adjust expectations.
478 * gas/i386/intelok.s: Add checks for various special memory operands.
479
480 2005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
481
482 * gas/arc/extensions.s: New file.
483 * gas/arc/extensions.d: New file.
484
485 2005-03-01 Nick Clifton <nickc@redhat.com>
486
487 * gas/arm/arm.exp (undefined): Run a COFF variant of this test for
488 COFF based ports.
489 * gas/arm/undefined_coff.s: New file: Variant of undefined.s but
490 with a COFF formated local label name.
491 * gas/arm/undefined_coff.l: New file. Variant of undefined.l.
492
493 2005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
494 Nick Clifton <nickc@redhat.com>
495
496 * gas/arm/inst.d: Allow for ARM ports which decode the reloc
497 associated with branches and so show the exact symbolic
498 destination address rather than an offset from the start of the
499 section.
500 * gas/arm/pic.d: Likewise.
501
502 2005-03-01 Alan Modra <amodra@bigpond.net.au>
503
504 * gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
505 * gas/m68k/mcf-mac.d: Likewise.
506 * gas/m68k/mcf-mov3q.d: Likewise.
507 * gas/m68k/mode5.d: Likewise.
508
509 2005-02-22 Eric Christopher <echristo@redhat.com>
510
511 * gas/mips/elf-rel10.d: Update for label change.
512
513 2005-02-22 Maciej W. Rozycki <macro@mips.com>
514
515 * gas/mips/mips16-dwarf2.d: Pass -mabi=32. Include relocation
516 information.
517 * gas/mips/mips16-dwarf2-n32.d: New test to check DWARF2 line
518 information for MIPS16 for the n32 ABI.
519 * gas/mips/mips.exp. Run the new test.
520
521 2005-02-22 Eric Christopher <echristo@redhat.com>
522
523 * gas/mips/elf-rel10.s: Add label for frob.
524
525 2005-02-22 Maciej W. Rozycki <macro@mips.com>
526
527 * gas/mips/mips16-dwarf2.d: New test to check DWARF2 line
528 information for MIPS16.
529 * gas/mips/mips16-dwarf2.s: Source for the new test.
530 * gas/mips/mips.exp: Run the new test.
531
532 2005-02-21 Alan Modra <amodra@bigpond.net.au>
533
534 * gas/d10v/instruction_packing-005.d: Adjust.
535 * gas/d10v/instruction_packing-008.d: Ignore disassembled stabs.
536 * gas/d10v/instruction_packing-009.d: Likewise.
537 * gas/d10v/instruction_packing-010.d: Likewise.
538 * gas/d10v/warning-001.d: Use #warning instead of #error.
539 * gas/d10v/warning-002.d: Likewise.
540 * gas/d10v/warning-003.d: Likewise.
541 * gas/d10v/warning-004.d: Likewise.
542 * gas/d10v/warning-005.d: Likewise.
543 * gas/d10v/warning-006.d: Likewise.
544 * gas/d10v/warning-007.d: Likewise.
545 * gas/d10v/warning-008.d: Likewise.
546 * gas/d10v/warning-009.d: Likewise.
547 * gas/d10v/warning-010.d: Likewise.
548 * gas/d10v/warning-011.d: Likewise.
549 * gas/d10v/warning-012.d: Likewise.
550 * gas/d10v/warning-013.d: Likewise.
551 * gas/d10v/warning-015.d: Likewise.
552 * gas/d10v/warning-016.d: Likewise.
553 * gas/d10v/warning-017.d: Likewise.
554 * gas/d10v/warning-018.d: Likewise.
555 * gas/d10v/warning-019.d: Likewise.
556 * lib/gas-defs.exp (run_dump_test): Don't require a dump program if
557 #warning given. Rearrange to allow $program to remain unset.
558 Fail the test if warning not found when expected. Conversely fail
559 the test if assembler errors or warnings given when not expected.
560
561 2005-02-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
562
563 * gas/mips/noat-1.s, gas/mips/noat-1.d, gas/mips/noat-2.s,
564 gas/mips/noat2.l, gas/mips/noat-3.s, gas/mips/noat-3.l,
565 gas/mips/noat-4.s, gas/mips/noat-4.l, gas/mips/noat-5.s,
566 gas/mips/noat-5.l, gas/mips/noat-6.s, gas/mips/noat-6.l,
567 gas/mips/noat-7.s, gas/mips/noat-7.l: New files, testcases for
568 .set noat in macro expansions.
569 * gas/mips/mips.exp: Run new testcases.
570 * gas/mips/rol-hw.d, gas/mips/rol-hw.l, gas/mips/rol.d,
571 gas/mips/rol.l, gas/mips/rol.s, gas/mips/rol64-hw.d,
572 gas/mips/rol64-hw.l, gas/mips/rol64.d, gas/mips/rol64.l,
573 gas/mips/rol64.s, gas/mips/uld2-eb.d, gas/mips/uld2-el.d,
574 gas/mips/uld2.l, gas/mips/uld2.s, gas/mips/ulh2-eb.d,
575 gas/mips/ulh2-el.d, gas/mips/ulh2.l, gas/mips/ulh2.s,
576 gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-eb.d,
577 gas/mips/ulw2-el-ilocks.d, gas/mips/ulw2-el.d, gas/mips/ulw2.l,
578 gas/mips/ulw2.s: Don't try to test .set noat.
579
580 2005-02-17 H.J. Lu <hongjiu.lu@intel.com>
581
582 * gas/ia64/hint.b-err.l: New file.
583 * gas/ia64/hint.b-err.s: Likewise.
584 * gas/ia64/hint.b-warn.l: Likewise.
585 * gas/ia64/hint.b-warn.s: Likewise.
586
587 * gas/ia64/ia64.exp: Run hint.b-err and hint.b-warn.
588
589 * gas/ia64/opc-b.d: Pass -mhint.b=ok to as.
590
591 2005-02-17 Jan Beulich <jbeulich@novell.com>
592
593 * gas/ia64/nostkreg.[ds]: New.
594 * gas/ia64/ia64.exp: Run new test.
595
596 2005-02-16 Alan Modra <amodra@bigpond.net.au>
597
598 * gas/all/gas.exp (quad): Don't run on i960.
599
600 2005-02-15 Nigel Stephens <nigel@mips.com>
601 Maciej W. Rozycki <macro@mips.com>
602
603 * gas/mips/mips16-hilo.d: New test for the R_MIPS16_HI16 and
604 R_MIPS16_LO16 relocs.
605 * gas/mips/mips16-hilo-n32.d: Likewise, for the n32 ABI.
606 * gas/mips/mips16-hilo.s: Source for the new tests.
607 * gas/mips/mips.exp: Run the new tests.
608
609 2005-02-15 Jan Beulich <jbeulich@novell.com>
610
611 * gas/ia64/pcrel.[ds]: New.
612 * gas/ia64/ia64.exp: Run new test.
613
614 2005-02-15 Jan Beulich <jbeulich@novell.com>
615
616 * gas/ia64/dv-raw-err.l: Expect specific resource for RAW
617 violation on b0.
618 * gas/ia64/regval.[ls]: New.
619 * gas/ia64/ia64.exp: Run new test.
620
621 2005-02-15 Jan Beulich <jbeulich@novell.com>
622
623 * gas/ia64/dv-raw-err.s: Don't use r0 or f0 as output operand.
624 * gas/ia64/dv-waw-err.s: Likewise.
625 * gas/ia64/reg-err.[ls]: New.
626 * gas/ia64/ia64.exp: Run new test.
627
628 2005-02-15 Jan Beulich <jbeulich@novell.com>
629
630 * gas/ia64/reloc.[ds]: New.
631 * gas/ia64/reloc-bad.[ls]: New.
632 * gas/ia64/ia64.exp: Run new tests.
633
634 2005-02-15 Jan Beulich <jbeulich@novell.com>
635
636 * gas/ia64/operand-or.d: Pass -xnone to assembler.
637
638 2005-02-13 Jan Beulich <jbeulich@novell.com>
639
640 * gas/ia64/label.l: Adjust line numbers.
641 * gas/ia64/label.s: Add .explicit.
642 * gas/ia64/nop_x.s: Likewise.
643 * gas/ia64/opc-a.d: Add assembler option -xnone.
644 * gas/ia64/opc-b.d: Likewise.
645 * gas/ia64/opc-f.d: Likewise.
646 * gas/ia64/opc-i.d: Likewise.
647 * gas/ia64/opc-m.d: Likewise.
648 * gas/ia64/opc-x.d: Likewise.
649 * gas/ia64/pseudo.d: Likewise.
650 * gas/ia64/regs.d: Likewise.
651 * gas/ia64/tls.d: Likewise.
652 * gas/ia64/unwind-err.l: Adjust line numbers.
653 * gas/ia64/unwind-err.s: Remove explicit stops.
654
655 2005-02-13 Jan Beulich <jbeulich@novell.com>
656
657 * gas/ia64/pound.[ls]: New.
658 * gas/ia64/ia64.exp: Run new test.
659
660 2005-02-13 H.J. Lu <hongjiu.lu@intel.com>
661
662 * gas/ia64/ia64.exp: Add "operand-or".
663
664 * gas/ia64/operand-or.d: New file.
665 * gas/ia64/operand-or.s: Likewise.
666
667 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
668
669 * gas/ia64/ia64.exp: Pass -munwind-check=error for unwind-err
670 and proc.
671
672 2005-02-10 Julian Brown <julian@codesourcery.com>
673
674 * gas/arm/unwind.d: Alter expected output to include dependency on
675 __aeabi_unwind_cpp_pr[01].
676
677 2005-02-09 Jan Beulich <jbeulich@novell.com>
678
679 * gas/i386/intelok.s: Remove comments disabling alternative forms of
680 fbld, fbstp, and fldcw.
681 * gas/i386/intelok.d: Expect two instances of fbld, fbstp, and fldcw.
682
683 2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
684
685 * gas/maxq10/jump.d: Fixed relative jump offset.
686 * gas/maxq10/call.d: Likewise.
687 * gas/maxq20/jump.d: Likewise.
688 * gas/maxq20/call.d: Likewise.
689
690 2005-02-07 Hans-Peter Nilsson <hp@axis.com>
691
692 * lib/gas-defs.exp: Support new directive "warning".
693
694 2005-02-02 Jan Beulich <jbeulich@novell.com>
695
696 * gas/ia64/pred-rel.s: New.
697 * gas/ia64/ia64.exp: Run new test.
698
699 2005-01-31 Daniel Jacobowitz <dan@codesourcery.com>
700
701 * gas/mips/elf-rel23.d, gas/mips/elf-rel23a.d: Accept little-endian.
702 * gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Accept section
703 symbol names.
704
705 2005-01-31 Jan Beulich <jbeulich@novell.com>
706
707 * gas/macros/repeat.[ds]: New.
708 * gas/macros/macros.exp: Run new test.
709
710 2005-01-31 Jan Beulich <jbeulich@novell.com>
711
712 * gas/macros/badarg.[ls]: New.
713 * gas/macros/end.[ls]: New.
714 * gas/macros/redef.[ls]: New.
715 * gas/macros/macros.exp (run_list_test): Copy from elsewhere.
716 Run new tests.
717
718 2005-01-31 Jan Beulich <jbeulich@novell.com>
719
720 * gas/ia64/operands.[ls]: New.
721 * gas/ia64/ia64.exp: Run new test.
722
723 2005-01-31 Jan Beulich <jbeulich@novell.com>
724
725 * gas/ia64/proc.[ls]: New.
726 * gas/ia64/unwind-err.[ls]: New.
727 * gas/ia64/ia64.exp: Run new tests.
728
729 2005-01-31 Jan Beulich <jbeulich@novell.com>
730
731 * gas/ia64/bundling.[ds]: New.
732 * gas/ia64/label.[ls]: New.
733 * gas/ia64/last.[ls]: New.
734 * gas/ia64/slot2.[ls]: New.
735 * gas/ia64/ia64.exp: Run new tests.
736
737 2005-01-31 Jan Beulich <jbeulich@novell.com>
738
739 * gas/ia64/pseudo.[ds]: New.
740 * gas/ia64/ia64.exp: Run new test.
741
742 2005-01-27 Jan Beulich <jbeulich@novell.com>
743
744 * gas/ia64/nop_x.[ds]: New.
745 * gas/ia64/ia64.exp: Run new test.
746
747 2005-01-27 Jan Beulich <jbeulich@novell.com>
748
749 * gas/ia64/dv-waw-err.l: Don't expect ar112 move warning to refer to
750 M-unit.
751 * gas/ia64/mov-ar.[ds]: New.
752 * gas/ia64/ia64.exp: Run new test.
753
754 2005-01-24 Nick Clifton <nickc@redhat.com>
755
756 * gas/all/sleb128.d: Do not assume an 8-bit byte.
757 * gas/all/quad.d: Likewise. Also allow for ports which order
758 bytes within words in other than simple big-endian or
759 little-endian fashions.
760
761 2005-01-19 Richard Sandiford <rsandifo@redhat.com>
762
763 * gas/all/sleb128.[sd]: New test.
764 * gas/all/quad.[sd]: New test.
765 * gas/all/gas.exp: Run them.
766
767 2005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
768
769 * gas/sh/arch/arch.exp: Correct the email address.
770 Correct a few comment typos.
771 Add new tests to ensure that the assembler will only accept
772 instructions valid in each architecture and vice-versa.
773 * gas/sh/arch/arch_expected.txt: Update/Correct the test results.
774 * gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
775 * gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
776 * gas/sh/arch/sh2a-nofpu.s: Generate new file.
777 * gas/sh/arch/sh2a-or-sh3e.s: Regenerate.
778 * gas/sh/arch/sh2a-or-sh4.s: Regenerate.
779 * gas/sh/arch/sh2a.s: Generate new file.
780 * gas/sh/arch/sh2e.s: Regenerate.
781 * gas/sh/arch/sh2.s: Regenerate.
782 * gas/sh/arch/sh3-dsp.s: Regenerate.
783 * gas/sh/arch/sh3e.s: Regenerate.
784 * gas/sh/arch/sh3-nommu.s: Regenerate.
785 * gas/sh/arch/sh3.s: Regenerate.
786 * gas/sh/arch/sh4al-dsp.s: Regenerate.
787 * gas/sh/arch/sh4a-nofpu.s: Regenerate.
788 * gas/sh/arch/sh4a.s: Regenerate.
789 * gas/sh/arch/sh4-nofpu.s: Regenerate.
790 * gas/sh/arch/sh4-nommu-nofpu.s: Regenerate.
791 * gas/sh/arch/sh4.s: Regenerate.
792 * gas/sh/arch/sh-dsp.s: Regenerate.
793 * gas/sh/arch/sh.s: Regenerate.
794
795 2005-01-12 H.J. Lu <hongjiu.lu@intel.com>
796
797 * i386/i386.exp: Run "sib".
798
799 * gas/i386/sib.d: New file.
800 * gas/i386/sib.s: Likewise.
801
802 2005-01-09 Andreas Schwab <schwab@suse.de>
803
804 * gas/i386/intel16.d: Ignore trailing text with #pass.
805 * gas/i386/intelok.d: Likewise.
806 * gas/i386/prefix.d: Likewise.
807 * gas/i386/sub.d: Likewise.
808 * gas/i386/padlock.d: Likewise.
809 * gas/i386/x86_64.d: Likewise.
810
811 2005-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
812
813 * gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
814
815 2004-12-31 Alan Modra <amodra@bigpond.net.au>
816
817 * gas/elf/elf.exp: Don't list reloc sections.
818 * gas/elf/section5.e: Remove reloc sections.
819
820 2004-12-21 Tomer Levi <Tomer.Levi@nsc.com>
821
822 * gas/crx/beq_insn.d: Update reference file according to
823 disassembler printing method.
824 * gas/crx/bit_insn.d: Likewise.
825 * gas/crx/br_insn.d: Likewise.
826 * gas/crx/cmpbr_insn.d: Likewise.
827 * gas/crx/cop_insn.d: Likewise.
828 * gas/crx/load_stor_insn.d: Likewise.
829
830 2004-12-21 Hans-Peter Nilsson <hp@axis.com>
831
832 * gas/elf/section5.e, gas/elf/section5.l: Replace [:digit:],
833 [:xdigit:] and {N} in regexps with [0-9], [0-9a-fA-F] and N
834 copies, to cater to tcl versions before Tcl 8.2.3.
835
836 2004-12-20 Nick Clifton <nickc@redhat.com>
837
838 * gas/elf/section5.[ls]: Use % instead of @ in .section
839 directives.
840
841 2004-12-16 Richard Sandiford <rsandifo@redhat.com>
842
843 * gas/v850/split-lo16.{s,d}: New test.
844 * gas/v850/v850.exp: Run it.
845
846 2004-12-15 Jan Beulich <jbeulich@novell.com>
847
848 * gas/elf/section5.[els]: New.
849
850 2004-12-13 Richard Sandiford <rsandifo@redhat.com>
851
852 * gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different
853 .text alignments.
854
855 2004-12-11 Alan Modra <amodra@bigpond.net.au>
856
857 * gas/alpha/elf-usepv-1.d: Update for changed section syms.
858 * gas/arm/mapping.d: Likewise.
859 * gas/mips/tmips16-e.d: Likewise.
860 * gas/mips/tmips16-f.d: Likewise.
861 * gas/mmix/align-1.d: Likewise.
862 * gas/mmix/basep-10.d: Likewise.
863 * gas/mmix/basep-11.d: Likewise.
864 * gas/mmix/basep-7.d: Likewise.
865 * gas/mmix/basep-8.d: Likewise.
866 * gas/mmix/basep-9.d: Likewise.
867 * gas/mmix/builtin1.d: Likewise.
868 * gas/mmix/builtin2.d: Likewise.
869 * gas/mmix/builtin3.d: Likewise.
870 * gas/mmix/bz-c.d: Likewise.
871 * gas/mmix/comment-2.d: Likewise.
872 * gas/mmix/comment-3.d: Likewise.
873 * gas/mmix/cons-2.d: Likewise.
874 * gas/mmix/fb-1.d: Likewise.
875 * gas/mmix/fb-2.d: Likewise.
876 * gas/mmix/geta-c.d: Likewise.
877 * gas/mmix/greg1.d: Likewise.
878 * gas/mmix/greg1a.d: Likewise.
879 * gas/mmix/greg2.d: Likewise.
880 * gas/mmix/greg2a.d: Likewise.
881 * gas/mmix/greg3.d: Likewise.
882 * gas/mmix/greg4.d: Likewise.
883 * gas/mmix/greg5.d: Likewise.
884 * gas/mmix/greg6.d: Likewise.
885 * gas/mmix/greg7.d: Likewise.
886 * gas/mmix/greg8.d: Likewise.
887 * gas/mmix/is-1.d: Likewise.
888 * gas/mmix/jump-c.d: Likewise.
889 * gas/mmix/local-1.d: Likewise.
890 * gas/mmix/locall1.d: Likewise.
891 * gas/mmix/odd-1.d: Likewise.
892 * gas/mmix/op-0-1.d: Likewise.
893 * gas/mmix/op-0-1s.d: Likewise.
894 * gas/mmix/op-0-2.d: Likewise.
895 * gas/mmix/prefix1.d: Likewise.
896 * gas/mmix/prefix2.d: Likewise.
897 * gas/mmix/prefix3.d: Likewise.
898 * gas/mmix/pseudo-1.d: Likewise.
899 * gas/mmix/pushj-c.d: Likewise.
900 * gas/mmix/pushj-cs.d: Likewise.
901 * gas/mmix/sym-1.d: Likewise.
902 * gas/mmix/weak1-s.d: Likewise.
903 * gas/mmix/weak1.d: Likewise.
904 * gas/mmix/zerop-1.d: Likewise.
905 * gas/ppc/power4.d: Likewise.
906 * gas/ppc/test1elf32.d: Likewise.
907 * gas/ppc/test1elf64.d: Likewise.
908 * gas/sh/sh64/datal32-3.d: Likewise.
909 * gas/sh/sh64/datal64-3.d: Likewise.
910 * gas/sh/sh64/localcom-1.d: Likewise.
911
912 2004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
913
914 * gas/mips/elf-rel23a.d: New test.
915 * gas/mips/elf-rel23b.d: New test.
916 * gas/mips/elf-rel25.s: New test.
917 * gas/mips/elf-rel25.d: New test.
918 * gas/mips/elf-rel25a.d: New test.
919 * gas/mips/mips.exp: Run new tests.
920
921 2004-12-09 Paul Brook <paul@codesourcery.com>
922
923 * gas/arm/unwind.d: Expect R_ARM_PREL31 relocations.
924
925 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
926
927 * gas/mips/branch-swap.d: Pass -32 to as.
928
929 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
930
931 * gas/crx/br_insn.d: Fix error in expected disassembly.
932
933 2004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
934
935 * gas/m32r/rela-1.s: New test.
936 * gas/m32r/rela-1.d: Expected disassembly.
937 * gas/m32r/m32r.exp: Run the new test.
938 * gas/m32r/relax-1.d: Update for fixed pcrel reloc
939 generation.
940
941 2004-11-27 Richard Earnshaw <rearnsha@arm.com>
942
943 * gas/arm/thumbv6.d (setend): Remove stray tab at end
944 of dump pattern.
945
946 2004-11-25 H.J. Lu <hongjiu.lu@intel.com>
947
948 * gas/ia64/group-1.d: Adjust expected secion ordering.
949
950 2004-11-25 Jan Beulich <jbeulich@novell.com>
951
952 * gas/i386/x86-64-inval.[sl]: Remove sahf/lahf.
953
954 2004-11-24 Paul Brook <paul@codesourcery.com>
955
956 * gas/elf/group0a.d: Adjust expected secion ordering.
957 * gas/elf/group1a.d: Ditto.
958 * gas/elf/section4.d: Ditto.
959
960 2004-11-24 Nick Clifton <nickc@redhat.com>
961
962 * gas/iq2000/allinsn.exp: Remove IQ10 tests.
963 * gas/iq2000/q10allinsn.d: Delete.
964 * gas/iq2000/q10allinsn.s: Delete.
965 * gas/iq2000/q10hazard4.s: Delete.
966 * gas/iq2000/q10hazard5.s: Delete.
967 * gas/iq2000/q10load-hazards.exp: Delete.
968 * gas/iq2000/q10nohazard.s: Delete.
969 * gas/iq2000/q10noyield.s: Delete.
970 * gas/iq2000/q10test0.d: Delete.
971 * gas/iq2000/q10test0.s: Delete.
972 * gas/iq2000/q10test1.d: Delete.
973 * gas/iq2000/q10test1.s: Delete.
974 * gas/iq2000/q10test10.d: Delete.
975 * gas/iq2000/q10test10.s: Delete.
976 * gas/iq2000/q10test11.d: Delete.
977 * gas/iq2000/q10test11.s: Delete.
978 * gas/iq2000/q10test12.d: Delete.
979 * gas/iq2000/q10test12.s: Delete.
980 * gas/iq2000/q10test2.d: Delete.
981 * gas/iq2000/q10test2.s: Delete.
982 * gas/iq2000/q10test3.d: Delete.
983 * gas/iq2000/q10test3.s: Delete.
984 * gas/iq2000/q10test4.d: Delete.
985 * gas/iq2000/q10test4.s: Delete.
986 * gas/iq2000/q10test5.d: Delete.
987 * gas/iq2000/q10test5.s: Delete.
988 * gas/iq2000/q10test6.d: Delete.
989 * gas/iq2000/q10test6.s: Delete.
990 * gas/iq2000/q10test7.d: Delete.
991 * gas/iq2000/q10test7.s: Delete.
992 * gas/iq2000/q10test8.d: Delete.
993 * gas/iq2000/q10test8.s: Delete.
994 * gas/iq2000/q10test9.d: Delete.
995 * gas/iq2000/q10test9.s: Delete.
996 * gas/iq2000/q10yield.exp: Delete.
997 * gas/iq2000/test.exp: Delete.
998
999 2004-11-24 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1000
1001 * gas/arc/st.s: Add checks for other variants of the sr and st
1002 instruction.
1003 * gas/arc/st.d: Update the expected disassembly.
1004
1005 2004-11-23 Nick Clifton <nickc@redhat.com>
1006
1007 * gas/mn10300/relax.s: Add further tests of the relaxing of branch
1008 instructions.
1009 * gas/mn10300/relax.d: Add expected relocations.
1010
1011 2004-11-22 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
1012
1013 * gas/arc/ld.s: Add check of load of a long immediate.
1014 * gas/arc/ld.d: Add expected disassembly.
1015
1016 2004-11-22 Hans-Peter Nilsson <hp@axis.com>
1017
1018 * gas/all/gas.exp: Run dg-runtest for all err-*.s and warn-*.s.
1019 * gas/all/err-1.s, gas/all/warn-1.s: New tests.
1020
1021 2004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1022
1023 * gas/maxq10/call.d: Fix expected results now that bfd assembler
1024 support is enabled by default.
1025 * gas/maxq10/range.d: Likewise.
1026 * gas/maxq20/call.d: Likewise.
1027
1028 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
1029
1030 * gas/arm/mapping.d: Expect F markers for Thumb code.
1031 * gas/arm/unwind.d: Update big-endian pattern.
1032
1033 2004-11-12 Nick Clifton <nickc@redhat.com>
1034
1035 * gas/mn10300/basic.exp: Add relax test.
1036 * gas/mn10300/relax.s: New test.
1037 * gas/mn10300/relax.d: Expected results. Make sure that the
1038 correct size of instruction has been selected.
1039
1040 2004-11-11 Bob Wilson <bob.wilson@acm.org>
1041
1042 * gas/xtensa/short_branch_offset.s: New.
1043 * gas/xtensa/short_branch_offset.d: New.
1044 * gas/xtensa/all.exp: Run new test.
1045
1046 2004-11-10 Alan Modra <amodra@bigpond.net.au>
1047
1048 * gas/i386/opcode.s: Pad section.
1049 * gas/i386/intelok.s: Likewise.
1050 * gas/i386/opcode.d: Update.
1051 * gas/i386/intelok.d: Update.
1052
1053 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
1054 Vineet Sharma <vineets@noida.hcltech.com>
1055
1056 * gas/maxq10: New directory. Contains tests for maxq port.
1057 * gas/maxq20: Likewise.
1058
1059 2004-11-05 H.J. Lu <hongjiu.lu@intel.com>
1060
1061 * gas/i386/general.s: Add movzb.
1062 * gas/i386/general.l: Updated.
1063
1064 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
1065
1066 * gas/all/gas.exp: Exclude float.s for crisv32-*-*.
1067 * gas/cris/operand-err-1.s (test.m constant): Remove xfail marker
1068 and update rationale. Mark "ba [external_symbol]" and "ba [r3]"
1069 as invalid.
1070 * gas/ieee-fp/x930509a.exp: setup_xfail for crisv32-*-*.
1071 * gas/macros/macros.exp: setup_xfail strings for crisv32-*-*.
1072 * gas/cris/abs32-1.s, gas/cris/arch-err-1.s,
1073 gas/cris/arch-err-2.s, gas/cris/arch-err-3.s,
1074 gas/cris/arch-err-4.s, gas/cris/arch-err-5.s,
1075 gas/cris/bound-err-1.s, gas/cris/brokw-3b.s,
1076 gas/cris/march-err-1.s, gas/cris/march-err-2.s,
1077 gas/cris/push-err-1.s, gas/cris/push-err-2.s,
1078 gas/cris/pushpopv32.s, gas/cris/rd-abs32-1.d,
1079 gas/cris/rd-abs32-2.d, gas/cris/rd-arch-1.d, gas/cris/rd-arch-2.d,
1080 gas/cris/rd-arch-3.d, gas/cris/rd-bkw1b.d, gas/cris/rd-bkw2b.d,
1081 gas/cris/rd-bkw3b.d, gas/cris/rd-bound1.d, gas/cris/rd-bound1.s,
1082 gas/cris/rd-bound2.d, gas/cris/rd-bound3.d, gas/cris/rd-bound4.d,
1083 gas/cris/rd-break32.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
1084 gas/cris/rd-spr-1.d, gas/cris/rd-spr-1.s, gas/cris/rd-usp-1.d,
1085 gas/cris/rd-usp-1b.d, gas/cris/rd-v10_32o-1.d,
1086 gas/cris/rd-v10_32o-2.d, gas/cris/rd-v10_32o-2.s,
1087 gas/cris/rd-v32-b1.d, gas/cris/rd-v32-b1.s, gas/cris/rd-v32-b2.d,
1088 gas/cris/rd-v32-b2.s, gas/cris/rd-v32-b3.d, gas/cris/rd-v32-b3.s,
1089 gas/cris/rd-v32-f1.d, gas/cris/rd-v32-f1.s, gas/cris/rd-v32-i1.d,
1090 gas/cris/rd-v32-i1.s, gas/cris/rd-v32-l1.d, gas/cris/rd-v32-l1.s,
1091 gas/cris/rd-v32-l3.d, gas/cris/rd-v32-l3.s, gas/cris/rd-v32-l4.d,
1092 gas/cris/rd-v32-l4.s, gas/cris/rd-v32o-1.d, gas/cris/rd-v32s-1.d,
1093 gas/cris/rd-v32s-2.d, gas/cris/rd-v32s-2.s, gas/cris/rd-v32s-3.d,
1094 gas/cris/rd-v32s-3.s, gas/cris/rd-v32s-4.d, gas/cris/rd-v32s-4.s,
1095 gas/cris/rd-vao-1.d, gas/cris/v32-err-1.s, gas/cris/v32-err-10.s,
1096 gas/cris/v32-err-11.s, gas/cris/v32-err-2.s, gas/cris/v32-err-3.s,
1097 gas/cris/v32-err-4.s, gas/cris/v32-err-5.s, gas/cris/v32-err-6.s,
1098 gas/cris/v32-err-7.s, gas/cris/v32-err-8.s, gas/cris/v32-err-9.s:
1099 New tests.
1100
1101 2004-11-04 Jan Beulich <jbeulich@novell.com>
1102
1103 * gas/i386/i386.exp: Execute new tests intelbad and intelok.
1104 * gas/i386/intelbad.[sl]: New test to check for various things not
1105 permitted in Intel mode.
1106 * gas/i386/intel.d, gas/i386/opcode.d, gas/i386/x86-64-opcode.d:
1107 Adjust for change to segment register store.
1108 * gas/i386/intelok.[sd]: New test to check various Intel mode specific
1109 things get handled correctly.
1110 * gas/i386/x86_64.[sd]: Remove unsupported constructs referring to
1111 'high' and 'low' parts of an operand, which the parser previously
1112 accepted while neither telling that it's not supported nor that it
1113 ignored the remainder of the line following these supposed keywords.
1114
1115 2004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
1116
1117 * gas/crx/cop_insn.d: Regenerate (after a bug fix in Assembler).
1118
1119 2004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
1120
1121 * gas/crx/cop_insn.s: Test new Co-Processor instruction 'cpi'.
1122 * gas/crx/list_insn.s: Add hi/lo/u<N> registers tests, fix test bugs.
1123 * gas/crx/cop_insn.d: Regenerate.
1124 * gas/crx/list_insn.d: Likewise.
1125
1126 2004-10-23 Daniel Jacobowitz <dan@debian.org>
1127
1128 * gas/cfi/cfi-arm-1.d, gas/cfi/cfi-arm-1.s: New files.
1129 * gas/cfi/cfi.exp: Run cfi-arm-1 test.
1130
1131 2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
1132
1133 * gas/crx/cop_insn.s: Reverse operands order in store co-processor
1134 instructions.
1135 * gas/crx/list_insn.s: Remove test for unsupported 'popa' instruction.
1136 * gas/crx/cop_insn.d: Regenerate.
1137 * gas/crx/list_insn.d: Likewise.
1138
1139 2004-10-14 Paul Brook <paul@codesourcery.com>
1140
1141 * gas/arm/mapping.d: Pass --special-syms to objdump.
1142
1143 2004-10-08 Daniel Jacobowitz <dan@debian.org>
1144
1145 * gas/i386/i386.exp: Don't run divide test for targets where '/'
1146 is a comment. Run x86-64-unwind for 64-bit ELF targets.
1147 * gas/i386/x86-64-unwind.d, gas/i386/x86-64-unwind.s: New.
1148
1149 2004-10-08 Alan Modra <amodra@bigpond.net.au>
1150
1151 * gas/cfi/cfi-common-4.d: Correct for 64 bit targets.
1152
1153 2004-10-07 Bob Wilson <bob.wilson@acm.org>
1154
1155 * gas/xtensa/all.exp: Adjust expected error message for j_too_far.
1156 Change entry_align test to expect an error.
1157 * gas/xtensa/entry_misalign2.s: Use no-transform instead of
1158 no-generics directives.
1159
1160 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
1161
1162 * gas/mips/elf-rel{23,24}.[sd]: New tests.
1163 * gas/mips/mips.exp: New test.
1164
1165 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
1166
1167 * gas/mips/elf-rel22.[sd]: New test.
1168 * gas/mips/mips.exp: Run it.
1169
1170 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
1171
1172 * gas/mips/elf-rel21.[sd]: New test.
1173 * gas/mips/mips.exp: Run it.
1174
1175 2004-10-07 Jan Beulich <jbeulich@novell.com>
1176
1177 * gas/cfi/cfi-common-4.[ds]: New.
1178 * gas/cfi/cfi.exp: Run new test.
1179
1180 2004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
1181
1182 * gas/crx/cop_insn.s: New file.
1183 * gas/crx/cop_insn.d: Likewise.
1184 * gas/crx/load_stor_insn.s: Move Co-processor insns to a separate
1185 test.
1186 * gas/crx/misc_insn.s: Likewise.
1187 * gas/crx/load_stor_insn.d: Regenerate.
1188 * gas/crx/misc_insn.d: Likewise.
1189
1190 2004-10-06 Aldy Hernandez <aldyh@redhat.com>
1191
1192 * gas/ppc/e500.s: Add double-precision instructions.
1193 * gas/ppc/e500.d: Same.
1194
1195 2004-10-05 Paul Brook <paul@codesourcery.com>
1196
1197 * gas/arm/arm.exp: Add unwind table test. Recognise
1198 arm-symbian-symbianelf and arm-none-eabi.
1199 * gas/arm/unwind.s: New file.
1200 * gas/arm/unwind.d: New file.
1201
1202 2004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
1203
1204 * gas/pdp11/opcode.d: Fix sob opcode value.
1205
1206 2004-09-30 Paul Brook <paul@codesourcery.com>
1207
1208 * gas/arm/arch6zk.d: New file.
1209 * gas/arm/arch6zk.s: New file.
1210 * gas/arm/arm.exp: Add them.
1211
1212 2004-09-29 Alan Modra <amodra@bigpond.net.au>
1213
1214 * gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
1215 * gas/i386/secrel.d: Adjust to suit.
1216
1217 2004-09-19 Paul Brook <paul@codesourcery.com>
1218
1219 * gas/elf/elf.exp: Recognise additional arm elf targets.
1220
1221 2004-09-17 Paul Brook <paul@codesourcery.com>
1222
1223 * gas/arm/pic.s: Add (target2).
1224 * gas/arm/pic.d: Ditto.
1225
1226 2004-09-13 Paul Brook <paul@codesourcery.com>
1227
1228 * gas/arm/pic.d: Rename RELABS to TARGET1.
1229 * gas/arm/pic.s: Ditto.
1230
1231 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1232
1233 * gas/crx: New directory.
1234 * gas/crx/allinsn.exp: New test script.
1235 * gas/crx/arith_insn.s: New file.
1236 * gas/crx/arith_insn.d: Likewise.
1237 * gas/crx/beq_insn.s: Likewise.
1238 * gas/crx/beq_insn.d: Likewise.
1239 * gas/crx/bit_insn.s: Likewise.
1240 * gas/crx/bit_insn.d: Likewise.
1241 * gas/crx/br_insn.s: Likewise.
1242 * gas/crx/br_insn.d: Likewise.
1243 * gas/crx/cmov_insn.s: Likewise.
1244 * gas/crx/cmov_insn.d: Likewise.
1245 * gas/crx/cmpbr_insn.s: Likewise.
1246 * gas/crx/cmpbr_insn.d: Likewise.
1247 * gas/crx/jscond_insn.s: Likewise.
1248 * gas/crx/jscond_insn.d: Likewise.
1249 * gas/crx/list_insn.s: Likewise.
1250 * gas/crx/list_insn.d: Likewise.
1251 * gas/crx/load_stor_insn.s: Likewise.
1252 * gas/crx/load_stor_insn.d: Likewise.
1253 * gas/crx/misc_insn.s: Likewise.
1254 * gas/crx/misc_insn.d: Likewise.
1255 * gas/crx/no_op_insn.s: Likewise.
1256 * gas/crx/no_op_insn.d: Likewise.
1257 * gas/crx/shift_insn.s: Likewise.
1258 * gas/crx/shift_insn.d: Likewise.
1259
1260 2004-08-27 Richard Sandiford <rsandifo@redhat.com>
1261
1262 * gas/frv/fr550-pack1.[sd]: New test.
1263 * gas/frv/allinsn.exp: Run it.
1264
1265 2004-08-27 Nick Clifton <nickc@redhat.com>
1266
1267 * gas/i386/i386.exp: Allow pcrel test for COFF targets as well,
1268 but not for PE targets. Similarly for the absrel test.
1269
1270 2004-08-26 Nick Clifton <nickc@redhat.com>
1271
1272 * gas/i386/i386.exp: Group ELF specific tests together. Move the
1273 pcrel test into the ELF only section. Use is_elf_format to test
1274 for ELF based toolchains.
1275
1276 2004-08-25 H.J. Lu <hongjiu.lu@intel.com>
1277
1278 * gas/all/gas.exp: Use `string match ""' instead of `eq ""'.
1279
1280 2004-08-24 Jan Beulich <jbeulich@novell.com>
1281
1282 * gas/all/altmacro.[sd]: Split out part from here...
1283 * gas/all/altmac2.[sd]: ... to here.
1284 * gas/all/excl.s: New.
1285 * gas/all/gas.exp: Suppress both tests for a few targets known to
1286 break. Run the new (split out) test only when the target doesn't
1287 use '!' as a comment character.
1288
1289 2004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1290
1291 * gas/mips/branch-swap.s: New testcase.
1292 * gas/mips/branch-swap.d: New testcase.
1293 * gas/mips/mips.exp: Run the testcase.
1294
1295 2004-08-18 Nick Clifton <nickc@redhat.com>
1296
1297 * gas/macros/strings.s: Remove #NO_APP, accidentally committed as
1298 part of another patch.
1299
1300 2004-08-15 Nick Clifton <nickc@redhat.com>
1301
1302 * gas/all/altmacro.d: Allow for rest of frag being padded to an
1303 alignment boundary.
1304
1305 * gas/arm/arm.exp: Run bignum test for ELF based targets only.
1306
1307 2004-08-16 Alan Modra <amodra@bigpond.net.au>
1308
1309 * gas/cfi/cfi-alpha-1.d: Adjust for readelf fix.
1310 * gas/cfi/cfi-alpha-3.d: Likewise.
1311 * gas/cfi/cfi-i386.d: Likewise.
1312 * gas/cfi/cfi-m68k.d: Likewise.
1313 * gas/cfi/cfi-ppc-1.d: Likewise.
1314 * gas/cfi/cfi-s390-1.d: Likewise.
1315 * gas/cfi/cfi-s390x-1.d: Likewise.
1316 * gas/cfi/cfi-sh-1.d: Likewise.
1317 * gas/cfi/cfi-sparc-1.d: Likewise.
1318 * gas/cfi/cfi-sparc64-1.d: Likewise.
1319 * gas/cfi/cfi-x86_64.d: Likewise.
1320
1321 2004-08-13 Jan Beulich <jbeulich@novell.com>
1322
1323 * gas/all/altmacro.[sd]: New test.
1324 * gas/all/gas.exp: Run the new test.
1325
1326 2004-08-10 Mark Mitchell <mark@codesourcery.com>
1327
1328 * gas/arm/bignum1.s: New test.
1329 * gas/arm/arm.exp: Run it.
1330
1331 2004-08-06 Paul Brook <paul@codesourcery.com>
1332
1333 * gas/arm/pic.s,d: Test RELABS and SBREL relocations.
1334
1335 2004-08-05 Nitin Yewale <nitiny@kpitcummins.com>
1336
1337 * h8300/h8300.exp: Addition of new test case to check rx
1338 generation with adds and subs instruction for plain H8/300 target.
1339 * h8300/addsubrxcheck.s: New test source file.
1340
1341 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1342
1343 * gas/m68hc11/m68hc11.exp: Fix tests for 2.15
1344 * gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
1345 * gas/symver/symver.exp: Likewise for symver tests.
1346
1347 2004-07-30 Michal Ludvig <mludvig@suse.cz>
1348
1349 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
1350 VIA PadLock instructions.
1351
1352 2004-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1353
1354 * gas/sh/basic.exp: Don't do sh2a test for sh5.
1355 * gas/sh/sh2a.d: Match elf32-sh* format too.
1356
1357 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
1358
1359 2003-12-30 DJ Delorie <dj@redhat.com>
1360 * gas/sh/sh2a.s: New.
1361 * gas/sh/sh2a.d: New.
1362 * gas/sh/basic.exp: Add it.
1363
1364 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
1365
1366 * gas/all/gas.exp (do_930509a): Disable test for crx.
1367
1368 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
1369
1370 * gas/i386/x86-64-inval.l: Remove the leading `+'.
1371
1372 2004-07-22 Nick Clifton <nickc@redhat.com>
1373
1374 PR/280
1375 * gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
1376 * gas/h8300/ffxx1-elf.d: Likewise.
1377 * gas/h8300/h8sx_disp2.d: Likewise.
1378 * gas/h8300/h8sx_mov_imm.d: Likewise.
1379 * gas/h8300/h8sx_rtsl.d: Likewise.
1380 * gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
1381 * gas/h8300/ffxx1-elf.s: Likewise.
1382
1383 2004-07-21 Jan Beulich <jbeulich@novell.com>
1384
1385 * gas/i386/x86-64-addr32.[ds]: New test for x86-64 32-bit
1386 addressing in 64-bit mode.
1387 * gas/i386/x86-64-rip.[ds]: New test for x86-64 rip-relative
1388 addressing.
1389 * gas/i386/i386.exp: Run the two new tests.
1390
1391 * gas/cfi/cfi-x86_64.d: Adjust expectation for leave to not have a
1392 rex prefix.
1393 * gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal
1394 in 64-bit mode.
1395
1396 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
1397
1398 * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test
1399 expects load delay slots.
1400
1401 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
1402
1403 * gas/mips/vr5400.d: Update for a correct disassembly of
1404 "racm.ob".
1405
1406 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
1407
1408 * gas/mips/mips32.s: Adjust for the unified "break" syntax. Add
1409 another "break" case. Update the comment accordingly.
1410 * gas/mips/set-arch.s: Likewise.
1411 * gas/mips/mips32.d: Adjust for the new output.
1412 * gas/mips/set-arch.d: Likewise.
1413
1414 2004-07-15 Nitin Yewale <nitiny@kpitcummins.com>
1415
1416 * gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of
1417 new test case for H8300H normal target to check symbol
1418 address generation.
1419 * gas/h8300/symaddgen.s: New test.
1420
1421 2004-07-13 Nick Clifton <nickc@redhat.com>
1422
1423 * gas/i386/intel.s: Add test of newly expand arithmetic support
1424 for Intel mode assembler.
1425 * gas/i386/intel.d: Add expected disassmbly.
1426
1427 2004-07-13 Nick Clifton <nickc@redhat.com>
1428
1429 * gas/vtable: Delete directory. These tests are no longer needed
1430 as the VTABLE_ reloc support is obsolete.
1431
1432 2004-07-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1433
1434 * gas/m32r/pic.exp: Add New Test case for @GOTOFF, @GOT, @PLT.
1435 * gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
1436 * gas/m32r/pic2.d: New file: Expected results.
1437
1438 2004-07-08 Richard Sandiford <rsandifo@redhat.com>
1439
1440 * gas/mips/elf-rel7.d: Expect relocations against bar to refer to bar.
1441 * gas/mips/elf-refl19.d: Likewise L2.
1442
1443 2004-07-03 Richard Sandiford <rsandifo@redhat.com>
1444
1445 * gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
1446 the earliest %lo().
1447 * gas/mips/elf-rel11.d: Don't expect the relocs to be reordered.
1448 * gas/mips/elf-rel20.[sd]: New test.
1449 * gas/mips/mips.exp: Run it.
1450
1451 2004-07-03 Maciej W. Rozycki <macro@linux-mips.org>
1452
1453 * gas/mips/elf-rel9.[sd]: Fix typo in %lo() expression.
1454
1455 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1456
1457 * gas/ia64/group-1.d: New.
1458 * gas/ia64/group-1.s: Likewise.
1459
1460 * gas/ia64/ia64.exp: Add group-1 to test comdat group.
1461
1462 2004-06-30 James E Wilson <wilson@specifixinc.com>
1463
1464 * gas/ia64/dv-imply.d: Update.
1465 * gas/ia64/dv-mutex.d: Likewise.
1466 * gas/ia64/dv-safe.d: Likewise.
1467
1468 2004-06-29 Alan Modra <amodra@bigpond.net.au>
1469
1470 * gas/m68k/mode5.s: Pad section.
1471 * gas/m68k/mode5.d: Update.
1472
1473 2004-06-28 Alan Modra <amodra@bigpond.net.au>
1474
1475 * gas/ppc/power4.d: Update.
1476
1477 2004-06-24 Alan Modra <amodra@bigpond.net.au>
1478
1479 * gas/i386/prescott.s: Remove fisttpd and fisttpq.
1480 * gas/i386/prescott.d: Update.
1481
1482 2004-06-08 Jakub Jelinek <jakub@redhat.com>
1483
1484 * gas/ia64/dv-raw-err.s: Add some new postinc tests.
1485 * gas/ia64/dv-raw-err.l: Updated.
1486
1487 2004-05-28 Peter Barada <peter@the-baradas.com>
1488
1489 * gas/m68k/mode5.s: New test file. Checks conversion of mode 5
1490 addressing with zero offset into mode 2 addressing.
1491 * gas/m68k/mode5.d: New file: Expected disassmbly.
1492 * gas/m68k/all.exp: Run new test.
1493
1494 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
1495
1496 * gas/sh/arch: New directory.
1497 * gas/sh/arch/arch.exp: New test script.
1498 * gas/sh/arch/arch_expected.txt: New file.
1499 * gas/sh/arch/sh.s: New file.
1500 * gas/sh/arch/sh2.s: New file.
1501 * gas/sh/arch/sh-dsp.s: New file.
1502 * gas/sh/arch/sh2e.s: New file.
1503 * gas/sh/arch/sh3-nommu.s: New file.
1504 * gas/sh/arch/sh3.s: New file.
1505 * gas/sh/arch/sh3-dsp.s: New file.
1506 * gas/sh/arch/sh3e.s: New file.
1507 * gas/sh/arch/sh4-nommu-nofpu.s: New file.
1508 * gas/sh/arch/sh4-nofpu.s: New file.
1509 * gas/sh/arch/sh4.s: New file.
1510 * gas/sh/arch/sh4a-nofpu.s: New file.
1511 * gas/sh/arch/sh4al-dsp.s: New file.
1512 * gas/sh/arch/sh4a.s: New file.
1513
1514 2004-05-27 H.J. Lu <hongjiu.lu@intel.com>
1515
1516 * gas/ia64/regs.d: Updated.
1517
1518 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1519
1520 * gas/ia64/ia64.exp: Run invalid-ar.
1521
1522 * gas/ia64/invalid-ar.l: New file. Test invalid AR access.
1523 * gas/ia64/invalid-ar.s: Likewise.
1524
1525 2004-05-24 Peter Barada <peter@the-baradas.com>
1526
1527 * gas/m68k/mcf-emac.d: Provide correct disassembler results.
1528 * gas/m68k/mcf-mac.d: Provide correct disassembler results.
1529
1530 2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
1531
1532 * gas/ia64/dv-srlz.d: Fix a typo.
1533
1534 2004-05-12 Ben Elliston <bje@au.ibm.com>
1535
1536 * gas/h8300/t03_add.exp: Remove stray semicolons.
1537 * gas/h8300/t04_sub.exp: Likewise.
1538 * gas/h8300/t05_cmp.exp: Likewise.
1539 * gas/h8300/t08_or.exp: Likewise.
1540 * gas/h8300/t09_xor.exp: Likewise.
1541 * gas/h8300/t10_and.exp: Likewise.
1542 * gas/hppa/reloc/reloc.exp: Likewise.
1543 * gas/hppa/unsorted/unsorted.exp: Likewise.
1544 * gas/i386/i386.exp: Likewise.
1545 * gas/m68hc11/m68hc11.exp: Likewise.
1546 * gas/mips/mips.exp: Likewise.
1547 * gas/sparc/sparc.exp: Likewise.
1548 * lib/gas-defs.exp: Likewise.
1549
1550 2004-05-11 Nick Clifton <nickc@redhat.com>
1551
1552 * gas/elf/section4.s: New test. Checks label arithmetic when
1553 multiple same-name sections exist.
1554 * gas/elf/section4.d: New file: Expected section list
1555 * gas/elf/elf.exp: Run the new test.
1556 * gas/elf/group0.s: Use % instead of @ for type argument to
1557 .section directive (for compatability with ARM port).
1558 * gas/elf/group1.s: Likewise.
1559
1560 2004-05-07 Richard Sandiford <rsandifo@redhat.com>
1561
1562 * gas/mips/vr4122.[sd]: Rename to...
1563 * gas/mips/vr4120-2.[sd]: ...and add tests for VR4181A errata
1564 MD(1) and MD(4).
1565 * gas/mips/mips.exp: Update accordingly.
1566
1567 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
1568
1569 * gas/frv/reloc1.d: Match elf32-frvfdpic as well.
1570 * gas/frv/fr405-insn.d: Likewise.
1571 * gas/frv/fr450-insn.d: Likewise.
1572
1573 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1574
1575 * gas/elf/elf.exp: Remove group1, add group1a and group1b for
1576 section group.
1577
1578 * gas/elf/group1a.d: New file.
1579 * gas/elf/group1b.d: Likewise.
1580
1581 * gas/elf/group1.e: Removed.
1582
1583 2004-04-30 Nick Clifton <nickc@redhat.com>
1584
1585 * gas/arm/reg-alias.s: New file: Test case sensitive register
1586 aliases.
1587 * gas/arm/reg-alias.d: New file: Expected test output.
1588 * gas/arm/arm.exp: Run reg-alias test.
1589 Arrange tests in a more orderly fashion.
1590
1591 2004-04-30 Ben Elliston <bje@au.ibm.com>
1592
1593 * gas/ppc/power4.s: Add dcbz and dcbzl test cases.
1594 * gas/ppc/power4.d: Update accordingly.
1595
1596 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1597
1598 * gas/elf/elf.exp: Add group0a, group0b and group1 for section
1599 group.
1600
1601 * gas/elf/group0.s: New file.
1602 * gas/elf/group0a.d: Likewise.
1603 * gas/elf/group0b.d: Likewise.
1604 * gas/elf/group1.e: Likewise.
1605 * gas/elf/group1.s: Likewise.
1606
1607 2004-04-23 Nick Clifton <nickc@redhat.com>
1608
1609 * gas/symver/symver1.d: Cope with extra symbols inserted by
1610 arm-elf toolchains.
1611 * gas/symver/symver0.d: Likewise
1612 * gas/elf/symver.d: Likewise.
1613
1614 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1615
1616 * gas/sh/pcrel2.d: Update.
1617 * gas/sh/tlsd.d: Update.
1618 * gas/sh/tlsnopic.d: Update.
1619 * gas/sh/tlspic.d: Update.
1620
1621 2004-04-22 Mark Kettenis <kettenis@gnu.org>
1622
1623 * lib/gas-defs.exp (is_elf_format): Add OpenBSD support.
1624
1625 2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1626
1627 * gas/mips/lb-xgot-ilocks.d: Remove nops in load delay slot.
1628 * gas/mips/mips-abi32-pic.d: Likewise.
1629 * gas/mips/mips-abi32-pic2.d: Likewise.
1630 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
1631 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
1632 * gas/mips/mips-gp64-fp32-pic.d: Likewise.
1633 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
1634 * gas/mips/relax-swap1-mips2.d: Likewise.
1635 * gas/mips/lb-svr4pic-ilocks.d: New test.
1636 * gas/mips/mips.exp: Run it.
1637
1638 2004-04-22 Paul Brook <paul@codesourcery.com>
1639
1640 * maverick.c (off8s): Test full shifted operand range.
1641 (MCC2): Define.
1642 (MVDSPACC, MVACCDSP): Use it.
1643 * maverick.d, maverick.s: Regenerate.
1644
1645 2004-04-22 Peter Barada <peter@the-baradas.com>
1646
1647 * gas/m68k/mcf-mac.s: New test: Check ColdFire MAC instructions.
1648 * gas/m68k/mcf-emac.s: New test: Similar checks.
1649 * gas/m68k/mcf-mac.d: New test: Expected output.
1650 * gas/m68k/mcf-emac.d: New test: Likewise.
1651 * gas/m68k/all.exp: Run new tests.
1652
1653 2004-04-21 Chris Demetriou <cgd@broadcom.com>
1654
1655 * gas/mips/elempic.d: File removed as part of -membedded-pic removal.
1656 * gas/mips/empic.d: Likewise.
1657 * gas/mips/empic.l: Likewise.
1658 * gas/mips/empic.s: Likewise.
1659 * gas/mips/empic2.d: Likewise.
1660 * gas/mips/empic2.s: Likewise.
1661 * gas/mips/empic3_e.d: Likewise.
1662 * gas/mips/empic3_e.s: Likewise.
1663 * gas/mips/empic3_g1.d: Likewise.
1664 * gas/mips/empic3_g1.s: Likewise.
1665 * gas/mips/empic3_g2.d: Likewise.
1666 * gas/mips/empic3_g2.s: Likewise.
1667 * gas/mips/jal-empic-elf-2.d: Likewise.
1668 * gas/mips/jal-empic-elf-2.s: Likewise.
1669 * gas/mips/jal-empic-elf-3.d: Likewise.
1670 * gas/mips/jal-empic-elf-3.s: Likewise.
1671 * gas/mips/jal-empic-elf.d: Likewise.
1672 * gas/mips/jal-empic.d: Likewise.
1673 * gas/mips/la-empic.d: Likewise.
1674 * gas/mips/la-empic.s: Likewise.
1675 * gas/mips/lb-empic.d: Likewise.
1676 * gas/mips/ld-empic.d: Likewise.
1677 * gas/mips/lif-empic.d: Likewise.
1678 * gas/mips/telempic.d: Likewise.
1679 * gas/mips/tempic.d: Likewise.
1680 * gas/mips/ulh-empic.d: Likewise.
1681 * gas/mips/ld-pic.s: Remove code conditional on EMPIC.
1682 * gas/mips/lifloat.s: Likewise.
1683 * gas/mips/mips.exp: Remove -membedded-pic tests and related comments.
1684
1685 2004-04-20 Brian Ford <ford@vss.fsi.com>
1686 DJ Delorie <dj@redhat.com>
1687
1688 * gas/i386/secrel.s: New test for .secrel32.
1689 * gas/i386/secrel.d: Likewise.
1690 * gas/i386/i386.exp: Call it for PE targets.
1691
1692 2004-04-19 Jakub Jelinek <jakub@redhat.com>
1693
1694 * gas/cfi/cfi-sparc64-1.d: Update.
1695
1696 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
1697
1698 * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120.
1699
1700 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
1701
1702 * gas/elf/section2.e-mips: Allow named section symbols.
1703 * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise.
1704
1705 2004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1706
1707 * gas/m32r/parallel-2.s: New file: Test case for parallel code.
1708 * gas/m32r/parallel-2.d: New file: Expected results.
1709 * gas/m32r/m32r2.exp: Run the test.
1710
1711 * gas/m32r/seth.s: New file: Test for seth.
1712 * gas/m32r/seth.d: New file: Expected results.
1713 * gas/m32r/m32r.exp: Run the new test.
1714
1715 2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
1716
1717 * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
1718 option.
1719 * gas/sh/basic.exp: Run the new test.
1720
1721 2004-04-01 Dave Korn <dk@artimi.com>
1722
1723 * gas/dlx/alltests.exp: Execute new lohi test.
1724 * gas/dlx/lohi.s: New test for spurious lo16/hi16
1725 reloc overflow checking.
1726 * gas/dlx/lohi.d: New file: expected output.
1727 * gas/dlx/lhi.d: Updated to properly expect lo16
1728 relocations where asked for.
1729 * gas/dlx/itype.d: Likewise.
1730 * gas/dlx/lhi.d: Corrected cut+paste error in test name.
1731
1732 2004-03-30 Stan Shebs <shebs@apple.com>
1733
1734 * gas/macros/macros.exp: Remove mention of MPW config.
1735
1736 2004-03-27 Alan Modra <amodra@bigpond.net.au>
1737
1738 * gas/i860/dir-intel03-err.l: Update for junk at end line becoming
1739 an error.
1740 * gas/m68hc11/m68hc11.exp: Likewise.
1741
1742 2004-03-23 Andreas Schwab <schwab@suse.de>
1743
1744 * gas/cfi/cfi-m68k.d: Adjust offsets.
1745
1746 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
1747
1748 * gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
1749 * gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests.
1750
1751 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1752
1753 * gas/cfi/cfi-sh-1.d: New file.
1754 * gas/cfi/cfi-sh-1.s: Likewise.
1755 * gas/cfi/cfi.exp: Add SH case.
1756
1757 2004-03-16 Alan Modra <amodra@bigpond.net.au>
1758
1759 * gas/ppc/altivec.d: Update.
1760 * gas/ppc/altivec_xcoff.d: Update.
1761 * gas/ppc/altivec_xcoff64.d: Update.
1762 * gas/ppc/astest.d: Update.
1763 * gas/ppc/astest2.d: Update.
1764 * gas/ppc/astest2_64.d: Update.
1765 * gas/ppc/astest64.d: Update.
1766 * gas/ppc/booke.d: Update.
1767 * gas/ppc/booke_xcoff.d: Update.
1768 * gas/ppc/booke_xcoff64.d: Update.
1769 * gas/ppc/e500.d: Update.
1770 * gas/ppc/power4.d: Update.
1771 * gas/ppc/test1elf32.d: Update.
1772 * gas/ppc/test1elf64.d: Update.
1773 * gas/ppc/test1xcoff32.d: Update.
1774
1775 2004-03-15 Alan Modra <amodra@bigpond.net.au>
1776
1777 * gas/i386/padlock.s: Pad with .p2align.
1778 * gas/i386/padlock.d: Adjust.
1779
1780 2004-03-12 Michal Ludvig <mludvig@suse.cz>
1781
1782 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
1783 VIA PadLock instructions.
1784 * gas/i386/i386.exp: Run padlock tests.
1785
1786 2004-03-12 Alan Modra <amodra@bigpond.net.au>
1787
1788 * gas/i386/katmai.d: Revert last change.
1789
1790 * gas/i386/katmai.d: Adjust for clflush change.
1791
1792 2004-03-08 Andreas Jaeger <aj@suse.de>
1793
1794 * gas/cfi/cfi-s390x-1.d: Adjust offsets.
1795
1796 2004-03-07 Richard Henderson <rth@redhat.com>
1797
1798 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.
1799
1800 2004-03-07 Andreas Jaeger <aj@suse.de>
1801
1802 * gas/cfi/cfi-x86_64.d: Adjust offsets.
1803
1804 2004-03-07 Richard Henderson <rth@redhat.com>
1805
1806 * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
1807 gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
1808 gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.
1809
1810 2004-03-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1811
1812 * gas/sh/sh64/err-dsp.s: Fix expected error message.
1813
1814 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1815
1816 * gas/frv/fr405-insn.[sdl]: New test.
1817 * gas/frv/fr450-spr.[sd]: New test.
1818 * gas/frv/fr450-insn.[sdl]: New test.
1819 * gas/frv/fr450-media-issue.[sl]: New test.
1820 * gas/frv/allinsn.exp: Run new tests. Ensure fr405 instructions
1821 aren't accepted for -mcpu=fr400 or -mcpu=fr500. Ensure fr450
1822 instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or
1823 -mcpu=fr500.
1824
1825 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1826
1827 * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
1828 (rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
1829 * gas/frv/allinsn.d: Update accordingly.
1830
1831 2004-02-17 Petko Manolov <petkan@nucleusys.com>
1832
1833 * gas/arm/maverick.c: DSPSC to/from opcode fixes.
1834 * gas/arm/maverick.d: Likewise.
1835 * gas/arm/maverick.s: Likewise.
1836
1837 2004-02-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1838
1839 * gas/sh/basic.exp: Don't do sh4a tests for sh5.
1840
1841 2004-02-06 Nathan Sidwell <nathan@codesourcery.com>
1842
1843 * gas/macros/test2.s: Lowercase it.
1844
1845 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1846
1847 * gas/mips/div.d: Update to accomodate changes in macro
1848 expansions.
1849 gas/mips/elf-rel-got-n32.d: Likewise.
1850 gas/mips/elf-rel-got-n64.d: Likewise.
1851 gas/mips/elf-rel-xgot-n32.d: Likewise.
1852 gas/mips/elf-rel-xgot-n64.d: Likewise.
1853 gas/mips/la-svr4pic.d: Likewise.
1854 gas/mips/la-xgot.d: Likewise.
1855 gas/mips/lca-svr4pic.d: Likewise.
1856 gas/mips/lca-xgot.d: Likewise.
1857
1858 2004-02-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1859
1860 * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
1861 * gas/sh/sh4a-fp.s: Likewise.
1862 * gas/sh/err-sh4a-fp.s: Likewise.
1863
1864 2004-01-24 Chris Demetriou <cgd@broadcom.com>
1865
1866 * gas/mips/relax-swap1.s: Add extra space at end, so the
1867 disassembly will consistently have "..." at its end.
1868 * gas/mips/relax-swap2.s: Likewise.
1869 * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.
1870
1871 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
1872
1873 * gas/arm/arm.exp: Add "undefined" test.
1874 * gas/arm/undefined.s, gas/arm/undefined.l: New files.
1875
1876 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
1877
1878 * gas/mips/macro-warn-[1234].[sdl]: New tests.
1879 * gas/mips/macro-warn-[12]-n32.[dl]: New tests.
1880 * gas/mips/mips.exp: Run them.
1881
1882 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
1883
1884 * gas/mips/elf-rel19.[sd]: New test.
1885 * gas/mips/mips.exp: Run it.
1886
1887 2004-01-11 Tom Rix <tcrix@worldnet.att.net>
1888
1889 * gas/m68hc11/movb.s: Add m68hc12 movb and movw dump test.
1890 * gas/m68hc11/movb.d: Likewise.
1891 * gas/m68hc11/m68hc11.exp: Likewise. Add more movb failure tests.
1892
1893 2004-01-19 Alan Modra <amodra@bigpond.net.au>
1894
1895 * gas/i386/katmai.d: Adjust for changed sib printing.
1896 * gas/i386/prescott.d: Likewise.
1897 * gas/i386/sse2.d: Likewise.
1898 * gas/i386/ssemmx2.d: Likewise.
1899
1900 2004-01-16 Alexandre Oliva <aoliva@redhat.com>
1901
1902 * gas/mn10300/mov5.s: New.
1903 * gas/mn10300/basic.exp (do_mov5): New.
1904
1905 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1906
1907 * gas/mips/relax-swap1-mips1.d: New test for branch relaxation
1908 with swapping for MIPS1.
1909 * gas/mips/relax-swap1-mips2.d: New test for branch relaxation
1910 with swapping for MIPS2.
1911 * gas/mips/relax-swap1.l: Stderr output for the new tests.
1912 * gas/mips/relax-swap1.s: Source for the new tests.
1913 * gas/mips/relax-swap2.d: New test for branch likely relaxation
1914 with swapping.
1915 * gas/mips/relax-swap2.l: Stderr output for the new test.
1916 * gas/mips/relax-swap2.s: Source for the new test.
1917 * gas/mips/mips.exp: Run the new tests.
1918
1919 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
1920
1921 * gas/mips/mips16-64.d: New test.
1922 * gas/mips/mips.exp: Run it.
1923
1924 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
1925
1926 * gas/mips/elf-rel18.[sd]: New test.
1927 * gas/mips/mips.exp: Run it.
1928
1929 2004-01-09 Paul Brook <paul@codesourcery.com>
1930
1931 * gas/arm/vfp2.s, gas/arm/vfp2.d: New test.
1932 * gas/arm/arm.exp: Add them.
1933
1934 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
1935
1936 * gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
1937 * gas/mips/ldstla-n64-shared.d: Likewise.
1938
1939 2004-01-07 Nick Clifton <nickc@redhat.com>
1940
1941 * gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
1942
1943 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
1944
1945 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
1946 * lib/gas-defs.exp (is_elf_format): Match frv-uclinux.
1947 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
1948 * gas/frv/fdpic.s, gas/frv/fdpic.d: Renamed from ucpic*.
1949 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
1950 * gas/frv/ucpic.s, gas/frv/ucpic.d: Use gr15 as PIC register. Use
1951 gprel12 for rodata symbol and gotoff12 for sdata symbol.
1952 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
1953 * gas/frv/ucpic.d: Test gotoff and gotofffuncdesc.
1954 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
1955 * gas/frv/ucpic.d, gas/frv/ucpic.s: New.
1956 * gas/frv/allinsns.exp: Run it.
1957
1958 2004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
1959
1960 * gas/msp430/opcode.s: Add test for an 'add' instruction which
1961 looks similar to an 'rla' instruction.
1962
1963 For older changes see ChangeLog-9303
1964 \f
1965 Local Variables:
1966 mode: change-log
1967 left-margin: 8
1968 fill-column: 74
1969 version-control: never
1970 End: