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