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