When separating CIE out from FDE, treat a DW_CFA_remember_state as we do a
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2004-10-07 Jan Beulich <jbeulich@novell.com>
2
3 * gas/cfi/cfi-common-4.[ds]: New.
4 * gas/cfi/cfi.exp: Run new test.
5
6 2004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
7
8 * gas/crx/cop_insn.s: New file.
9 * gas/crx/cop_insn.d: Likewise.
10 * gas/crx/load_stor_insn.s: Move Co-processor insns to a separate
11 test.
12 * gas/crx/misc_insn.s: Likewise.
13 * gas/crx/load_stor_insn.d: Regenerate.
14 * gas/crx/misc_insn.d: Likewise.
15
16 2004-10-06 Aldy Hernandez <aldyh@redhat.com>
17
18 * gas/ppc/e500.s: Add double-precision instructions.
19 * gas/ppc/e500.d: Same.
20
21 2004-10-05 Paul Brook <paul@codesourcery.com>
22
23 * gas/arm/arm.exp: Add unwind table test. Recognise
24 arm-symbian-symbianelf and arm-none-eabi.
25 * gas/arm/unwind.s: New file.
26 * gas/arm/unwind.d: New file.
27
28 2004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
29
30 * gas/pdp11/opcode.d: Fix sob opcode value.
31
32 2004-09-30 Paul Brook <paul@codesourcery.com>
33
34 * gas/arm/arch6zk.d: New file.
35 * gas/arm/arch6zk.s: New file.
36 * gas/arm/arm.exp: Add them.
37
38 2004-09-29 Alan Modra <amodra@bigpond.net.au>
39
40 * gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
41 * gas/i386/secrel.d: Adjust to suit.
42
43 2004-09-19 Paul Brook <paul@codesourcery.com>
44
45 * gas/elf/elf.exp: Recognise additional arm elf targets.
46
47 2004-09-17 Paul Brook <paul@codesourcery.com>
48
49 * gas/arm/pic.s: Add (target2).
50 * gas/arm/pic.d: Ditto.
51
52 2004-09-13 Paul Brook <paul@codesourcery.com>
53
54 * gas/arm/pic.d: Rename RELABS to TARGET1.
55 * gas/arm/pic.s: Ditto.
56
57 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
58
59 * gas/crx: New directory.
60 * gas/crx/allinsn.exp: New test script.
61 * gas/crx/arith_insn.s: New file.
62 * gas/crx/arith_insn.d: Likewise.
63 * gas/crx/beq_insn.s: Likewise.
64 * gas/crx/beq_insn.d: Likewise.
65 * gas/crx/bit_insn.s: Likewise.
66 * gas/crx/bit_insn.d: Likewise.
67 * gas/crx/br_insn.s: Likewise.
68 * gas/crx/br_insn.d: Likewise.
69 * gas/crx/cmov_insn.s: Likewise.
70 * gas/crx/cmov_insn.d: Likewise.
71 * gas/crx/cmpbr_insn.s: Likewise.
72 * gas/crx/cmpbr_insn.d: Likewise.
73 * gas/crx/jscond_insn.s: Likewise.
74 * gas/crx/jscond_insn.d: Likewise.
75 * gas/crx/list_insn.s: Likewise.
76 * gas/crx/list_insn.d: Likewise.
77 * gas/crx/load_stor_insn.s: Likewise.
78 * gas/crx/load_stor_insn.d: Likewise.
79 * gas/crx/misc_insn.s: Likewise.
80 * gas/crx/misc_insn.d: Likewise.
81 * gas/crx/no_op_insn.s: Likewise.
82 * gas/crx/no_op_insn.d: Likewise.
83 * gas/crx/shift_insn.s: Likewise.
84 * gas/crx/shift_insn.d: Likewise.
85
86 2004-08-27 Richard Sandiford <rsandifo@redhat.com>
87
88 * gas/frv/fr550-pack1.[sd]: New test.
89 * gas/frv/allinsn.exp: Run it.
90
91 2004-08-27 Nick Clifton <nickc@redhat.com>
92
93 * gas/i386/i386.exp: Allow pcrel test for COFF targets as well,
94 but not for PE targets. Similarly for the absrel test.
95
96 2004-08-26 Nick Clifton <nickc@redhat.com>
97
98 * gas/i386/i386.exp: Group ELF specific tests together. Move the
99 pcrel test into the ELF only section. Use is_elf_format to test
100 for ELF based toolchains.
101
102 2004-08-25 H.J. Lu <hongjiu.lu@intel.com>
103
104 * gas/all/gas.exp: Use `string match ""' instead of `eq ""'.
105
106 2004-08-24 Jan Beulich <jbeulich@novell.com>
107
108 * gas/all/altmacro.[sd]: Split out part from here...
109 * gas/all/altmac2.[sd]: ... to here.
110 * gas/all/excl.s: New.
111 * gas/all/gas.exp: Suppress both tests for a few targets known to
112 break. Run the new (split out) test only when the target doesn't
113 use '!' as a comment character.
114
115 2004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
116
117 * gas/mips/branch-swap.s: New testcase.
118 * gas/mips/branch-swap.d: New testcase.
119 * gas/mips/mips.exp: Run the testcase.
120
121 2004-08-18 Nick Clifton <nickc@redhat.com>
122
123 * gas/macros/strings.s: Remove #NO_APP, accidentally committed as
124 part of another patch.
125
126 2004-08-15 Nick Clifton <nickc@redhat.com>
127
128 * gas/all/altmacro.d: Allow for rest of frag being padded to an
129 alignment boundary.
130
131 * gas/arm/arm.exp: Run bignum test for ELF based targets only.
132
133 2004-08-16 Alan Modra <amodra@bigpond.net.au>
134
135 * gas/cfi/cfi-alpha-1.d: Adjust for readelf fix.
136 * gas/cfi/cfi-alpha-3.d: Likewise.
137 * gas/cfi/cfi-i386.d: Likewise.
138 * gas/cfi/cfi-m68k.d: Likewise.
139 * gas/cfi/cfi-ppc-1.d: Likewise.
140 * gas/cfi/cfi-s390-1.d: Likewise.
141 * gas/cfi/cfi-s390x-1.d: Likewise.
142 * gas/cfi/cfi-sh-1.d: Likewise.
143 * gas/cfi/cfi-sparc-1.d: Likewise.
144 * gas/cfi/cfi-sparc64-1.d: Likewise.
145 * gas/cfi/cfi-x86_64.d: Likewise.
146
147 2004-08-13 Jan Beulich <jbeulich@novell.com>
148
149 * gas/all/altmacro.[sd]: New test.
150 * gas/all/gas.exp: Run the new test.
151
152 2004-08-10 Mark Mitchell <mark@codesourcery.com>
153
154 * gas/arm/bignum1.s: New test.
155 * gas/arm/arm.exp: Run it.
156
157 2004-08-06 Paul Brook <paul@codesourcery.com>
158
159 * gas/arm/pic.s,d: Test RELABS and SBREL relocations.
160
161 2004-08-05 Nitin Yewale <nitiny@kpitcummins.com>
162
163 * h8300/h8300.exp: Addition of new test case to check rx
164 generation with adds and subs instruction for plain H8/300 target.
165 * h8300/addsubrxcheck.s: New test source file.
166
167 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
168
169 * gas/m68hc11/m68hc11.exp: Fix tests for 2.15
170 * gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
171 * gas/symver/symver.exp: Likewise for symver tests.
172
173 2004-07-30 Michal Ludvig <mludvig@suse.cz>
174
175 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
176 VIA PadLock instructions.
177
178 2004-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
179
180 * gas/sh/basic.exp: Don't do sh2a test for sh5.
181 * gas/sh/sh2a.d: Match elf32-sh* format too.
182
183 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
184
185 2003-12-30 DJ Delorie <dj@redhat.com>
186 * gas/sh/sh2a.s: New.
187 * gas/sh/sh2a.d: New.
188 * gas/sh/basic.exp: Add it.
189
190 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
191
192 * gas/all/gas.exp (do_930509a): Disable test for crx.
193
194 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
195
196 * gas/i386/x86-64-inval.l: Remove the leading `+'.
197
198 2004-07-22 Nick Clifton <nickc@redhat.com>
199
200 PR/280
201 * gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
202 * gas/h8300/ffxx1-elf.d: Likewise.
203 * gas/h8300/h8sx_disp2.d: Likewise.
204 * gas/h8300/h8sx_mov_imm.d: Likewise.
205 * gas/h8300/h8sx_rtsl.d: Likewise.
206 * gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
207 * gas/h8300/ffxx1-elf.s: Likewise.
208
209 2004-07-21 Jan Beulich <jbeulich@novell.com>
210
211 * gas/i386/x86-64-addr32.[ds]: New test for x86-64 32-bit
212 addressing in 64-bit mode.
213 * gas/i386/x86-64-rip.[ds]: New test for x86-64 rip-relative
214 addressing.
215 * gas/i386/i386.exp: Run the two new tests.
216
217 * gas/cfi/cfi-x86_64.d: Adjust expectation for leave to not have a
218 rex prefix.
219 * gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal
220 in 64-bit mode.
221
222 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
223
224 * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test
225 expects load delay slots.
226
227 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
228
229 * gas/mips/vr5400.d: Update for a correct disassembly of
230 "racm.ob".
231
232 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
233
234 * gas/mips/mips32.s: Adjust for the unified "break" syntax. Add
235 another "break" case. Update the comment accordingly.
236 * gas/mips/set-arch.s: Likewise.
237 * gas/mips/mips32.d: Adjust for the new output.
238 * gas/mips/set-arch.d: Likewise.
239
240 2004-07-15 Nitin Yewale <nitiny@kpitcummins.com>
241
242 * gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of
243 new test case for H8300H normal target to check symbol
244 address generation.
245 * gas/h8300/symaddgen.s: New test.
246
247 2004-07-13 Nick Clifton <nickc@redhat.com>
248
249 * gas/i386/intel.s: Add test of newly expand arithmetic support
250 for Intel mode assembler.
251 * gas/i386/intel.d: Add expected disassmbly.
252
253 2004-07-13 Nick Clifton <nickc@redhat.com>
254
255 * gas/vtable: Delete directory. These tests are no longer needed
256 as the VTABLE_ reloc support is obsolete.
257
258 2004-07-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
259
260 * gas/m32r/pic.exp: Add New Test case for @GOTOFF, @GOT, @PLT.
261 * gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
262 * gas/m32r/pic2.d: New file: Expected results.
263
264 2004-07-08 Richard Sandiford <rsandifo@redhat.com>
265
266 * gas/mips/elf-rel7.d: Expect relocations against bar to refer to bar.
267 * gas/mips/elf-refl19.d: Likewise L2.
268
269 2004-07-03 Richard Sandiford <rsandifo@redhat.com>
270
271 * gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
272 the earliest %lo().
273 * gas/mips/elf-rel11.d: Don't expect the relocs to be reordered.
274 * gas/mips/elf-rel20.[sd]: New test.
275 * gas/mips/mips.exp: Run it.
276
277 2004-07-03 Maciej W. Rozycki <macro@linux-mips.org>
278
279 * gas/mips/elf-rel9.[sd]: Fix typo in %lo() expression.
280
281 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
282
283 * gas/ia64/group-1.d: New.
284 * gas/ia64/group-1.s: Likewise.
285
286 * gas/ia64/ia64.exp: Add group-1 to test comdat group.
287
288 2004-06-30 James E Wilson <wilson@specifixinc.com>
289
290 * gas/ia64/dv-imply.d: Update.
291 * gas/ia64/dv-mutex.d: Likewise.
292 * gas/ia64/dv-safe.d: Likewise.
293
294 2004-06-29 Alan Modra <amodra@bigpond.net.au>
295
296 * gas/m68k/mode5.s: Pad section.
297 * gas/m68k/mode5.d: Update.
298
299 2004-06-28 Alan Modra <amodra@bigpond.net.au>
300
301 * gas/ppc/power4.d: Update.
302
303 2004-06-24 Alan Modra <amodra@bigpond.net.au>
304
305 * gas/i386/prescott.s: Remove fisttpd and fisttpq.
306 * gas/i386/prescott.d: Update.
307
308 2004-06-08 Jakub Jelinek <jakub@redhat.com>
309
310 * gas/ia64/dv-raw-err.s: Add some new postinc tests.
311 * gas/ia64/dv-raw-err.l: Updated.
312
313 2004-05-28 Peter Barada <peter@the-baradas.com>
314
315 * gas/m68k/mode5.s: New test file. Checks conversion of mode 5
316 addressing with zero offset into mode 2 addressing.
317 * gas/m68k/mode5.d: New file: Expected disassmbly.
318 * gas/m68k/all.exp: Run new test.
319
320 2004-05-27 H.J. Lu <hongjiu.lu@intel.com>
321
322 * gas/ia64/regs.d: Updated.
323
324 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
325
326 * gas/ia64/ia64.exp: Run invalid-ar.
327
328 * gas/ia64/invalid-ar.l: New file. Test invalid AR access.
329 * gas/ia64/invalid-ar.s: Likewise.
330
331 2004-05-24 Peter Barada <peter@the-baradas.com>
332
333 * gas/m68k/mcf-emac.d: Provide correct disassembler results.
334 * gas/m68k/mcf-mac.d: Provide correct disassembler results.
335
336 2004-05-20 H.J. Lu <hongjiu.lu@intel.com>
337
338 * gas/ia64/dv-srlz.d: Fix a typo.
339
340 2004-05-12 Ben Elliston <bje@au.ibm.com>
341
342 * gas/h8300/t03_add.exp: Remove stray semicolons.
343 * gas/h8300/t04_sub.exp: Likewise.
344 * gas/h8300/t05_cmp.exp: Likewise.
345 * gas/h8300/t08_or.exp: Likewise.
346 * gas/h8300/t09_xor.exp: Likewise.
347 * gas/h8300/t10_and.exp: Likewise.
348 * gas/hppa/reloc/reloc.exp: Likewise.
349 * gas/hppa/unsorted/unsorted.exp: Likewise.
350 * gas/i386/i386.exp: Likewise.
351 * gas/m68hc11/m68hc11.exp: Likewise.
352 * gas/mips/mips.exp: Likewise.
353 * gas/sparc/sparc.exp: Likewise.
354 * lib/gas-defs.exp: Likewise.
355
356 2004-05-11 Nick Clifton <nickc@redhat.com>
357
358 * gas/elf/section4.s: New test. Checks label arithmetic when
359 multiple same-name sections exist.
360 * gas/elf/section4.d: New file: Expected section list
361 * gas/elf/elf.exp: Run the new test.
362 * gas/elf/group0.s: Use % instead of @ for type argument to
363 .section directive (for compatability with ARM port).
364 * gas/elf/group1.s: Likewise.
365
366 2004-05-07 Richard Sandiford <rsandifo@redhat.com>
367
368 * gas/mips/vr4122.[sd]: Rename to...
369 * gas/mips/vr4120-2.[sd]: ...and add tests for VR4181A errata
370 MD(1) and MD(4).
371 * gas/mips/mips.exp: Update accordingly.
372
373 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
374
375 * gas/frv/reloc1.d: Match elf32-frvfdpic as well.
376 * gas/frv/fr405-insn.d: Likewise.
377 * gas/frv/fr450-insn.d: Likewise.
378
379 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
380
381 * gas/elf/elf.exp: Remove group1, add group1a and group1b for
382 section group.
383
384 * gas/elf/group1a.d: New file.
385 * gas/elf/group1b.d: Likewise.
386
387 * gas/elf/group1.e: Removed.
388
389 2004-04-30 Nick Clifton <nickc@redhat.com>
390
391 * gas/arm/reg-alias.s: New file: Test case sensitive register
392 aliases.
393 * gas/arm/reg-alias.d: New file: Expected test output.
394 * gas/arm/arm.exp: Run reg-alias test.
395 Arrange tests in a more orderly fashion.
396
397 2004-04-30 Ben Elliston <bje@au.ibm.com>
398
399 * gas/ppc/power4.s: Add dcbz and dcbzl test cases.
400 * gas/ppc/power4.d: Update accordingly.
401
402 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
403
404 * gas/elf/elf.exp: Add group0a, group0b and group1 for section
405 group.
406
407 * gas/elf/group0.s: New file.
408 * gas/elf/group0a.d: Likewise.
409 * gas/elf/group0b.d: Likewise.
410 * gas/elf/group1.e: Likewise.
411 * gas/elf/group1.s: Likewise.
412
413 2004-04-23 Nick Clifton <nickc@redhat.com>
414
415 * gas/symver/symver1.d: Cope with extra symbols inserted by
416 arm-elf toolchains.
417 * gas/symver/symver0.d: Likewise
418 * gas/elf/symver.d: Likewise.
419
420 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
421
422 * gas/sh/pcrel2.d: Update.
423 * gas/sh/tlsd.d: Update.
424 * gas/sh/tlsnopic.d: Update.
425 * gas/sh/tlspic.d: Update.
426
427 2004-04-22 Mark Kettenis <kettenis@gnu.org>
428
429 * lib/gas-defs.exp (is_elf_format): Add OpenBSD support.
430
431 2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
432
433 * gas/mips/lb-xgot-ilocks.d: Remove nops in load delay slot.
434 * gas/mips/mips-abi32-pic.d: Likewise.
435 * gas/mips/mips-abi32-pic2.d: Likewise.
436 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
437 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
438 * gas/mips/mips-gp64-fp32-pic.d: Likewise.
439 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
440 * gas/mips/relax-swap1-mips2.d: Likewise.
441 * gas/mips/lb-svr4pic-ilocks.d: New test.
442 * gas/mips/mips.exp: Run it.
443
444 2004-04-22 Paul Brook <paul@codesourcery.com>
445
446 * maverick.c (off8s): Test full shifted operand range.
447 (MCC2): Define.
448 (MVDSPACC, MVACCDSP): Use it.
449 * maverick.d, maverick.s: Regenerate.
450
451 2004-04-22 Peter Barada <peter@the-baradas.com>
452
453 * gas/m68k/mcf-mac.s: New test: Check ColdFire MAC instructions.
454 * gas/m68k/mcf-emac.s: New test: Similar checks.
455 * gas/m68k/mcf-mac.d: New test: Expected output.
456 * gas/m68k/mcf-emac.d: New test: Likewise.
457 * gas/m68k/all.exp: Run new tests.
458
459 2004-04-21 Chris Demetriou <cgd@broadcom.com>
460
461 * gas/mips/elempic.d: File removed as part of -membedded-pic removal.
462 * gas/mips/empic.d: Likewise.
463 * gas/mips/empic.l: Likewise.
464 * gas/mips/empic.s: Likewise.
465 * gas/mips/empic2.d: Likewise.
466 * gas/mips/empic2.s: Likewise.
467 * gas/mips/empic3_e.d: Likewise.
468 * gas/mips/empic3_e.s: Likewise.
469 * gas/mips/empic3_g1.d: Likewise.
470 * gas/mips/empic3_g1.s: Likewise.
471 * gas/mips/empic3_g2.d: Likewise.
472 * gas/mips/empic3_g2.s: Likewise.
473 * gas/mips/jal-empic-elf-2.d: Likewise.
474 * gas/mips/jal-empic-elf-2.s: Likewise.
475 * gas/mips/jal-empic-elf-3.d: Likewise.
476 * gas/mips/jal-empic-elf-3.s: Likewise.
477 * gas/mips/jal-empic-elf.d: Likewise.
478 * gas/mips/jal-empic.d: Likewise.
479 * gas/mips/la-empic.d: Likewise.
480 * gas/mips/la-empic.s: Likewise.
481 * gas/mips/lb-empic.d: Likewise.
482 * gas/mips/ld-empic.d: Likewise.
483 * gas/mips/lif-empic.d: Likewise.
484 * gas/mips/telempic.d: Likewise.
485 * gas/mips/tempic.d: Likewise.
486 * gas/mips/ulh-empic.d: Likewise.
487 * gas/mips/ld-pic.s: Remove code conditional on EMPIC.
488 * gas/mips/lifloat.s: Likewise.
489 * gas/mips/mips.exp: Remove -membedded-pic tests and related comments.
490
491 2004-04-20 Brian Ford <ford@vss.fsi.com>
492 DJ Delorie <dj@redhat.com>
493
494 * gas/i386/secrel.s: New test for .secrel32.
495 * gas/i386/secrel.d: Likewise.
496 * gas/i386/i386.exp: Call it for PE targets.
497
498 2004-04-19 Jakub Jelinek <jakub@redhat.com>
499
500 * gas/cfi/cfi-sparc64-1.d: Update.
501
502 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
503
504 * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120.
505
506 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
507
508 * gas/elf/section2.e-mips: Allow named section symbols.
509 * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise.
510
511 2004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
512
513 * gas/m32r/parallel-2.s: New file: Test case for parallel code.
514 * gas/m32r/parallel-2.d: New file: Expected results.
515 * gas/m32r/m32r2.exp: Run the test.
516
517 * gas/m32r/seth.s: New file: Test for seth.
518 * gas/m32r/seth.d: New file: Expected results.
519 * gas/m32r/m32r.exp: Run the new test.
520
521 2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
522
523 * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
524 option.
525 * gas/sh/basic.exp: Run the new test.
526
527 2004-04-01 Dave Korn <dk@artimi.com>
528
529 * gas/dlx/alltests.exp: Execute new lohi test.
530 * gas/dlx/lohi.s: New test for spurious lo16/hi16
531 reloc overflow checking.
532 * gas/dlx/lohi.d: New file: expected output.
533 * gas/dlx/lhi.d: Updated to properly expect lo16
534 relocations where asked for.
535 * gas/dlx/itype.d: Likewise.
536 * gas/dlx/lhi.d: Corrected cut+paste error in test name.
537
538 2004-03-30 Stan Shebs <shebs@apple.com>
539
540 * gas/macros/macros.exp: Remove mention of MPW config.
541
542 2004-03-27 Alan Modra <amodra@bigpond.net.au>
543
544 * gas/i860/dir-intel03-err.l: Update for junk at end line becoming
545 an error.
546 * gas/m68hc11/m68hc11.exp: Likewise.
547
548 2004-03-23 Andreas Schwab <schwab@suse.de>
549
550 * gas/cfi/cfi-m68k.d: Adjust offsets.
551
552 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
553
554 * gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
555 * gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests.
556
557 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
558
559 * gas/cfi/cfi-sh-1.d: New file.
560 * gas/cfi/cfi-sh-1.s: Likewise.
561 * gas/cfi/cfi.exp: Add SH case.
562
563 2004-03-16 Alan Modra <amodra@bigpond.net.au>
564
565 * gas/ppc/altivec.d: Update.
566 * gas/ppc/altivec_xcoff.d: Update.
567 * gas/ppc/altivec_xcoff64.d: Update.
568 * gas/ppc/astest.d: Update.
569 * gas/ppc/astest2.d: Update.
570 * gas/ppc/astest2_64.d: Update.
571 * gas/ppc/astest64.d: Update.
572 * gas/ppc/booke.d: Update.
573 * gas/ppc/booke_xcoff.d: Update.
574 * gas/ppc/booke_xcoff64.d: Update.
575 * gas/ppc/e500.d: Update.
576 * gas/ppc/power4.d: Update.
577 * gas/ppc/test1elf32.d: Update.
578 * gas/ppc/test1elf64.d: Update.
579 * gas/ppc/test1xcoff32.d: Update.
580
581 2004-03-15 Alan Modra <amodra@bigpond.net.au>
582
583 * gas/i386/padlock.s: Pad with .p2align.
584 * gas/i386/padlock.d: Adjust.
585
586 2004-03-12 Michal Ludvig <mludvig@suse.cz>
587
588 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
589 VIA PadLock instructions.
590 * gas/i386/i386.exp: Run padlock tests.
591
592 2004-03-12 Alan Modra <amodra@bigpond.net.au>
593
594 * gas/i386/katmai.d: Revert last change.
595
596 * gas/i386/katmai.d: Adjust for clflush change.
597
598 2004-03-08 Andreas Jaeger <aj@suse.de>
599
600 * gas/cfi/cfi-s390x-1.d: Adjust offsets.
601
602 2004-03-07 Richard Henderson <rth@redhat.com>
603
604 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.
605
606 2004-03-07 Andreas Jaeger <aj@suse.de>
607
608 * gas/cfi/cfi-x86_64.d: Adjust offsets.
609
610 2004-03-07 Richard Henderson <rth@redhat.com>
611
612 * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
613 gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
614 gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.
615
616 2004-03-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
617
618 * gas/sh/sh64/err-dsp.s: Fix expected error message.
619
620 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
621
622 * gas/frv/fr405-insn.[sdl]: New test.
623 * gas/frv/fr450-spr.[sd]: New test.
624 * gas/frv/fr450-insn.[sdl]: New test.
625 * gas/frv/fr450-media-issue.[sl]: New test.
626 * gas/frv/allinsn.exp: Run new tests. Ensure fr405 instructions
627 aren't accepted for -mcpu=fr400 or -mcpu=fr500. Ensure fr450
628 instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or
629 -mcpu=fr500.
630
631 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
632
633 * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
634 (rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
635 * gas/frv/allinsn.d: Update accordingly.
636
637 2004-02-17 Petko Manolov <petkan@nucleusys.com>
638
639 * gas/arm/maverick.c: DSPSC to/from opcode fixes.
640 * gas/arm/maverick.d: Likewise.
641 * gas/arm/maverick.s: Likewise.
642
643 2004-02-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
644
645 * gas/sh/basic.exp: Don't do sh4a tests for sh5.
646
647 2004-02-06 Nathan Sidwell <nathan@codesourcery.com>
648
649 * gas/macros/test2.s: Lowercase it.
650
651 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
652
653 * gas/mips/div.d: Update to accomodate changes in macro
654 expansions.
655 gas/mips/elf-rel-got-n32.d: Likewise.
656 gas/mips/elf-rel-got-n64.d: Likewise.
657 gas/mips/elf-rel-xgot-n32.d: Likewise.
658 gas/mips/elf-rel-xgot-n64.d: Likewise.
659 gas/mips/la-svr4pic.d: Likewise.
660 gas/mips/la-xgot.d: Likewise.
661 gas/mips/lca-svr4pic.d: Likewise.
662 gas/mips/lca-xgot.d: Likewise.
663
664 2004-02-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
665
666 * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
667 * gas/sh/sh4a-fp.s: Likewise.
668 * gas/sh/err-sh4a-fp.s: Likewise.
669
670 2004-01-24 Chris Demetriou <cgd@broadcom.com>
671
672 * gas/mips/relax-swap1.s: Add extra space at end, so the
673 disassembly will consistently have "..." at its end.
674 * gas/mips/relax-swap2.s: Likewise.
675 * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.
676
677 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
678
679 * gas/arm/arm.exp: Add "undefined" test.
680 * gas/arm/undefined.s, gas/arm/undefined.l: New files.
681
682 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
683
684 * gas/mips/macro-warn-[1234].[sdl]: New tests.
685 * gas/mips/macro-warn-[12]-n32.[dl]: New tests.
686 * gas/mips/mips.exp: Run them.
687
688 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
689
690 * gas/mips/elf-rel19.[sd]: New test.
691 * gas/mips/mips.exp: Run it.
692
693 2004-01-11 Tom Rix <tcrix@worldnet.att.net>
694
695 * gas/m68hc11/movb.s: Add m68hc12 movb and movw dump test.
696 * gas/m68hc11/movb.d: Likewise.
697 * gas/m68hc11/m68hc11.exp: Likewise. Add more movb failure tests.
698
699 2004-01-19 Alan Modra <amodra@bigpond.net.au>
700
701 * gas/i386/katmai.d: Adjust for changed sib printing.
702 * gas/i386/prescott.d: Likewise.
703 * gas/i386/sse2.d: Likewise.
704 * gas/i386/ssemmx2.d: Likewise.
705
706 2004-01-16 Alexandre Oliva <aoliva@redhat.com>
707
708 * gas/mn10300/mov5.s: New.
709 * gas/mn10300/basic.exp (do_mov5): New.
710
711 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
712
713 * gas/mips/relax-swap1-mips1.d: New test for branch relaxation
714 with swapping for MIPS1.
715 * gas/mips/relax-swap1-mips2.d: New test for branch relaxation
716 with swapping for MIPS2.
717 * gas/mips/relax-swap1.l: Stderr output for the new tests.
718 * gas/mips/relax-swap1.s: Source for the new tests.
719 * gas/mips/relax-swap2.d: New test for branch likely relaxation
720 with swapping.
721 * gas/mips/relax-swap2.l: Stderr output for the new test.
722 * gas/mips/relax-swap2.s: Source for the new test.
723 * gas/mips/mips.exp: Run the new tests.
724
725 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
726
727 * gas/mips/mips16-64.d: New test.
728 * gas/mips/mips.exp: Run it.
729
730 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
731
732 * gas/mips/elf-rel18.[sd]: New test.
733 * gas/mips/mips.exp: Run it.
734
735 2004-01-09 Paul Brook <paul@codesourcery.com>
736
737 * gas/arm/vfp2.s, gas/arm/vfp2.d: New test.
738 * gas/arm/arm.exp: Add them.
739
740 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
741
742 * gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
743 * gas/mips/ldstla-n64-shared.d: Likewise.
744
745 2004-01-07 Nick Clifton <nickc@redhat.com>
746
747 * gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
748
749 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
750
751 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
752 * lib/gas-defs.exp (is_elf_format): Match frv-uclinux.
753 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
754 * gas/frv/fdpic.s, gas/frv/fdpic.d: Renamed from ucpic*.
755 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
756 * gas/frv/ucpic.s, gas/frv/ucpic.d: Use gr15 as PIC register. Use
757 gprel12 for rodata symbol and gotoff12 for sdata symbol.
758 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
759 * gas/frv/ucpic.d: Test gotoff and gotofffuncdesc.
760 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
761 * gas/frv/ucpic.d, gas/frv/ucpic.s: New.
762 * gas/frv/allinsns.exp: Run it.
763
764 2004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
765
766 * gas/msp430/opcode.s: Add test for an 'add' instruction which
767 looks similar to an 'rla' instruction.
768
769 For older changes see ChangeLog-9303
770 \f
771 Local Variables:
772 mode: change-log
773 left-margin: 8
774 fill-column: 74
775 version-control: never
776 End:
This page took 0.0453 seconds and 5 git commands to generate.