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