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