gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2006-06-12 H.J. Lu <hongjiu.lu@intel.com>
2
3 * gas/i386/i386.exp: Run nops and x86-64-nops.
4
5 * gas/i386/nops.d: New file.
6 * gas/i386/nops.s: Likewise.
7 * gas/i386/x86-64-nops.d: Likewise.
8 * gas/i386/x86-64-nops.s: Likewise.
9
10 2006-06-12 H.J. Lu <hongjiu.lu@intel.com>
11
12 * gas/i386/opcode.s: Add "xchg %ax,%ax".
13 * gas/i386/opcode.d: Updated.
14
15 * gas/i386/x86-64-opcode.s: Add xchg %ax,%ax, xchg %eax,%eax,
16 xchg %rax,%rax, rex64 xchg %rax,%rax and xchg %rax,%r8.
17 * gas/i386/x86-64-opcode.d: Updated.
18
19 2006-06-09 Thiemo Seufer <ths@mips.com>
20 Nigel Stephens <nigel@mips.com>
21
22 * gas/mips/mips32-sf32.s, gas/mips/mips32-sf32.d: New test for odd
23 single precision FPRs on MIPS32.
24 * gas/mips/mips.exp: Run them.
25
26 2006-06-08 Thiemo Seufer <ths@mips.com>
27 Nigel Stephens <nigel@mips.com>
28
29 * gas/mips/mips32.s: Added cop2 branches with explicit condition
30 code register numbers.
31 * gas/mips/mips32.d: Likewise.
32
33 2006-06-07 Julian Brown <julian@codesourcery.com>
34
35 * gas/arm/itblock.s: New file. Helper macro for making all-true IT
36 blocks.
37 * gas/arm/neon-cond-bad-inc.s: New test. Make sure unconditional
38 Neon instructions are rejected...
39 * gas/arm/neon-cond-bad.s: In ARM mode, and...
40 * gas/arm/neon-cond-bad_t2.s: Accepted in Thumb mode (with IT).
41 * gas/arm/neon-cond-bad.l: Expected error output in ARM mode.
42 * gas/arm/neon-cond-bad.d: Control ARM mode test.
43 * gas/arm/neon-cond-bad_t2.d: Expected output in Thumb mode.
44 * gas/arm/vfp-neon-syntax-inc.s: Test VFP Neon-style syntax.
45 * gas/arm/vfp-neon-syntax.s: ...in ARM mode.
46 * gas/arm/vfp-neon-syntax_t2.s: ...and Thumb mode.
47 * gas/arm/vfp-neon-syntax.d: Expected output in ARM mode.
48 * gas/arm/vfp-neon-syntax_t2.d: Expected output in Thumb mode.
49
50 2006-06-06 Paul Brook <paul@codesourcery.com>
51
52 * gas/arm/thumb2_bcond.d: Update expected output.
53 * gas/arm/thumb32.d: Ditto.
54 * gas/arm/vfp1_t2.d: Ditto.
55 * gas/arm/vfp1xD_t2.d: Ditto.
56
57 2006-06-06 Thiemo Seufer <ths@mips.com>
58 Chao-ying Fu <fu@mips.com>
59
60 * gas/mips/mips64-dsp.s, gas/mips/mips64-dsp.d: New DSP64 tests.
61 * gas/mips/mips.exp: Run DSP64 tests.
62
63 2006-06-05 Thiemo Seufer <ths@mips.com>
64
65 * gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s, gas/mips/mips32-mt.d,
66 gas/mips/mips32-mt.s: Remove instructions with invalid arguments.
67 * gas/mips/mips32-dsp.l, gas/mips/mips32-mt.l: Delete file.
68
69 2006-05-25 Richard Sandiford <richard@codesourcery.com>
70
71 * gas/m68k/mcf-fpu.s: Add fmovemd and fmovem instructions.
72 * gas/m68k/mcf-fpu.d: Adjust accordingly.
73
74 2006-05-25 Jie Zhang <jie.zhang@analog.com>
75
76 * gas/bfin/vector2.s, gas/bfin/vector2.d: Test to ensure (m) is not
77 thrown away.
78
79 2006-05-23 Thiemo Seufer <ths@mips.com>
80
81 * gas/mips/mips-gp32-fp64-pic.d, mips/mips-gp32-fp64.d,
82 gas/mips/mips-gp64-fp32-pic.d, gas/mips/mips-gp64-fp32.l,
83 gas/mips/mips-gp64-fp64.d: Adjust test cases to the changes assembler
84 output.
85 * gas/mips/mips-gp32-fp64.l, gas/mips/mips-gp64-fp32-pic.l: New files,
86 catch assembler warnings.
87
88 2006-05-22 Nick Clifton <nickc@redhat.com>
89
90 * gas/mips/mips32-dsp.l: Fix expected unsigned decoding of -1 in
91 warning messages.
92 * gas/mips/mips32-mt.l: Likewise.
93
94 2006-05-19 Thiemo Seufer <ths@mips.com>
95
96 * gas/mips/vxworks1-el.d, gas/mips/vxworks1-xgot-el.d: Add little
97 endian testcases.
98 * gas/mips/vxworks1.d, gas/mips/vxworks1-xgot.d: Build as big endian.
99 * gas/mips/mips.exp: Run new testcases.
100
101 2006-05-14 Thiemo Seufer <ths@mips.com>
102 Nigel Stephens <nigel@mips.com>
103
104 * gas/mips/mips.exp: Run new tests.
105 * gas/mips/mips16e.s, gas/mips/mips16e.d, gas/mips/mips16e-64.s,
106 gas/mips/mips16e-64.d, gas/mips/mips16e-64.l: New tests.
107
108 2006-05-11 Paul Brook <paul@codesourcery.com>
109
110 * gas/arm/local_function.d: New test.
111 * gas/arm/local_function.s: New test.
112
113 2006-05-11 Thiemo Seufer <ths@mips.com>
114
115 * gas/mips/jal-range.l: Don't check the range of j or jal
116 addresses.
117
118 2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
119
120 * gas/i386/x86-64-gidt.d: Adjusted.
121
122 2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
123
124 * gas/i386/i386.exp: Run x86-64-gidt.
125
126 * gas/i386/x86-64-gidt.d: New file.
127 * gas/i386/x86-64-gidt.s: Likewise.
128
129 2006-05-09 David Ung <davidu@mips.com>
130
131 * gas/mips/jal-range.l: Only warn about an out-of-range j or jal
132 address.
133
134 2006-05-08 Thiemo Seufer <ths@mips.com>
135
136 * gas/mips/mips32.s, gas/mips/mips32.d: Extend testcase to check
137 larger offset arguments for cache instructions.
138
139 2006-05-08 Thiemo Seufer <ths@mips.com>
140 Nigel Stephens <nigel@mips.com>
141 David Ung <davidu@mips.com>
142
143 * gas/mips/smartmips.s, gas/mips/smartmips.d: New smartmips test.
144 * gas/mips/mips.exp: Run smartmips test.
145
146 2006-05-05 Julian Brown <julian@codesourcery.com>
147
148 * gas/arm/vfp-neon-overlap.s: New test. Overlapping VFP/Neon
149 instructions.
150 * gas/arm/vfp-neon-overlap.d: Expected output of above.
151 * gas/arm/vfp1xD.d: Test for fldmx/fstmx.
152 * gas/arm/vfp1xD_t2.d: Likewise.
153 * gas/arm/vfpv3-32drs.d: Likewise.
154
155 2006-05-05 Nigel Stephens <nigel@mips.com>
156
157 * gas/mips/noreorder.s, gas/mips/noreorder.d: New test for
158 reorder/noreorder corner case.
159 * gas/mips/mips.exp: Run new test.
160
161 2006-05-04 Kazu Hirata <kazu@codesourcery.com>
162
163 * gas/arm/armv1.d (error-output): New.
164 * gas/arm/armv1.l: New.
165 * gas/arm/thumb32.d (error-output): New.
166 * gas/arm/thumb32.l: New.
167
168 2006-05-04 Thiemo Seufer <ths@mips.com>
169 Nigel Stephens <nigel@mips.com>
170
171 * gas/mips/mips.exp: Run mips32-dsp tests only for mips32r2.
172 * gas/mips/set-arch.d: Adjust according to opcode table changes.
173
174 2006-05-03 Thiemo Seufer <ths@mips.com>
175
176 * gas/mips/mips32-mt.d: Fix mftr argument order.
177
178 2006-05-02 Joseph Myers <joseph@codesourcery.com>
179
180 * gas/arm/iwmmxt.s: Increase offsets for wstrb and wstrh.
181 * gas/arm/iwmmxt.d: Update expected results.
182 * gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb and wldrh.
183 * gas/arm/iwmmxt-bad2.l: Update expected error messages.
184
185 2006-04-29 H.J. Lu <hongjiu.lu@intel.com>
186
187 * gas/i386/fp.d: New file.
188 * gas/i386/fp.s: Likewise.
189
190 * gas/i386/i386.exp: Run "fp".
191
192 2006-04-28 Thiemo Seufer <ths@mips.com>
193 David Ung <davidu@mips.com>
194 Nigel Stephens <nigel@mips.com>
195
196 * gas/mips/cp0sel-names-mips32r2.d,
197 gas/mips/cp0sel-names-mips64r2.d: Update for MT register names.
198
199 2006-04-26 Julian Brown <julian@codesourcery.com>
200
201 * gas/arm/neon-const.s: New testcase. Neon floating-point constants.
202 * gas/arm/neon-const.d: Expected output of above.
203 * gas/arm/neon-cov.d: Expect floating-point disassembly for VMOV.F32.
204
205 2006-04-26 Julian Brown <julian@codesourcery.com>
206
207 * gas/arm/neon-psyn.s: Basic test of programmers syntax.
208 * gas/arm/neon-psyn.d: Expected output of above.
209
210 2006-04-26 Julian Brown <julian@codesourcery.com>
211
212 * gas/arm/copro.s: Avoid ldcl which encodes as a bad Neon instruction.
213 * gas/arm/copro.d: Update accordingly.
214 * gas/arm/neon-cond.s: New test. Conditional Neon opcodes in ARM mode.
215 * gas/arm/neon-cond.d: Expected results of above.
216 * gas/arm/neon-cov.s: New test. Coverage of Neon instructions.
217 * gas/arm/neon-cov.d: Expected results of above.
218 * gas/arm/neon-ldst-es.s: New test. Element and structure loads and
219 stores.
220 * gas/arm/neon-ldst-es.d: Expected results of above.
221 * gas/arm/neon-ldst-rm.s: New test. Single and multiple register loads
222 and stores.
223 * gas/arm/neon-ldst-rm.d: Expected results of above.
224 * gas/arm/neon-omit.s: New test. Omission of optional operands.
225 * gas/arm/neon-omit.d: Expected results of above.
226 * gas/arm/vfp1.d: Expect Neon syntax for some VFP instructions.
227 * gas/arm/vfp1_t2.d: Likewise.
228 * gas/arm/vfp1xD.d: Likewise.
229 * gas/arm/vfp1xD_t2.d: Likewise.
230 * gas/arm/vfp2.d: Likewise.
231 * gas/arm/vfp2_t2.d: Likewise.
232 * gas/arm/vfp3-32drs.s: New test. Extended D register range for VFP
233 instructions.
234 * gas/arm/vfp3-32drs.d: Expected results of above.
235 * gas/arm/vfp3-const-conv.s: New test. VFPv3 constant-load and
236 conversion instructions.
237 * gas/arm/vfp3-const-conv.d: Expected results of above.
238
239 2005-04-20 Paul Brook <paul@codesourcery.com>
240
241 * gas/arm/arch7.d: Remove skip.
242 * gas/arm/svc.d: Ditto.
243 * gas/arm/thumb2_bcond.d: Ditto.
244 * gas/arm/thumb2_it_bad.d: Ditto.
245
246 2006-04-18 H.J. Lu <hongjiu.lu@intel.com>
247
248 PR gas/2533
249 * gas/i386/inval.s: Add test for illegal immediate register
250 operand.
251 * gas/i386/inval.l: Updated.
252
253 2006-04-16 Nick Clifton <nickc@redhat.com>
254
255 * gas/arm/arch7.d: Skip test for non-ELF targets.
256 * gas/arm/blx-local.d: Likewise.
257 * gas/arm/svc.d: Likewise.
258 * gas/arm/thumb2_bcond.d: Likewise.
259 * gas/arm/thumb2_it_bad.d: Likewise.
260
261 2006-04-07 Paul Brook <paul@codesourcery.com>
262
263 * gas/arm/blx-local.d: New test.
264 * gas/arm/blx-local.d: New test.
265
266 2006-04-07 Paul Brook <paul@codesourcery.com>
267
268 * gas/arm/thumb2_pool.d: New test.
269 * gas/arm/thumb2_pool.s: New test.
270
271 2006-04-05 Richard Sandiford <richard@codesourcery.com>
272
273 * gas/sparc/vxworks-pic.s, gas/sparc/vxworks-pic.d: New test.
274 * gas/sparc/sparc.exp: Run it. Remove sparc*-*-vxworks* XFAILs.
275
276 2006-03-23 Michael Matz <matz@suse.de>
277
278 * gas/i386/reloc64.s: Accept 64-bit forms.
279 * gas/i386/reloc64.d: Adjust.
280 * gas/i386/reloc64.l: Adjust.
281
282 2006-03-23 H.J. Lu <hongjiu.lu@intel.com>
283
284 * gas/i386/rep.s: Pad with .p2align.
285 * gas/i386/rep.d: Adjust.
286
287 2006-03-22 Richard Sandiford <richard@codesourcery.com>
288
289 * gas/mips/vxworks1.s, gas/mips/vxworks1.d,
290 * gas/mips/vxworks1-xgot.d: New tests.
291 * gas/mips/mips.exp: Run them. Do not run other tests on VxWorks.
292
293 2006-03-21 Paul Brook <paul@codesourcery.com>
294
295 * gas/arm/thumb32.d: Correct expected output.
296
297 2006-03-20 Paul Brook <paul@codesourcery.com>
298
299 * gas/arm/thumb2_bcond.d: New test.
300 * gas/arm/thumb2_bcond.s: New test.
301 * gas/arm/thumb2_it_bad.d: New test.
302 * gas/arm/thumb2_it_bad.l: New test.
303 * gas/arm/thumb2_it_bad.s: New test.
304
305 2006-03-17 Paul Brook <paul@codesourcery.com>
306
307 * gas/arm/thumb32.d: Add ldm and stm tests.
308 * gas/arm/thumb32.s: Ditto.
309
310 2006-03-16 Bernd Schmidt <bernd.schmidt@analog.com>
311
312 * gas/bfin/shift2.s: Add new tests.
313 * gas/bfin/shift.d: Match changed disassembler behaviour.
314 * gas/bfin/parallel2.d: Likewise.
315 * gas/bfin/shift2.d: Likewise; also match new tests.
316
317 2006-03-16 Paul Brook <paul@codesourcery.com>
318
319 * gas/arm/svc.d: New test.
320 * gas/arm/svc.s: New test.
321 * gas/arm/inst.d: Accept svc mnemonic.
322 * gas/arm/thumb.d: Ditto.
323 * gas/arm/wince_inst.d: Ditto.
324
325 2006-03-09 Paul Brook <paul@codesourcery.com>
326
327 * gas/arm/nomapping.d: New test.
328 * gas/arm/nomapping.s: New test.
329
330 2006-03-07 H.J. Lu <hongjiu.lu@intel.com>
331
332 PR binutils/2428
333 * gas/i386/i386.exp: Add rep, rep-suffix, x86-64-rep and
334 x86-64-rep-suffix.
335
336 * gas/i386/naked.d: Replace repz with rep.
337 * gas/i386/x86_64.d: Likewise.
338
339 * gas/i386/rep-suffix.d: New file.
340 * gas/i386/rep-suffix.s: Likewise.
341 * gas/i386/rep.d: Likewise.
342 * gas/i386/rep.s: Likewise.
343 * gas/i386/x86-64-rep-suffix.d: Likewise.
344 * gas/i386/x86-64-rep-suffix.s: Likewise.
345 * gas/i386/x86-64-rep.d: Likewise.
346 * gas/i386/x86-64-rep.s: Likewise.
347
348 2006-03-07 Richard Sandiford <richard@codesourcery.com>
349
350 * gas/arm/abs12.s, gas/arm/abs12.d: New test.
351 * gas/arm/pic.d: Skip for *-*-vxworks*...
352 * gas/arm/pic_vxworks.d: ...use this version instead.
353 * gas/arm/unwind_vxworks.d: Fix expected output.
354
355 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
356
357 * gas/m68k/arch-cpu-1.s: Tweak.
358 * gas/m68k/arch-cpu-1.d: Tweak.
359
360 2006-02-28 Jan Beulich <jbeulich@novell.com>
361
362 * gas/all/altmacro.s: Adjust.
363 * gas/all/altmac2.s: Adjust.
364
365 2006-02-28 Jan Beulich <jbeulich@novell.com>
366
367 * gas/macros/paren[sd]: New.
368 * gas/macros/macros.exp: Run new test.
369
370 2006-02-27 H.J. Lu <hongjiu.lu@intel.com>
371
372 * gas/i386/i386.exp: Add merom and x86-64-merom.
373
374 * gas/i386/merom.d: New file.
375 * gas/i386/merom.s: Likewise.
376 * gas/i386/x86-64-merom.d: Likewise.
377 * gas/i386/x86-64-merom.s: Likewise.
378
379 2006-02-24 David S. Miller <davem@sunset.davemloft.net>
380
381 * gas/sparc/rdhpr.s: New test.
382 * gas/sparc/rdhpr.d: New test.
383 * gas/sparc/wrhpr.s: New test.
384 * gas/sparc/wrhpr.d: New test.
385 * gas/sparc/window.s: New test.
386 * gas/sparc/window.d: New test.
387 * gas/sparc/rdpr.s: Add case for reading %gl register.
388 * gas/sparc/rdpr.d: Likewise.
389 * gas/sparc/wrpr.s: Add case for writing %gl register.
390 * gas/sparc/wrpr.d: Likewise.
391 * gas/sparc/sparc.exp: Update for new tests.
392
393 2006-02-24 Paul Brook <paul@codesourcery.com>
394
395 * gas/arm/thumb32.d: Fix expected msr and mrs output.
396 * gas/arm/arch7.d: New test.
397 * gas/arm/arch7.s: New test.
398 * gas/arm/arch7m-bad.l: New test.
399 * gas/arm/arch7m-bad.d: New test.
400 * gas/arm/arch7m-bad.s: New test.
401
402 2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
403
404 * gas/ia64/opc-i.s: Add tests for tf.
405 * gas/ia64/pseudo.s: Likewise.
406 * gas/ia64/opc-i.d: Updated.
407 * gas/ia64/pseudo.d: Likewise.
408
409 2006-02-22 H.J. Lu <hongjiu.lu@intel.com>
410
411 * gas/ia64/dv-raw-err.s: Add check for vmsw.0.
412 * gas/ia64/dv-raw-err.l: Updated.
413
414 * gas/ia64/opc-b.s: Add vmsw.0 and vmsw.1.
415 * gas/ia64/opc-b.d: Updated.
416
417 2005-02-22 Paul Brook <paul@codesourcery.com>
418
419 * gas/arm/thumb32.d: Fix expected pld opcode.
420
421 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
422 Anil Paranjape <anilp1@kpitcummins.com>
423 Shilin Shakti <shilins@kpitcummins.com>
424
425 * gas/xc16x: New directory.
426 * gas/xc16x/xc16x.exp: New file
427 * gas/xc16x/add.s: New file
428 * gas/xc16x/add_test.s: New file
429 * gas/xc16x/addb.s: New file
430 * gas/xc16x/addc.s: New file
431 * gas/xc16x/addcb.s: New file
432 * gas/xc16x/and.s: New file
433 * gas/xc16x/andb.s: New file
434 * gas/xc16x/bfldl.s: New file
435 * gas/xc16x/bit.s: New file
436 * gas/xc16x/calla.s: New file
437 * gas/xc16x/calli.s: New file
438 * gas/xc16x/cmp.s: New file
439 * gas/xc16x/cmp_test.s: New file
440 * gas/xc16x/cmpb.s: New file
441 * gas/xc16x/cmpi.s: New file
442 * gas/xc16x/cpl.s: New file
443 * gas/xc16x/div.s: New file
444 * gas/xc16x/jmpa.s: New file
445 * gas/xc16x/jmpi.s: New file
446 * gas/xc16x/jmpr.s: New file
447 * gas/xc16x/mov.s: New file
448 * gas/xc16x/mov_test.s: New file
449 * gas/xc16x/movb.s: New file
450 * gas/xc16x/movbs.s: New file
451 * gas/xc16x/movbz.s: New file
452 * gas/xc16x/mul.s: New file
453 * gas/xc16x/neg.s: New file
454 * gas/xc16x/nop.s: New file
455 * gas/xc16x/or.s: New file
456 * gas/xc16x/orb.s: New file
457 * gas/xc16x/prior.s: New file
458 * gas/xc16x/pushpop.s: New file
459 * gas/xc16x/ret.s: New file
460 * gas/xc16x/scxt.s: New file
461 * gas/xc16x/shlrol.s: New file
462 * gas/xc16x/sub.s: New file
463 * gas/xc16x/sub_test.s: New file
464 * gas/xc16x/subb.s: New file
465 * gas/xc16x/subcb.s: New file
466 * gas/xc16x/syscontrol1.s: New file
467 * gas/xc16x/syscontrol2.s: New file
468 * gas/xc16x/trap.s: New file
469 * gas/xc16x/xor.s: New file
470 * gas/xc16x/xorb.s: New file
471
472 2006-02-12 H.J. Lu <hongjiu.lu@intel.com>
473
474 * gas/i386/x86-64-crx-suffix.d: Undo the last change.
475
476 2006-02-11 H.J. Lu <hongjiu.lu@intel.com>
477
478 * gas/i386/i386.exp: Add "x86-64-drx" and "x86-64-drx-suffix".
479
480 * gas/i386/x86-64-crx-suffix.d: Minor update.
481
482 * gas/i386/x86-64-drx-suffix.d: New file.
483 * gas/i386/x86-64-drx.d: Likewise.
484 * gas/i386/x86-64-drx.s: Likewise.
485
486 2006-02-11 H.J. Lu <hongjiu.lu@intel.com>
487
488 * gas/i386/i386.exp: Add "x86-64-crx" and "x86-64-crx-suffix".
489
490 * gas/i386/x86-64-crx-suffix.d: New file.
491 * gas/i386/x86-64-crx.d: Likewise.
492 * gas/i386/x86-64-crx.s: Likewise.
493
494 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
495
496 * testsuite/gas/m68k/all.exp: Add arch-cpu-1 test.
497 * testsuite/gas/m68k/arch-cpu-1.[sd]: New.
498
499 2005-02-02 Paul Brook <paul@codesourcery.com>
500
501 * gas/arm/thumb2_invert.d: New test.
502 * gas/arm/thumb2_invert.s: New test.
503
504 2006-01-31 Paul Brook <paul@codesourcery.com>
505
506 * gas/testsuite/gas/arm/iwmmxt-bad.s: Add check for bad register name.
507 * gas/testsuite/gas/arm/iwmmxt-bad.l: Ditto.
508
509 2006-01-18 Arnold Metselaar <arnoldm@sourceware.org>
510
511 * gas/z80/z80.exp: Add offset.
512 * gas/z80/offset.d: New file.
513 * gas/z80/offset.s: New file.
514
515 2006-01-16 Paul Brook <paul@codesourcery.com>
516
517 * gas/m68k/all.exp: Add mcf-fpu.
518 * gas/m68k/mcf-fpu.d: New file.
519 * gas/m68k/mcf-fpu.s: New file.
520
521 2006-01-11 Nick Clifton <nickc@redhat.com>
522
523 * gas/tic54x/address.d: Work with 64bit hosts.
524 * gas/tic54x/addrfar.d: Likewise.
525 * gas/tic54x/align.d: Likewise.
526 * gas/tic54x/all-opcodes.d: Likewise.
527 * gas/tic54x/asg.d: Likewise.
528 * gas/tic54x/cons.d: Likewise.
529 * gas/tic54x/consfar.d: Likewise.
530 * gas/tic54x/extaddr.d: Likewise.
531 * gas/tic54x/field.d: Likewise.
532 * gas/tic54x/labels.d: Likewise.
533 * gas/tic54x/loop.d: Likewise.
534 * gas/tic54x/lp.d: Likewise.
535 * gas/tic54x/macro.d: Likewise.
536 * gas/tic54x/math.d: Likewise.
537 * gas/tic54x/opcodes.d: Likewise.
538 * gas/tic54x/sections.d: Likewise.
539 * gas/tic54x/set.d: Likewise.
540 * gas/tic54x/struct.d: Likewise.
541 * gas/tic54x/subsym.d: Likewise.
542
543 2006-01-09 H.J. Lu <hongjiu.lu@intel.com>
544
545 PR gas/2117
546 * gas/ia64/ia64.exp: Add ltoff22x-2, ltoff22x-3, ltoff22x-4 and
547 ltoff22x-5.
548
549 * gas/ia64/ltoff22x-2.d: New file.
550 * gas/ia64/ltoff22x-2.s: Likewise.
551 * gas/ia64/ltoff22x-3.d: Likewise.
552 * gas/ia64/ltoff22x-3.s: Likewise.
553 * gas/ia64/ltoff22x-4.d: Likewise.
554 * gas/ia64/ltoff22x-4.s: Likewise.
555 * gas/ia64/ltoff22x-5.d: Likewise.
556 * gas/ia64/ltoff22x-5.s: Likewise.
557
558 2006-01-03 Hans-Peter Nilsson <hp@bitrange.com>
559
560 PR gas/2101
561 * gas/mmix/hex2.s, gas/mmix/hex2.d: New test.
562
563 For older changes see ChangeLog-2005
564 \f
565 Local Variables:
566 mode: change-log
567 left-margin: 8
568 fill-column: 74
569 version-control: never
570 End:
This page took 0.050395 seconds and 5 git commands to generate.