gas/
[binutils-gdb.git] / gas / testsuite / ChangeLog
1 2005-03-02 Jan Beulich <jbeulich@novell.com>
2
3 * gas/i386/intelok.d: Add -r to objdump options. Adjust expectations.
4 * gas/i386/intelok.s: Add checks for various special memory operands.
5
6 2005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
7
8 * gas/arc/extensions.s: New file.
9 * gas/arc/extensions.d: New file.
10
11 2005-03-01 Nick Clifton <nickc@redhat.com>
12
13 * gas/arm/arm.exp (undefined): Run a COFF variant of this test for
14 COFF based ports.
15 * gas/arm/undefined_coff.s: New file: Variant of undefined.s but
16 with a COFF formated local label name.
17 * gas/arm/undefined_coff.l: New file. Variant of undefined.l.
18
19 2005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
20 Nick Clifton <nickc@redhat.com>
21
22 * gas/arm/inst.d: Allow for ARM ports which decode the reloc
23 associated with branches and so show the exact symbolic
24 destination address rather than an offset from the start of the
25 section.
26 * gas/arm/pic.d: Likewise.
27
28 2005-03-01 Alan Modra <amodra@bigpond.net.au>
29
30 * gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
31 * gas/m68k/mcf-mac.d: Likewise.
32 * gas/m68k/mcf-mov3q.d: Likewise.
33 * gas/m68k/mode5.d: Likewise.
34
35 2005-02-22 Eric Christopher <echristo@redhat.com>
36
37 * gas/mips/elf-rel10.d: Update for label change.
38
39 2005-02-22 Maciej W. Rozycki <macro@mips.com>
40
41 * gas/mips/mips16-dwarf2.d: Pass -mabi=32. Include relocation
42 information.
43 * gas/mips/mips16-dwarf2-n32.d: New test to check DWARF2 line
44 information for MIPS16 for the n32 ABI.
45 * gas/mips/mips.exp. Run the new test.
46
47 2005-02-22 Eric Christopher <echristo@redhat.com>
48
49 * gas/mips/elf-rel10.s: Add label for frob.
50
51 2005-02-22 Maciej W. Rozycki <macro@mips.com>
52
53 * gas/mips/mips16-dwarf2.d: New test to check DWARF2 line
54 information for MIPS16.
55 * gas/mips/mips16-dwarf2.s: Source for the new test.
56 * gas/mips/mips.exp: Run the new test.
57
58 2005-02-21 Alan Modra <amodra@bigpond.net.au>
59
60 * gas/d10v/instruction_packing-005.d: Adjust.
61 * gas/d10v/instruction_packing-008.d: Ignore disassembled stabs.
62 * gas/d10v/instruction_packing-009.d: Likewise.
63 * gas/d10v/instruction_packing-010.d: Likewise.
64 * gas/d10v/warning-001.d: Use #warning instead of #error.
65 * gas/d10v/warning-002.d: Likewise.
66 * gas/d10v/warning-003.d: Likewise.
67 * gas/d10v/warning-004.d: Likewise.
68 * gas/d10v/warning-005.d: Likewise.
69 * gas/d10v/warning-006.d: Likewise.
70 * gas/d10v/warning-007.d: Likewise.
71 * gas/d10v/warning-008.d: Likewise.
72 * gas/d10v/warning-009.d: Likewise.
73 * gas/d10v/warning-010.d: Likewise.
74 * gas/d10v/warning-011.d: Likewise.
75 * gas/d10v/warning-012.d: Likewise.
76 * gas/d10v/warning-013.d: Likewise.
77 * gas/d10v/warning-015.d: Likewise.
78 * gas/d10v/warning-016.d: Likewise.
79 * gas/d10v/warning-017.d: Likewise.
80 * gas/d10v/warning-018.d: Likewise.
81 * gas/d10v/warning-019.d: Likewise.
82 * lib/gas-defs.exp (run_dump_test): Don't require a dump program if
83 #warning given. Rearrange to allow $program to remain unset.
84 Fail the test if warning not found when expected. Conversely fail
85 the test if assembler errors or warnings given when not expected.
86
87 2005-02-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
88
89 * gas/mips/noat-1.s, gas/mips/noat-1.d, gas/mips/noat-2.s,
90 gas/mips/noat2.l, gas/mips/noat-3.s, gas/mips/noat-3.l,
91 gas/mips/noat-4.s, gas/mips/noat-4.l, gas/mips/noat-5.s,
92 gas/mips/noat-5.l, gas/mips/noat-6.s, gas/mips/noat-6.l,
93 gas/mips/noat-7.s, gas/mips/noat-7.l: New files, testcases for
94 .set noat in macro expansions.
95 * gas/mips/mips.exp: Run new testcases.
96 * gas/mips/rol-hw.d, gas/mips/rol-hw.l, gas/mips/rol.d,
97 gas/mips/rol.l, gas/mips/rol.s, gas/mips/rol64-hw.d,
98 gas/mips/rol64-hw.l, gas/mips/rol64.d, gas/mips/rol64.l,
99 gas/mips/rol64.s, gas/mips/uld2-eb.d, gas/mips/uld2-el.d,
100 gas/mips/uld2.l, gas/mips/uld2.s, gas/mips/ulh2-eb.d,
101 gas/mips/ulh2-el.d, gas/mips/ulh2.l, gas/mips/ulh2.s,
102 gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-eb.d,
103 gas/mips/ulw2-el-ilocks.d, gas/mips/ulw2-el.d, gas/mips/ulw2.l,
104 gas/mips/ulw2.s: Don't try to test .set noat.
105
106 2005-02-17 H.J. Lu <hongjiu.lu@intel.com>
107
108 * gas/ia64/hint.b-err.l: New file.
109 * gas/ia64/hint.b-err.s: Likewise.
110 * gas/ia64/hint.b-warn.l: Likewise.
111 * gas/ia64/hint.b-warn.s: Likewise.
112
113 * gas/ia64/ia64.exp: Run hint.b-err and hint.b-warn.
114
115 * gas/ia64/opc-b.d: Pass -mhint.b=ok to as.
116
117 2005-02-17 Jan Beulich <jbeulich@novell.com>
118
119 * gas/ia64/nostkreg.[ds]: New.
120 * gas/ia64/ia64.exp: Run new test.
121
122 2005-02-16 Alan Modra <amodra@bigpond.net.au>
123
124 * gas/all/gas.exp (quad): Don't run on i960.
125
126 2005-02-15 Nigel Stephens <nigel@mips.com>
127 Maciej W. Rozycki <macro@mips.com>
128
129 * gas/mips/mips16-hilo.d: New test for the R_MIPS16_HI16 and
130 R_MIPS16_LO16 relocs.
131 * gas/mips/mips16-hilo-n32.d: Likewise, for the n32 ABI.
132 * gas/mips/mips16-hilo.s: Source for the new tests.
133 * gas/mips/mips.exp: Run the new tests.
134
135 2005-02-15 Jan Beulich <jbeulich@novell.com>
136
137 * gas/ia64/pcrel.[ds]: New.
138 * gas/ia64/ia64.exp: Run new test.
139
140 2005-02-15 Jan Beulich <jbeulich@novell.com>
141
142 * gas/ia64/dv-raw-err.l: Expect specific resource for RAW
143 violation on b0.
144 * gas/ia64/regval.[ls]: New.
145 * gas/ia64/ia64.exp: Run new test.
146
147 2005-02-15 Jan Beulich <jbeulich@novell.com>
148
149 * gas/ia64/dv-raw-err.s: Don't use r0 or f0 as output operand.
150 * gas/ia64/dv-waw-err.s: Likewise.
151 * gas/ia64/reg-err.[ls]: New.
152 * gas/ia64/ia64.exp: Run new test.
153
154 2005-02-15 Jan Beulich <jbeulich@novell.com>
155
156 * gas/ia64/reloc.[ds]: New.
157 * gas/ia64/reloc-bad.[ls]: New.
158 * gas/ia64/ia64.exp: Run new tests.
159
160 2005-02-15 Jan Beulich <jbeulich@novell.com>
161
162 * gas/ia64/operand-or.d: Pass -xnone to assembler.
163
164 2005-02-13 Jan Beulich <jbeulich@novell.com>
165
166 * gas/ia64/label.l: Adjust line numbers.
167 * gas/ia64/label.s: Add .explicit.
168 * gas/ia64/nop_x.s: Likewise.
169 * gas/ia64/opc-a.d: Add assembler option -xnone.
170 * gas/ia64/opc-b.d: Likewise.
171 * gas/ia64/opc-f.d: Likewise.
172 * gas/ia64/opc-i.d: Likewise.
173 * gas/ia64/opc-m.d: Likewise.
174 * gas/ia64/opc-x.d: Likewise.
175 * gas/ia64/pseudo.d: Likewise.
176 * gas/ia64/regs.d: Likewise.
177 * gas/ia64/tls.d: Likewise.
178 * gas/ia64/unwind-err.l: Adjust line numbers.
179 * gas/ia64/unwind-err.s: Remove explicit stops.
180
181 2005-02-13 Jan Beulich <jbeulich@novell.com>
182
183 * gas/ia64/pound.[ls]: New.
184 * gas/ia64/ia64.exp: Run new test.
185
186 2005-02-13 H.J. Lu <hongjiu.lu@intel.com>
187
188 * gas/ia64/ia64.exp: Add "operand-or".
189
190 * gas/ia64/operand-or.d: New file.
191 * gas/ia64/operand-or.s: Likewise.
192
193 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
194
195 * gas/ia64/ia64.exp: Pass -munwind-check=error for unwind-err
196 and proc.
197
198 2005-02-09 Jan Beulich <jbeulich@novell.com>
199
200 * gas/i386/intelok.s: Remove comments disabling alternative forms of
201 fbld, fbstp, and fldcw.
202 * gas/i386/intelok.d: Expect two instances of fbld, fbstp, and fldcw.
203
204 2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
205
206 * gas/maxq10/jump.d: Fixed relative jump offset.
207 * gas/maxq10/call.d: Likewise.
208 * gas/maxq20/jump.d: Likewise.
209 * gas/maxq20/call.d: Likewise.
210
211 2005-02-07 Hans-Peter Nilsson <hp@axis.com>
212
213 * lib/gas-defs.exp: Support new directive "warning".
214
215 2005-02-02 Jan Beulich <jbeulich@novell.com>
216
217 * gas/ia64/pred-rel.s: New.
218 * gas/ia64/ia64.exp: Run new test.
219
220 2005-01-31 Daniel Jacobowitz <dan@codesourcery.com>
221
222 * gas/mips/elf-rel23.d, gas/mips/elf-rel23a.d: Accept little-endian.
223 * gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Accept section
224 symbol names.
225
226 2005-01-31 Jan Beulich <jbeulich@novell.com>
227
228 * gas/macros/repeat.[ds]: New.
229 * gas/macros/macros.exp: Run new test.
230
231 2005-01-31 Jan Beulich <jbeulich@novell.com>
232
233 * gas/macros/badarg.[ls]: New.
234 * gas/macros/end.[ls]: New.
235 * gas/macros/redef.[ls]: New.
236 * gas/macros/macros.exp (run_list_test): Copy from elsewhere.
237 Run new tests.
238
239 2005-01-31 Jan Beulich <jbeulich@novell.com>
240
241 * gas/ia64/operands.[ls]: New.
242 * gas/ia64/ia64.exp: Run new test.
243
244 2005-01-31 Jan Beulich <jbeulich@novell.com>
245
246 * gas/ia64/proc.[ls]: New.
247 * gas/ia64/unwind-err.[ls]: New.
248 * gas/ia64/ia64.exp: Run new tests.
249
250 2005-01-31 Jan Beulich <jbeulich@novell.com>
251
252 * gas/ia64/bundling.[ds]: New.
253 * gas/ia64/label.[ls]: New.
254 * gas/ia64/last.[ls]: New.
255 * gas/ia64/slot2.[ls]: New.
256 * gas/ia64/ia64.exp: Run new tests.
257
258 2005-01-31 Jan Beulich <jbeulich@novell.com>
259
260 * gas/ia64/pseudo.[ds]: New.
261 * gas/ia64/ia64.exp: Run new test.
262
263 2005-01-27 Jan Beulich <jbeulich@novell.com>
264
265 * gas/ia64/nop_x.[ds]: New.
266 * gas/ia64/ia64.exp: Run new test.
267
268 2005-01-27 Jan Beulich <jbeulich@novell.com>
269
270 * gas/ia64/dv-waw-err.l: Don't expect ar112 move warning to refer to
271 M-unit.
272 * gas/ia64/mov-ar.[ds]: New.
273 * gas/ia64/ia64.exp: Run new test.
274
275 2005-01-24 Nick Clifton <nickc@redhat.com>
276
277 * gas/all/sleb128.d: Do not assume an 8-bit byte.
278 * gas/all/quad.d: Likewise. Also allow for ports which order
279 bytes within words in other than simple big-endian or
280 little-endian fashions.
281
282 2005-01-19 Richard Sandiford <rsandifo@redhat.com>
283
284 * gas/all/sleb128.[sd]: New test.
285 * gas/all/quad.[sd]: New test.
286 * gas/all/gas.exp: Run them.
287
288 2005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
289
290 * gas/sh/arch/arch.exp: Correct the email address.
291 Correct a few comment typos.
292 Add new tests to ensure that the assembler will only accept
293 instructions valid in each architecture and vice-versa.
294 * gas/sh/arch/arch_expected.txt: Update/Correct the test results.
295 * gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
296 * gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
297 * gas/sh/arch/sh2a-nofpu.s: Generate new file.
298 * gas/sh/arch/sh2a-or-sh3e.s: Regenerate.
299 * gas/sh/arch/sh2a-or-sh4.s: Regenerate.
300 * gas/sh/arch/sh2a.s: Generate new file.
301 * gas/sh/arch/sh2e.s: Regenerate.
302 * gas/sh/arch/sh2.s: Regenerate.
303 * gas/sh/arch/sh3-dsp.s: Regenerate.
304 * gas/sh/arch/sh3e.s: Regenerate.
305 * gas/sh/arch/sh3-nommu.s: Regenerate.
306 * gas/sh/arch/sh3.s: Regenerate.
307 * gas/sh/arch/sh4al-dsp.s: Regenerate.
308 * gas/sh/arch/sh4a-nofpu.s: Regenerate.
309 * gas/sh/arch/sh4a.s: Regenerate.
310 * gas/sh/arch/sh4-nofpu.s: Regenerate.
311 * gas/sh/arch/sh4-nommu-nofpu.s: Regenerate.
312 * gas/sh/arch/sh4.s: Regenerate.
313 * gas/sh/arch/sh-dsp.s: Regenerate.
314 * gas/sh/arch/sh.s: Regenerate.
315
316 2005-01-12 H.J. Lu <hongjiu.lu@intel.com>
317
318 * i386/i386.exp: Run "sib".
319
320 * gas/i386/sib.d: New file.
321 * gas/i386/sib.s: Likewise.
322
323 2005-01-09 Andreas Schwab <schwab@suse.de>
324
325 * gas/i386/intel16.d: Ignore trailing text with #pass.
326 * gas/i386/intelok.d: Likewise.
327 * gas/i386/prefix.d: Likewise.
328 * gas/i386/sub.d: Likewise.
329 * gas/i386/padlock.d: Likewise.
330 * gas/i386/x86_64.d: Likewise.
331
332 2005-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
333
334 * gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
335
336 2004-12-31 Alan Modra <amodra@bigpond.net.au>
337
338 * gas/elf/elf.exp: Don't list reloc sections.
339 * gas/elf/section5.e: Remove reloc sections.
340
341 2004-12-21 Tomer Levi <Tomer.Levi@nsc.com>
342
343 * gas/crx/beq_insn.d: Update reference file according to
344 disassembler printing method.
345 * gas/crx/bit_insn.d: Likewise.
346 * gas/crx/br_insn.d: Likewise.
347 * gas/crx/cmpbr_insn.d: Likewise.
348 * gas/crx/cop_insn.d: Likewise.
349 * gas/crx/load_stor_insn.d: Likewise.
350
351 2004-12-21 Hans-Peter Nilsson <hp@axis.com>
352
353 * gas/elf/section5.e, gas/elf/section5.l: Replace [:digit:],
354 [:xdigit:] and {N} in regexps with [0-9], [0-9a-fA-F] and N
355 copies, to cater to tcl versions before Tcl 8.2.3.
356
357 2004-12-20 Nick Clifton <nickc@redhat.com>
358
359 * gas/elf/section5.[ls]: Use % instead of @ in .section
360 directives.
361
362 2004-12-16 Richard Sandiford <rsandifo@redhat.com>
363
364 * gas/v850/split-lo16.{s,d}: New test.
365 * gas/v850/v850.exp: Run it.
366
367 2004-12-15 Jan Beulich <jbeulich@novell.com>
368
369 * gas/elf/section5.[els]: New.
370
371 2004-12-13 Richard Sandiford <rsandifo@redhat.com>
372
373 * gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different
374 .text alignments.
375
376 2004-12-11 Alan Modra <amodra@bigpond.net.au>
377
378 * gas/alpha/elf-usepv-1.d: Update for changed section syms.
379 * gas/arm/mapping.d: Likewise.
380 * gas/mips/tmips16-e.d: Likewise.
381 * gas/mips/tmips16-f.d: Likewise.
382 * gas/mmix/align-1.d: Likewise.
383 * gas/mmix/basep-10.d: Likewise.
384 * gas/mmix/basep-11.d: Likewise.
385 * gas/mmix/basep-7.d: Likewise.
386 * gas/mmix/basep-8.d: Likewise.
387 * gas/mmix/basep-9.d: Likewise.
388 * gas/mmix/builtin1.d: Likewise.
389 * gas/mmix/builtin2.d: Likewise.
390 * gas/mmix/builtin3.d: Likewise.
391 * gas/mmix/bz-c.d: Likewise.
392 * gas/mmix/comment-2.d: Likewise.
393 * gas/mmix/comment-3.d: Likewise.
394 * gas/mmix/cons-2.d: Likewise.
395 * gas/mmix/fb-1.d: Likewise.
396 * gas/mmix/fb-2.d: Likewise.
397 * gas/mmix/geta-c.d: Likewise.
398 * gas/mmix/greg1.d: Likewise.
399 * gas/mmix/greg1a.d: Likewise.
400 * gas/mmix/greg2.d: Likewise.
401 * gas/mmix/greg2a.d: Likewise.
402 * gas/mmix/greg3.d: Likewise.
403 * gas/mmix/greg4.d: Likewise.
404 * gas/mmix/greg5.d: Likewise.
405 * gas/mmix/greg6.d: Likewise.
406 * gas/mmix/greg7.d: Likewise.
407 * gas/mmix/greg8.d: Likewise.
408 * gas/mmix/is-1.d: Likewise.
409 * gas/mmix/jump-c.d: Likewise.
410 * gas/mmix/local-1.d: Likewise.
411 * gas/mmix/locall1.d: Likewise.
412 * gas/mmix/odd-1.d: Likewise.
413 * gas/mmix/op-0-1.d: Likewise.
414 * gas/mmix/op-0-1s.d: Likewise.
415 * gas/mmix/op-0-2.d: Likewise.
416 * gas/mmix/prefix1.d: Likewise.
417 * gas/mmix/prefix2.d: Likewise.
418 * gas/mmix/prefix3.d: Likewise.
419 * gas/mmix/pseudo-1.d: Likewise.
420 * gas/mmix/pushj-c.d: Likewise.
421 * gas/mmix/pushj-cs.d: Likewise.
422 * gas/mmix/sym-1.d: Likewise.
423 * gas/mmix/weak1-s.d: Likewise.
424 * gas/mmix/weak1.d: Likewise.
425 * gas/mmix/zerop-1.d: Likewise.
426 * gas/ppc/power4.d: Likewise.
427 * gas/ppc/test1elf32.d: Likewise.
428 * gas/ppc/test1elf64.d: Likewise.
429 * gas/sh/sh64/datal32-3.d: Likewise.
430 * gas/sh/sh64/datal64-3.d: Likewise.
431 * gas/sh/sh64/localcom-1.d: Likewise.
432
433 2004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
434
435 * gas/mips/elf-rel23a.d: New test.
436 * gas/mips/elf-rel23b.d: New test.
437 * gas/mips/elf-rel25.s: New test.
438 * gas/mips/elf-rel25.d: New test.
439 * gas/mips/elf-rel25a.d: New test.
440 * gas/mips/mips.exp: Run new tests.
441
442 2004-12-09 Paul Brook <paul@codesourcery.com>
443
444 * gas/arm/unwind.d: Expect R_ARM_PREL31 relocations.
445
446 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
447
448 * gas/mips/branch-swap.d: Pass -32 to as.
449
450 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
451
452 * gas/crx/br_insn.d: Fix error in expected disassembly.
453
454 2004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
455
456 * testsuite/gas/m32r/rela-1.s: New test.
457 * testsuite/gas/m32r/rela-1.d: Expected disassembly.
458 * testsuite/gas/m32r/m32r.exp: Run the new test.
459 * testsuite/gas/m32r/relax-1.d: Update for fixed pcrel reloc
460 generation.
461
462 2004-11-27 Richard Earnshaw <rearnsha@arm.com>
463
464 * gas/testsuite/arm/thumbv6.d (setend): Remove stray tab at end
465 of dump pattern.
466
467 2004-11-25 H.J. Lu <hongjiu.lu@intel.com>
468
469 * gas/ia64/group-1.d: Adjust expected secion ordering.
470
471 2004-11-25 Jan Beulich <jbeulich@novell.com>
472
473 * gas/i386/x86-64-inval.[sl]: Remove sahf/lahf.
474
475 2004-11-24 Paul Brook <paul@codesourcery.com>
476
477 * gas/elf/group0a.d: Adjust expected secion ordering.
478 * gas/elf/group1a.d: Ditto.
479 * gas/elf/section4.d: Ditto.
480
481 2004-11-24 Nick Clifton <nickc@redhat.com>
482
483 * gas/iq2000/allinsn.exp: Remove IQ10 tests.
484 * gas/iq2000/q10allinsn.d: Delete.
485 * gas/iq2000/q10allinsn.s: Delete.
486 * gas/iq2000/q10hazard4.s: Delete.
487 * gas/iq2000/q10hazard5.s: Delete.
488 * gas/iq2000/q10load-hazards.exp: Delete.
489 * gas/iq2000/q10nohazard.s: Delete.
490 * gas/iq2000/q10noyield.s: Delete.
491 * gas/iq2000/q10test0.d: Delete.
492 * gas/iq2000/q10test0.s: Delete.
493 * gas/iq2000/q10test1.d: Delete.
494 * gas/iq2000/q10test1.s: Delete.
495 * gas/iq2000/q10test10.d: Delete.
496 * gas/iq2000/q10test10.s: Delete.
497 * gas/iq2000/q10test11.d: Delete.
498 * gas/iq2000/q10test11.s: Delete.
499 * gas/iq2000/q10test12.d: Delete.
500 * gas/iq2000/q10test12.s: Delete.
501 * gas/iq2000/q10test2.d: Delete.
502 * gas/iq2000/q10test2.s: Delete.
503 * gas/iq2000/q10test3.d: Delete.
504 * gas/iq2000/q10test3.s: Delete.
505 * gas/iq2000/q10test4.d: Delete.
506 * gas/iq2000/q10test4.s: Delete.
507 * gas/iq2000/q10test5.d: Delete.
508 * gas/iq2000/q10test5.s: Delete.
509 * gas/iq2000/q10test6.d: Delete.
510 * gas/iq2000/q10test6.s: Delete.
511 * gas/iq2000/q10test7.d: Delete.
512 * gas/iq2000/q10test7.s: Delete.
513 * gas/iq2000/q10test8.d: Delete.
514 * gas/iq2000/q10test8.s: Delete.
515 * gas/iq2000/q10test9.d: Delete.
516 * gas/iq2000/q10test9.s: Delete.
517 * gas/iq2000/q10yield.exp: Delete.
518 * gas/iq2000/test.exp: Delete.
519
520 2004-11-24 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
521
522 * gas/arc/st.s: Add checks for other variants of the sr and st
523 instruction.
524 * gas/arc/st.d: Update the expected disassembly.
525
526 2004-11-23 Nick Clifton <nickc@redhat.com>
527
528 * gas/mn10300/relax.s: Add further tests of the relaxing of branch
529 instructions.
530 * gas/mn10300/relax.d: Add expected relocations.
531
532 2004-11-22 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
533
534 * gas/arc/ld.s: Add check of load of a long immediate.
535 * gas/arc/ld.d: Add expected disassembly.
536
537 2004-11-22 Hans-Peter Nilsson <hp@axis.com>
538
539 * gas/all/gas.exp: Run dg-runtest for all err-*.s and warn-*.s.
540 * gas/all/err-1.s, gas/all/warn-1.s: New tests.
541
542 2004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
543
544 * gas/maxq10/call.d: Fix expected results now that bfd assembler
545 support is enabled by default.
546 * gas/maxq10/range.d: Likewise.
547 * gas/maxq20/call.d: Likewise.
548
549 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
550
551 * gas/arm/mapping.d: Expect F markers for Thumb code.
552 * gas/arm/unwind.d: Update big-endian pattern.
553
554 2004-11-12 Nick Clifton <nickc@redhat.com>
555
556 * gas/mn10300/basic.exp: Add relax test.
557 * gas/mn10300/relax.s: New test.
558 * gas/mn10300/relax.d: Expected results. Make sure that the
559 correct size of instruction has been selected.
560
561 2004-11-11 Bob Wilson <bob.wilson@acm.org>
562
563 * gas/xtensa/short_branch_offset.s: New.
564 * gas/xtensa/short_branch_offset.d: New.
565 * gas/xtensa/all.exp: Run new test.
566
567 2004-11-10 Alan Modra <amodra@bigpond.net.au>
568
569 * gas/i386/opcode.s: Pad section.
570 * gas/i386/intelok.s: Likewise.
571 * gas/i386/opcode.d: Update.
572 * gas/i386/intelok.d: Update.
573
574 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
575 Vineet Sharma <vineets@noida.hcltech.com>
576
577 * gas/maxq10: New directory. Contains tests for maxq port.
578 * gas/maxq20: Likewise.
579
580 2004-11-05 H.J. Lu <hongjiu.lu@intel.com>
581
582 * gas/i386/general.s: Add movzb.
583 * gas/i386/general.l: Updated.
584
585 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
586
587 * gas/all/gas.exp: Exclude float.s for crisv32-*-*.
588 * gas/cris/operand-err-1.s (test.m constant): Remove xfail marker
589 and update rationale. Mark "ba [external_symbol]" and "ba [r3]"
590 as invalid.
591 * gas/ieee-fp/x930509a.exp: setup_xfail for crisv32-*-*.
592 * gas/macros/macros.exp: setup_xfail strings for crisv32-*-*.
593 * gas/cris/abs32-1.s, gas/cris/arch-err-1.s,
594 gas/cris/arch-err-2.s, gas/cris/arch-err-3.s,
595 gas/cris/arch-err-4.s, gas/cris/arch-err-5.s,
596 gas/cris/bound-err-1.s, gas/cris/brokw-3b.s,
597 gas/cris/march-err-1.s, gas/cris/march-err-2.s,
598 gas/cris/push-err-1.s, gas/cris/push-err-2.s,
599 gas/cris/pushpopv32.s, gas/cris/rd-abs32-1.d,
600 gas/cris/rd-abs32-2.d, gas/cris/rd-arch-1.d, gas/cris/rd-arch-2.d,
601 gas/cris/rd-arch-3.d, gas/cris/rd-bkw1b.d, gas/cris/rd-bkw2b.d,
602 gas/cris/rd-bkw3b.d, gas/cris/rd-bound1.d, gas/cris/rd-bound1.s,
603 gas/cris/rd-bound2.d, gas/cris/rd-bound3.d, gas/cris/rd-bound4.d,
604 gas/cris/rd-break32.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
605 gas/cris/rd-spr-1.d, gas/cris/rd-spr-1.s, gas/cris/rd-usp-1.d,
606 gas/cris/rd-usp-1b.d, gas/cris/rd-v10_32o-1.d,
607 gas/cris/rd-v10_32o-2.d, gas/cris/rd-v10_32o-2.s,
608 gas/cris/rd-v32-b1.d, gas/cris/rd-v32-b1.s, gas/cris/rd-v32-b2.d,
609 gas/cris/rd-v32-b2.s, gas/cris/rd-v32-b3.d, gas/cris/rd-v32-b3.s,
610 gas/cris/rd-v32-f1.d, gas/cris/rd-v32-f1.s, gas/cris/rd-v32-i1.d,
611 gas/cris/rd-v32-i1.s, gas/cris/rd-v32-l1.d, gas/cris/rd-v32-l1.s,
612 gas/cris/rd-v32-l3.d, gas/cris/rd-v32-l3.s, gas/cris/rd-v32-l4.d,
613 gas/cris/rd-v32-l4.s, gas/cris/rd-v32o-1.d, gas/cris/rd-v32s-1.d,
614 gas/cris/rd-v32s-2.d, gas/cris/rd-v32s-2.s, gas/cris/rd-v32s-3.d,
615 gas/cris/rd-v32s-3.s, gas/cris/rd-v32s-4.d, gas/cris/rd-v32s-4.s,
616 gas/cris/rd-vao-1.d, gas/cris/v32-err-1.s, gas/cris/v32-err-10.s,
617 gas/cris/v32-err-11.s, gas/cris/v32-err-2.s, gas/cris/v32-err-3.s,
618 gas/cris/v32-err-4.s, gas/cris/v32-err-5.s, gas/cris/v32-err-6.s,
619 gas/cris/v32-err-7.s, gas/cris/v32-err-8.s, gas/cris/v32-err-9.s:
620 New tests.
621
622 2004-11-04 Jan Beulich <jbeulich@novell.com>
623
624 * gas/i386/i386.exp: Execute new tests intelbad and intelok.
625 * gas/i386/intelbad.[sl]: New test to check for various things not
626 permitted in Intel mode.
627 * gas/i386/intel.d, gas/i386/opcode.d, gas/i386/x86-64-opcode.d:
628 Adjust for change to segment register store.
629 * gas/i386/intelok.[sd]: New test to check various Intel mode specific
630 things get handled correctly.
631 * gas/i386/x86_64.[sd]: Remove unsupported constructs referring to
632 'high' and 'low' parts of an operand, which the parser previously
633 accepted while neither telling that it's not supported nor that it
634 ignored the remainder of the line following these supposed keywords.
635
636 2004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
637
638 * gas/crx/cop_insn.d: Regenerate (after a bug fix in Assembler).
639
640 2004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
641
642 * gas/crx/cop_insn.s: Test new Co-Processor instruction 'cpi'.
643 * gas/crx/list_insn.s: Add hi/lo/u<N> registers tests, fix test bugs.
644 * gas/crx/cop_insn.d: Regenerate.
645 * gas/crx/list_insn.d: Likewise.
646
647 2004-10-23 Daniel Jacobowitz <dan@debian.org>
648
649 * gas/cfi/cfi-arm-1.d, gas/cfi/cfi-arm-1.s: New files.
650 * gas/cfi/cfi.exp: Run cfi-arm-1 test.
651
652 2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
653
654 * gas/crx/cop_insn.s: Reverse operands order in store co-processor
655 instructions.
656 * gas/crx/list_insn.s: Remove test for unsupported 'popa' instruction.
657 * gas/crx/cop_insn.d: Regenerate.
658 * gas/crx/list_insn.d: Likewise.
659
660 2004-10-14 Paul Brook <paul@codesourcery.com>
661
662 * gas/arm/mapping.d: Pass --special-syms to objdump.
663
664 2004-10-08 Daniel Jacobowitz <dan@debian.org>
665
666 * gas/i386/i386.exp: Don't run divide test for targets where '/'
667 is a comment. Run x86-64-unwind for 64-bit ELF targets.
668 * gas/i386/x86-64-unwind.d, gas/i386/x86-64-unwind.s: New.
669
670 2004-10-08 Alan Modra <amodra@bigpond.net.au>
671
672 * gas/cfi/cfi-common-4.d: Correct for 64 bit targets.
673
674 2004-10-07 Bob Wilson <bob.wilson@acm.org>
675
676 * gas/xtensa/all.exp: Adjust expected error message for j_too_far.
677 Change entry_align test to expect an error.
678 * gas/xtensa/entry_misalign2.s: Use no-transform instead of
679 no-generics directives.
680
681 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
682
683 * gas/mips/elf-rel{23,24}.[sd]: New tests.
684 * gas/mips/mips.exp: New test.
685
686 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
687
688 * gas/mips/elf-rel22.[sd]: New test.
689 * gas/mips/mips.exp: Run it.
690
691 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
692
693 * gas/mips/elf-rel21.[sd]: New test.
694 * gas/mips/mips.exp: Run it.
695
696 2004-10-07 Jan Beulich <jbeulich@novell.com>
697
698 * gas/cfi/cfi-common-4.[ds]: New.
699 * gas/cfi/cfi.exp: Run new test.
700
701 2004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
702
703 * gas/crx/cop_insn.s: New file.
704 * gas/crx/cop_insn.d: Likewise.
705 * gas/crx/load_stor_insn.s: Move Co-processor insns to a separate
706 test.
707 * gas/crx/misc_insn.s: Likewise.
708 * gas/crx/load_stor_insn.d: Regenerate.
709 * gas/crx/misc_insn.d: Likewise.
710
711 2004-10-06 Aldy Hernandez <aldyh@redhat.com>
712
713 * gas/ppc/e500.s: Add double-precision instructions.
714 * gas/ppc/e500.d: Same.
715
716 2004-10-05 Paul Brook <paul@codesourcery.com>
717
718 * gas/arm/arm.exp: Add unwind table test. Recognise
719 arm-symbian-symbianelf and arm-none-eabi.
720 * gas/arm/unwind.s: New file.
721 * gas/arm/unwind.d: New file.
722
723 2004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
724
725 * gas/pdp11/opcode.d: Fix sob opcode value.
726
727 2004-09-30 Paul Brook <paul@codesourcery.com>
728
729 * gas/arm/arch6zk.d: New file.
730 * gas/arm/arch6zk.s: New file.
731 * gas/arm/arm.exp: Add them.
732
733 2004-09-29 Alan Modra <amodra@bigpond.net.au>
734
735 * gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
736 * gas/i386/secrel.d: Adjust to suit.
737
738 2004-09-19 Paul Brook <paul@codesourcery.com>
739
740 * gas/elf/elf.exp: Recognise additional arm elf targets.
741
742 2004-09-17 Paul Brook <paul@codesourcery.com>
743
744 * gas/arm/pic.s: Add (target2).
745 * gas/arm/pic.d: Ditto.
746
747 2004-09-13 Paul Brook <paul@codesourcery.com>
748
749 * gas/arm/pic.d: Rename RELABS to TARGET1.
750 * gas/arm/pic.s: Ditto.
751
752 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
753
754 * gas/crx: New directory.
755 * gas/crx/allinsn.exp: New test script.
756 * gas/crx/arith_insn.s: New file.
757 * gas/crx/arith_insn.d: Likewise.
758 * gas/crx/beq_insn.s: Likewise.
759 * gas/crx/beq_insn.d: Likewise.
760 * gas/crx/bit_insn.s: Likewise.
761 * gas/crx/bit_insn.d: Likewise.
762 * gas/crx/br_insn.s: Likewise.
763 * gas/crx/br_insn.d: Likewise.
764 * gas/crx/cmov_insn.s: Likewise.
765 * gas/crx/cmov_insn.d: Likewise.
766 * gas/crx/cmpbr_insn.s: Likewise.
767 * gas/crx/cmpbr_insn.d: Likewise.
768 * gas/crx/jscond_insn.s: Likewise.
769 * gas/crx/jscond_insn.d: Likewise.
770 * gas/crx/list_insn.s: Likewise.
771 * gas/crx/list_insn.d: Likewise.
772 * gas/crx/load_stor_insn.s: Likewise.
773 * gas/crx/load_stor_insn.d: Likewise.
774 * gas/crx/misc_insn.s: Likewise.
775 * gas/crx/misc_insn.d: Likewise.
776 * gas/crx/no_op_insn.s: Likewise.
777 * gas/crx/no_op_insn.d: Likewise.
778 * gas/crx/shift_insn.s: Likewise.
779 * gas/crx/shift_insn.d: Likewise.
780
781 2004-08-27 Richard Sandiford <rsandifo@redhat.com>
782
783 * gas/frv/fr550-pack1.[sd]: New test.
784 * gas/frv/allinsn.exp: Run it.
785
786 2004-08-27 Nick Clifton <nickc@redhat.com>
787
788 * gas/i386/i386.exp: Allow pcrel test for COFF targets as well,
789 but not for PE targets. Similarly for the absrel test.
790
791 2004-08-26 Nick Clifton <nickc@redhat.com>
792
793 * gas/i386/i386.exp: Group ELF specific tests together. Move the
794 pcrel test into the ELF only section. Use is_elf_format to test
795 for ELF based toolchains.
796
797 2004-08-25 H.J. Lu <hongjiu.lu@intel.com>
798
799 * gas/all/gas.exp: Use `string match ""' instead of `eq ""'.
800
801 2004-08-24 Jan Beulich <jbeulich@novell.com>
802
803 * gas/all/altmacro.[sd]: Split out part from here...
804 * gas/all/altmac2.[sd]: ... to here.
805 * gas/all/excl.s: New.
806 * gas/all/gas.exp: Suppress both tests for a few targets known to
807 break. Run the new (split out) test only when the target doesn't
808 use '!' as a comment character.
809
810 2004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
811
812 * gas/mips/branch-swap.s: New testcase.
813 * gas/mips/branch-swap.d: New testcase.
814 * gas/mips/mips.exp: Run the testcase.
815
816 2004-08-18 Nick Clifton <nickc@redhat.com>
817
818 * gas/macros/strings.s: Remove #NO_APP, accidentally committed as
819 part of another patch.
820
821 2004-08-15 Nick Clifton <nickc@redhat.com>
822
823 * gas/all/altmacro.d: Allow for rest of frag being padded to an
824 alignment boundary.
825
826 * gas/arm/arm.exp: Run bignum test for ELF based targets only.
827
828 2004-08-16 Alan Modra <amodra@bigpond.net.au>
829
830 * gas/cfi/cfi-alpha-1.d: Adjust for readelf fix.
831 * gas/cfi/cfi-alpha-3.d: Likewise.
832 * gas/cfi/cfi-i386.d: Likewise.
833 * gas/cfi/cfi-m68k.d: Likewise.
834 * gas/cfi/cfi-ppc-1.d: Likewise.
835 * gas/cfi/cfi-s390-1.d: Likewise.
836 * gas/cfi/cfi-s390x-1.d: Likewise.
837 * gas/cfi/cfi-sh-1.d: Likewise.
838 * gas/cfi/cfi-sparc-1.d: Likewise.
839 * gas/cfi/cfi-sparc64-1.d: Likewise.
840 * gas/cfi/cfi-x86_64.d: Likewise.
841
842 2004-08-13 Jan Beulich <jbeulich@novell.com>
843
844 * gas/all/altmacro.[sd]: New test.
845 * gas/all/gas.exp: Run the new test.
846
847 2004-08-10 Mark Mitchell <mark@codesourcery.com>
848
849 * gas/arm/bignum1.s: New test.
850 * gas/arm/arm.exp: Run it.
851
852 2004-08-06 Paul Brook <paul@codesourcery.com>
853
854 * gas/arm/pic.s,d: Test RELABS and SBREL relocations.
855
856 2004-08-05 Nitin Yewale <nitiny@kpitcummins.com>
857
858 * h8300/h8300.exp: Addition of new test case to check rx
859 generation with adds and subs instruction for plain H8/300 target.
860 * h8300/addsubrxcheck.s: New test source file.
861
862 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
863
864 * gas/m68hc11/m68hc11.exp: Fix tests for 2.15
865 * gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
866 * gas/symver/symver.exp: Likewise for symver tests.
867
868 2004-07-30 Michal Ludvig <mludvig@suse.cz>
869
870 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
871 VIA PadLock instructions.
872
873 2004-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
874
875 * gas/sh/basic.exp: Don't do sh2a test for sh5.
876 * gas/sh/sh2a.d: Match elf32-sh* format too.
877
878 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
879
880 2003-12-30 DJ Delorie <dj@redhat.com>
881 * gas/sh/sh2a.s: New.
882 * gas/sh/sh2a.d: New.
883 * gas/sh/basic.exp: Add it.
884
885 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
886
887 * gas/all/gas.exp (do_930509a): Disable test for crx.
888
889 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
890
891 * gas/i386/x86-64-inval.l: Remove the leading `+'.
892
893 2004-07-22 Nick Clifton <nickc@redhat.com>
894
895 PR/280
896 * gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
897 * gas/h8300/ffxx1-elf.d: Likewise.
898 * gas/h8300/h8sx_disp2.d: Likewise.
899 * gas/h8300/h8sx_mov_imm.d: Likewise.
900 * gas/h8300/h8sx_rtsl.d: Likewise.
901 * gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
902 * gas/h8300/ffxx1-elf.s: Likewise.
903
904 2004-07-21 Jan Beulich <jbeulich@novell.com>
905
906 * gas/i386/x86-64-addr32.[ds]: New test for x86-64 32-bit
907 addressing in 64-bit mode.
908 * gas/i386/x86-64-rip.[ds]: New test for x86-64 rip-relative
909 addressing.
910 * gas/i386/i386.exp: Run the two new tests.
911
912 * gas/cfi/cfi-x86_64.d: Adjust expectation for leave to not have a
913 rex prefix.
914 * gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal
915 in 64-bit mode.
916
917 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
918
919 * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test
920 expects load delay slots.
921
922 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
923
924 * gas/mips/vr5400.d: Update for a correct disassembly of
925 "racm.ob".
926
927 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
928
929 * gas/mips/mips32.s: Adjust for the unified "break" syntax. Add
930 another "break" case. Update the comment accordingly.
931 * gas/mips/set-arch.s: Likewise.
932 * gas/mips/mips32.d: Adjust for the new output.
933 * gas/mips/set-arch.d: Likewise.
934
935 2004-07-15 Nitin Yewale <nitiny@kpitcummins.com>
936
937 * gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of
938 new test case for H8300H normal target to check symbol
939 address generation.
940 * gas/h8300/symaddgen.s: New test.
941
942 2004-07-13 Nick Clifton <nickc@redhat.com>
943
944 * gas/i386/intel.s: Add test of newly expand arithmetic support
945 for Intel mode assembler.
946 * gas/i386/intel.d: Add expected disassmbly.
947
948 2004-07-13 Nick Clifton <nickc@redhat.com>
949
950 * gas/vtable: Delete directory. These tests are no longer needed
951 as the VTABLE_ reloc support is obsolete.
952
953 2004-07-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
954
955 * gas/m32r/pic.exp: Add New Test case for @GOTOFF, @GOT, @PLT.
956 * gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
957 * gas/m32r/pic2.d: New file: Expected results.
958
959 2004-07-08 Richard Sandiford <rsandifo@redhat.com>
960
961 * gas/mips/elf-rel7.d: Expect relocations against bar to refer to bar.
962 * gas/mips/elf-refl19.d: Likewise L2.
963
964 2004-07-03 Richard Sandiford <rsandifo@redhat.com>
965
966 * gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
967 the earliest %lo().
968 * gas/mips/elf-rel11.d: Don't expect the relocs to be reordered.
969 * gas/mips/elf-rel20.[sd]: New test.
970 * gas/mips/mips.exp: Run it.
971
972 2004-07-03 Maciej W. Rozycki <macro@linux-mips.org>
973
974 * gas/mips/elf-rel9.[sd]: Fix typo in %lo() expression.
975
976 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
977
978 * gas/ia64/group-1.d: New.
979 * gas/ia64/group-1.s: Likewise.
980
981 * gas/ia64/ia64.exp: Add group-1 to test comdat group.
982
983 2004-06-30 James E Wilson <wilson@specifixinc.com>
984
985 * gas/ia64/dv-imply.d: Update.
986 * gas/ia64/dv-mutex.d: Likewise.
987 * gas/ia64/dv-safe.d: Likewise.
988
989 2004-06-29 Alan Modra <amodra@bigpond.net.au>
990
991 * gas/m68k/mode5.s: Pad section.
992 * gas/m68k/mode5.d: Update.
993
994 2004-06-28 Alan Modra <amodra@bigpond.net.au>
995
996 * gas/ppc/power4.d: Update.
997
998 2004-06-24 Alan Modra <amodra@bigpond.net.au>
999
1000 * gas/i386/prescott.s: Remove fisttpd and fisttpq.
1001 * gas/i386/prescott.d: Update.
1002
1003 2004-06-08 Jakub Jelinek <jakub@redhat.com>
1004
1005 * gas/ia64/dv-raw-err.s: Add some new postinc tests.
1006 * gas/ia64/dv-raw-err.l: Updated.
1007
1008 2004-05-28 Peter Barada <peter@the-baradas.com>
1009
1010 * gas/m68k/mode5.s: New test file. Checks conversion of mode 5
1011 addressing with zero offset into mode 2 addressing.
1012 * gas/m68k/mode5.d: New file: Expected disassmbly.
1013 * gas/m68k/all.exp: Run new test.
1014
1015 2004-05-27 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 * gas/ia64/regs.d: Updated.
1018
1019 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1020
1021 * gas/ia64/ia64.exp: Run invalid-ar.
1022
1023 * gas/ia64/invalid-ar.l: New file. Test invalid AR access.
1024 * gas/ia64/invalid-ar.s: Likewise.
1025
1026 2004-05-24 Peter Barada <peter@the-baradas.com>
1027
1028 * gas/m68k/mcf-emac.d: Provide correct disassembler results.
1029 * gas/m68k/mcf-mac.d: Provide correct disassembler results.
1030
1031 2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
1032
1033 * gas/ia64/dv-srlz.d: Fix a typo.
1034
1035 2004-05-12 Ben Elliston <bje@au.ibm.com>
1036
1037 * gas/h8300/t03_add.exp: Remove stray semicolons.
1038 * gas/h8300/t04_sub.exp: Likewise.
1039 * gas/h8300/t05_cmp.exp: Likewise.
1040 * gas/h8300/t08_or.exp: Likewise.
1041 * gas/h8300/t09_xor.exp: Likewise.
1042 * gas/h8300/t10_and.exp: Likewise.
1043 * gas/hppa/reloc/reloc.exp: Likewise.
1044 * gas/hppa/unsorted/unsorted.exp: Likewise.
1045 * gas/i386/i386.exp: Likewise.
1046 * gas/m68hc11/m68hc11.exp: Likewise.
1047 * gas/mips/mips.exp: Likewise.
1048 * gas/sparc/sparc.exp: Likewise.
1049 * lib/gas-defs.exp: Likewise.
1050
1051 2004-05-11 Nick Clifton <nickc@redhat.com>
1052
1053 * gas/elf/section4.s: New test. Checks label arithmetic when
1054 multiple same-name sections exist.
1055 * gas/elf/section4.d: New file: Expected section list
1056 * gas/elf/elf.exp: Run the new test.
1057 * gas/elf/group0.s: Use % instead of @ for type argument to
1058 .section directive (for compatability with ARM port).
1059 * gas/elf/group1.s: Likewise.
1060
1061 2004-05-07 Richard Sandiford <rsandifo@redhat.com>
1062
1063 * gas/mips/vr4122.[sd]: Rename to...
1064 * gas/mips/vr4120-2.[sd]: ...and add tests for VR4181A errata
1065 MD(1) and MD(4).
1066 * gas/mips/mips.exp: Update accordingly.
1067
1068 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
1069
1070 * gas/frv/reloc1.d: Match elf32-frvfdpic as well.
1071 * gas/frv/fr405-insn.d: Likewise.
1072 * gas/frv/fr450-insn.d: Likewise.
1073
1074 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1075
1076 * gas/elf/elf.exp: Remove group1, add group1a and group1b for
1077 section group.
1078
1079 * gas/elf/group1a.d: New file.
1080 * gas/elf/group1b.d: Likewise.
1081
1082 * gas/elf/group1.e: Removed.
1083
1084 2004-04-30 Nick Clifton <nickc@redhat.com>
1085
1086 * gas/arm/reg-alias.s: New file: Test case sensitive register
1087 aliases.
1088 * gas/arm/reg-alias.d: New file: Expected test output.
1089 * gas/arm/arm.exp: Run reg-alias test.
1090 Arrange tests in a more orderly fashion.
1091
1092 2004-04-30 Ben Elliston <bje@au.ibm.com>
1093
1094 * gas/ppc/power4.s: Add dcbz and dcbzl test cases.
1095 * gas/ppc/power4.d: Update accordingly.
1096
1097 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1098
1099 * gas/elf/elf.exp: Add group0a, group0b and group1 for section
1100 group.
1101
1102 * gas/elf/group0.s: New file.
1103 * gas/elf/group0a.d: Likewise.
1104 * gas/elf/group0b.d: Likewise.
1105 * gas/elf/group1.e: Likewise.
1106 * gas/elf/group1.s: Likewise.
1107
1108 2004-04-23 Nick Clifton <nickc@redhat.com>
1109
1110 * gas/symver/symver1.d: Cope with extra symbols inserted by
1111 arm-elf toolchains.
1112 * gas/symver/symver0.d: Likewise
1113 * gas/elf/symver.d: Likewise.
1114
1115 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1116
1117 * gas/sh/pcrel2.d: Update.
1118 * gas/sh/tlsd.d: Update.
1119 * gas/sh/tlsnopic.d: Update.
1120 * gas/sh/tlspic.d: Update.
1121
1122 2004-04-22 Mark Kettenis <kettenis@gnu.org>
1123
1124 * lib/gas-defs.exp (is_elf_format): Add OpenBSD support.
1125
1126 2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1127
1128 * gas/mips/lb-xgot-ilocks.d: Remove nops in load delay slot.
1129 * gas/mips/mips-abi32-pic.d: Likewise.
1130 * gas/mips/mips-abi32-pic2.d: Likewise.
1131 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
1132 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
1133 * gas/mips/mips-gp64-fp32-pic.d: Likewise.
1134 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
1135 * gas/mips/relax-swap1-mips2.d: Likewise.
1136 * gas/mips/lb-svr4pic-ilocks.d: New test.
1137 * gas/mips/mips.exp: Run it.
1138
1139 2004-04-22 Paul Brook <paul@codesourcery.com>
1140
1141 * maverick.c (off8s): Test full shifted operand range.
1142 (MCC2): Define.
1143 (MVDSPACC, MVACCDSP): Use it.
1144 * maverick.d, maverick.s: Regenerate.
1145
1146 2004-04-22 Peter Barada <peter@the-baradas.com>
1147
1148 * gas/m68k/mcf-mac.s: New test: Check ColdFire MAC instructions.
1149 * gas/m68k/mcf-emac.s: New test: Similar checks.
1150 * gas/m68k/mcf-mac.d: New test: Expected output.
1151 * gas/m68k/mcf-emac.d: New test: Likewise.
1152 * gas/m68k/all.exp: Run new tests.
1153
1154 2004-04-21 Chris Demetriou <cgd@broadcom.com>
1155
1156 * gas/mips/elempic.d: File removed as part of -membedded-pic removal.
1157 * gas/mips/empic.d: Likewise.
1158 * gas/mips/empic.l: Likewise.
1159 * gas/mips/empic.s: Likewise.
1160 * gas/mips/empic2.d: Likewise.
1161 * gas/mips/empic2.s: Likewise.
1162 * gas/mips/empic3_e.d: Likewise.
1163 * gas/mips/empic3_e.s: Likewise.
1164 * gas/mips/empic3_g1.d: Likewise.
1165 * gas/mips/empic3_g1.s: Likewise.
1166 * gas/mips/empic3_g2.d: Likewise.
1167 * gas/mips/empic3_g2.s: Likewise.
1168 * gas/mips/jal-empic-elf-2.d: Likewise.
1169 * gas/mips/jal-empic-elf-2.s: Likewise.
1170 * gas/mips/jal-empic-elf-3.d: Likewise.
1171 * gas/mips/jal-empic-elf-3.s: Likewise.
1172 * gas/mips/jal-empic-elf.d: Likewise.
1173 * gas/mips/jal-empic.d: Likewise.
1174 * gas/mips/la-empic.d: Likewise.
1175 * gas/mips/la-empic.s: Likewise.
1176 * gas/mips/lb-empic.d: Likewise.
1177 * gas/mips/ld-empic.d: Likewise.
1178 * gas/mips/lif-empic.d: Likewise.
1179 * gas/mips/telempic.d: Likewise.
1180 * gas/mips/tempic.d: Likewise.
1181 * gas/mips/ulh-empic.d: Likewise.
1182 * gas/mips/ld-pic.s: Remove code conditional on EMPIC.
1183 * gas/mips/lifloat.s: Likewise.
1184 * gas/mips/mips.exp: Remove -membedded-pic tests and related comments.
1185
1186 2004-04-20 Brian Ford <ford@vss.fsi.com>
1187 DJ Delorie <dj@redhat.com>
1188
1189 * gas/i386/secrel.s: New test for .secrel32.
1190 * gas/i386/secrel.d: Likewise.
1191 * gas/i386/i386.exp: Call it for PE targets.
1192
1193 2004-04-19 Jakub Jelinek <jakub@redhat.com>
1194
1195 * gas/cfi/cfi-sparc64-1.d: Update.
1196
1197 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
1198
1199 * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120.
1200
1201 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
1202
1203 * gas/elf/section2.e-mips: Allow named section symbols.
1204 * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise.
1205
1206 2004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1207
1208 * gas/m32r/parallel-2.s: New file: Test case for parallel code.
1209 * gas/m32r/parallel-2.d: New file: Expected results.
1210 * gas/m32r/m32r2.exp: Run the test.
1211
1212 * gas/m32r/seth.s: New file: Test for seth.
1213 * gas/m32r/seth.d: New file: Expected results.
1214 * gas/m32r/m32r.exp: Run the new test.
1215
1216 2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
1217
1218 * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
1219 option.
1220 * gas/sh/basic.exp: Run the new test.
1221
1222 2004-04-01 Dave Korn <dk@artimi.com>
1223
1224 * gas/dlx/alltests.exp: Execute new lohi test.
1225 * gas/dlx/lohi.s: New test for spurious lo16/hi16
1226 reloc overflow checking.
1227 * gas/dlx/lohi.d: New file: expected output.
1228 * gas/dlx/lhi.d: Updated to properly expect lo16
1229 relocations where asked for.
1230 * gas/dlx/itype.d: Likewise.
1231 * gas/dlx/lhi.d: Corrected cut+paste error in test name.
1232
1233 2004-03-30 Stan Shebs <shebs@apple.com>
1234
1235 * gas/macros/macros.exp: Remove mention of MPW config.
1236
1237 2004-03-27 Alan Modra <amodra@bigpond.net.au>
1238
1239 * gas/i860/dir-intel03-err.l: Update for junk at end line becoming
1240 an error.
1241 * gas/m68hc11/m68hc11.exp: Likewise.
1242
1243 2004-03-23 Andreas Schwab <schwab@suse.de>
1244
1245 * gas/cfi/cfi-m68k.d: Adjust offsets.
1246
1247 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
1248
1249 * gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
1250 * gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests.
1251
1252 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1253
1254 * gas/cfi/cfi-sh-1.d: New file.
1255 * gas/cfi/cfi-sh-1.s: Likewise.
1256 * gas/cfi/cfi.exp: Add SH case.
1257
1258 2004-03-16 Alan Modra <amodra@bigpond.net.au>
1259
1260 * gas/ppc/altivec.d: Update.
1261 * gas/ppc/altivec_xcoff.d: Update.
1262 * gas/ppc/altivec_xcoff64.d: Update.
1263 * gas/ppc/astest.d: Update.
1264 * gas/ppc/astest2.d: Update.
1265 * gas/ppc/astest2_64.d: Update.
1266 * gas/ppc/astest64.d: Update.
1267 * gas/ppc/booke.d: Update.
1268 * gas/ppc/booke_xcoff.d: Update.
1269 * gas/ppc/booke_xcoff64.d: Update.
1270 * gas/ppc/e500.d: Update.
1271 * gas/ppc/power4.d: Update.
1272 * gas/ppc/test1elf32.d: Update.
1273 * gas/ppc/test1elf64.d: Update.
1274 * gas/ppc/test1xcoff32.d: Update.
1275
1276 2004-03-15 Alan Modra <amodra@bigpond.net.au>
1277
1278 * gas/i386/padlock.s: Pad with .p2align.
1279 * gas/i386/padlock.d: Adjust.
1280
1281 2004-03-12 Michal Ludvig <mludvig@suse.cz>
1282
1283 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
1284 VIA PadLock instructions.
1285 * gas/i386/i386.exp: Run padlock tests.
1286
1287 2004-03-12 Alan Modra <amodra@bigpond.net.au>
1288
1289 * gas/i386/katmai.d: Revert last change.
1290
1291 * gas/i386/katmai.d: Adjust for clflush change.
1292
1293 2004-03-08 Andreas Jaeger <aj@suse.de>
1294
1295 * gas/cfi/cfi-s390x-1.d: Adjust offsets.
1296
1297 2004-03-07 Richard Henderson <rth@redhat.com>
1298
1299 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.
1300
1301 2004-03-07 Andreas Jaeger <aj@suse.de>
1302
1303 * gas/cfi/cfi-x86_64.d: Adjust offsets.
1304
1305 2004-03-07 Richard Henderson <rth@redhat.com>
1306
1307 * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
1308 gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
1309 gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.
1310
1311 2004-03-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1312
1313 * gas/sh/sh64/err-dsp.s: Fix expected error message.
1314
1315 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1316
1317 * gas/frv/fr405-insn.[sdl]: New test.
1318 * gas/frv/fr450-spr.[sd]: New test.
1319 * gas/frv/fr450-insn.[sdl]: New test.
1320 * gas/frv/fr450-media-issue.[sl]: New test.
1321 * gas/frv/allinsn.exp: Run new tests. Ensure fr405 instructions
1322 aren't accepted for -mcpu=fr400 or -mcpu=fr500. Ensure fr450
1323 instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or
1324 -mcpu=fr500.
1325
1326 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
1327
1328 * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
1329 (rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
1330 * gas/frv/allinsn.d: Update accordingly.
1331
1332 2004-02-17 Petko Manolov <petkan@nucleusys.com>
1333
1334 * gas/arm/maverick.c: DSPSC to/from opcode fixes.
1335 * gas/arm/maverick.d: Likewise.
1336 * gas/arm/maverick.s: Likewise.
1337
1338 2004-02-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1339
1340 * gas/sh/basic.exp: Don't do sh4a tests for sh5.
1341
1342 2004-02-06 Nathan Sidwell <nathan@codesourcery.com>
1343
1344 * gas/macros/test2.s: Lowercase it.
1345
1346 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1347
1348 * gas/mips/div.d: Update to accomodate changes in macro
1349 expansions.
1350 gas/mips/elf-rel-got-n32.d: Likewise.
1351 gas/mips/elf-rel-got-n64.d: Likewise.
1352 gas/mips/elf-rel-xgot-n32.d: Likewise.
1353 gas/mips/elf-rel-xgot-n64.d: Likewise.
1354 gas/mips/la-svr4pic.d: Likewise.
1355 gas/mips/la-xgot.d: Likewise.
1356 gas/mips/lca-svr4pic.d: Likewise.
1357 gas/mips/lca-xgot.d: Likewise.
1358
1359 2004-02-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1360
1361 * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
1362 * gas/sh/sh4a-fp.s: Likewise.
1363 * gas/sh/err-sh4a-fp.s: Likewise.
1364
1365 2004-01-24 Chris Demetriou <cgd@broadcom.com>
1366
1367 * gas/mips/relax-swap1.s: Add extra space at end, so the
1368 disassembly will consistently have "..." at its end.
1369 * gas/mips/relax-swap2.s: Likewise.
1370 * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.
1371
1372 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
1373
1374 * gas/arm/arm.exp: Add "undefined" test.
1375 * gas/arm/undefined.s, gas/arm/undefined.l: New files.
1376
1377 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
1378
1379 * gas/mips/macro-warn-[1234].[sdl]: New tests.
1380 * gas/mips/macro-warn-[12]-n32.[dl]: New tests.
1381 * gas/mips/mips.exp: Run them.
1382
1383 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
1384
1385 * gas/mips/elf-rel19.[sd]: New test.
1386 * gas/mips/mips.exp: Run it.
1387
1388 2004-01-11 Tom Rix <tcrix@worldnet.att.net>
1389
1390 * gas/m68hc11/movb.s: Add m68hc12 movb and movw dump test.
1391 * gas/m68hc11/movb.d: Likewise.
1392 * gas/m68hc11/m68hc11.exp: Likewise. Add more movb failure tests.
1393
1394 2004-01-19 Alan Modra <amodra@bigpond.net.au>
1395
1396 * gas/i386/katmai.d: Adjust for changed sib printing.
1397 * gas/i386/prescott.d: Likewise.
1398 * gas/i386/sse2.d: Likewise.
1399 * gas/i386/ssemmx2.d: Likewise.
1400
1401 2004-01-16 Alexandre Oliva <aoliva@redhat.com>
1402
1403 * gas/mn10300/mov5.s: New.
1404 * gas/mn10300/basic.exp (do_mov5): New.
1405
1406 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1407
1408 * gas/mips/relax-swap1-mips1.d: New test for branch relaxation
1409 with swapping for MIPS1.
1410 * gas/mips/relax-swap1-mips2.d: New test for branch relaxation
1411 with swapping for MIPS2.
1412 * gas/mips/relax-swap1.l: Stderr output for the new tests.
1413 * gas/mips/relax-swap1.s: Source for the new tests.
1414 * gas/mips/relax-swap2.d: New test for branch likely relaxation
1415 with swapping.
1416 * gas/mips/relax-swap2.l: Stderr output for the new test.
1417 * gas/mips/relax-swap2.s: Source for the new test.
1418 * gas/mips/mips.exp: Run the new tests.
1419
1420 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
1421
1422 * gas/mips/mips16-64.d: New test.
1423 * gas/mips/mips.exp: Run it.
1424
1425 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
1426
1427 * gas/mips/elf-rel18.[sd]: New test.
1428 * gas/mips/mips.exp: Run it.
1429
1430 2004-01-09 Paul Brook <paul@codesourcery.com>
1431
1432 * gas/arm/vfp2.s, gas/arm/vfp2.d: New test.
1433 * gas/arm/arm.exp: Add them.
1434
1435 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
1436
1437 * gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
1438 * gas/mips/ldstla-n64-shared.d: Likewise.
1439
1440 2004-01-07 Nick Clifton <nickc@redhat.com>
1441
1442 * gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
1443
1444 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
1445
1446 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
1447 * lib/gas-defs.exp (is_elf_format): Match frv-uclinux.
1448 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
1449 * gas/frv/fdpic.s, gas/frv/fdpic.d: Renamed from ucpic*.
1450 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
1451 * gas/frv/ucpic.s, gas/frv/ucpic.d: Use gr15 as PIC register. Use
1452 gprel12 for rodata symbol and gotoff12 for sdata symbol.
1453 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
1454 * gas/frv/ucpic.d: Test gotoff and gotofffuncdesc.
1455 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
1456 * gas/frv/ucpic.d, gas/frv/ucpic.s: New.
1457 * gas/frv/allinsns.exp: Run it.
1458
1459 2004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
1460
1461 * gas/msp430/opcode.s: Add test for an 'add' instruction which
1462 looks similar to an 'rla' instruction.
1463
1464 For older changes see ChangeLog-9303
1465 \f
1466 Local Variables:
1467 mode: change-log
1468 left-margin: 8
1469 fill-column: 74
1470 version-control: never
1471 End: