*** empty log message ***
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
b2715587
RS
12005-03-03 Richard Sandiford <rsandifo@redhat.com>
2
3 * gas/mips/mips.exp: Move tls tests to main $elf block.
4
d3d5c686
NC
52005-03-03 Nick Clifton <nickc@redhat.com>
6
be20d78e
NC
7 * gas/macros/macros.exp (and.s): Expect this test to fail for the
8 tic4x-coff target because it uses the '&' character as a line
9 separator.
10
3c1a78a4
NC
11 * gas/sh/basic.exp: Add an sh-hms version of the pcrel test.
12 * gas/sh/pcrel-hms.d: New file. Adjusted form of pcrel-coff.d for
13 the sh-hms target.
14 * gas/sh/arch/arch.exp: Expect the same failures for sh-hms port
15 as for the sh-coff port.
16
5e1e0414
NC
17 * gas/macros/macros.exp (run_list_test): Also expect the msp430
18 port to fail the strings test because it defines
19 ONLY_STANDARD_ESCAPES.
20
f991b11e
NC
21 * gas/arm/arch6zk.s: Add three nop instructions in order to pad
22 the .text section out to a 32-byte boundary as will automatically
23 be done by the arm-aout target.
24 * gas/arm/arch6zk.d: Add expected nop disassemblies.
25
d3d5c686
NC
26 * gas/d30v/serial.l: Remove listing lines that are no longer
27 emitted and fix up expected binary encoding.
28 * gas/d30v/serial2.l: Likewise.
29 * gas/d30v/serial2O.l: Likewise.
30
a6ccbdd3
RR
312005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
32
33 * gas/arc/extensions.s: Add tests for extcoreregister
34 * gas/arc/extensions.d: Likewise.
35 * gas/arc/warn.s: Warnings for readonly core registers
36 accessed .
37 * gas/arc/warn.d:Likewise.
38 * testsuite/gas/arc/arc.exp:Run extensions testcase.
39
fa81d963
RS
402005-03-03 Richard Sandiford <rsandifo@redhat.com>
41
42 * gas/mips/noat-1.d: Add -mips1 to assembler options.
43
c67de7d5
RR
442005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
45
46 * gas/arc/ld.s:Add checks for short immediates with ld
47 * gas/arc/ld.d:Likewise.
48
128b3d86
DJ
492005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
50
51 * gas/mips/tls-o32.d, gas/mips/tls-o32.s, gas/mips/tls-ill.l,
52 gas/mips/tls-ill.s: New files.
53 * gas/mips/mips.exp: Run TLS tests.
54
632d447c
AM
552005-03-02 Alan Modra <amodra@bigpond.net.au>
56
57 * gas/ppc/astest.d: Adjust for relocs reduced to section sym.
58 * gas/ppc/astest2.d: Likewise.
59 * gas/ppc/astest2_64.d: Likewise.
60 * ppc/astest64.d: Likewise.
61 * ppc/booke.d: Likewise.
62 * ppc/power4.d: Likewise.
63 * ppc/test1elf32.d: Likewise.
64 * ppc/test1elf64.d: Likewise.
65
c4a530c5
JB
662005-03-02 Jan Beulich <jbeulich@novell.com>
67
68 * gas/i386/cr-err.[ls]: New.
69 * gas/i386/crx.[ds]: New.
70 * gas/i386/i386.exp: Run new tests.
71
167c3097
JB
722005-03-02 Jan Beulich <jbeulich@novell.com>
73
74 * gas/i386/intelok.d: Add -r to objdump options. Adjust expectations.
75 * gas/i386/intelok.s: Add checks for various special memory operands.
76
a76903bf
AM
772005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
78
79 * gas/arc/extensions.s: New file.
80 * gas/arc/extensions.d: New file.
81
a3a4c9c4
NC
822005-03-01 Nick Clifton <nickc@redhat.com>
83
84 * gas/arm/arm.exp (undefined): Run a COFF variant of this test for
85 COFF based ports.
86 * gas/arm/undefined_coff.s: New file: Variant of undefined.s but
87 with a COFF formated local label name.
88 * gas/arm/undefined_coff.l: New file. Variant of undefined.l.
89
ce04548a
NC
902005-03-01 Stig Petter Olsroed <stigpo@users.sourceforge.net>
91 Nick Clifton <nickc@redhat.com>
92
93 * gas/arm/inst.d: Allow for ARM ports which decode the reloc
94 associated with branches and so show the exact symbolic
95 destination address rather than an offset from the start of the
96 section.
97 * gas/arm/pic.d: Likewise.
632d447c 98
c67de7d5 99>>>>>>> 1.791
ddf0c81b
AM
1002005-03-01 Alan Modra <amodra@bigpond.net.au>
101
102 * gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
103 * gas/m68k/mcf-mac.d: Likewise.
104 * gas/m68k/mcf-mov3q.d: Likewise.
105 * gas/m68k/mode5.d: Likewise.
106
1375e99f
EC
1072005-02-22 Eric Christopher <echristo@redhat.com>
108
109 * gas/mips/elf-rel10.d: Update for label change.
110
9def96e7
MR
1112005-02-22 Maciej W. Rozycki <macro@mips.com>
112
113 * gas/mips/mips16-dwarf2.d: Pass -mabi=32. Include relocation
114 information.
115 * gas/mips/mips16-dwarf2-n32.d: New test to check DWARF2 line
116 information for MIPS16 for the n32 ABI.
117 * gas/mips/mips.exp. Run the new test.
118
1fda77fb
EC
1192005-02-22 Eric Christopher <echristo@redhat.com>
120
121 * gas/mips/elf-rel10.s: Add label for frob.
122
58e2ea4d
MR
1232005-02-22 Maciej W. Rozycki <macro@mips.com>
124
125 * gas/mips/mips16-dwarf2.d: New test to check DWARF2 line
126 information for MIPS16.
127 * gas/mips/mips16-dwarf2.s: Source for the new test.
128 * gas/mips/mips.exp: Run the new test.
129
ba7f26d2
AM
1302005-02-21 Alan Modra <amodra@bigpond.net.au>
131
132 * gas/d10v/instruction_packing-005.d: Adjust.
133 * gas/d10v/instruction_packing-008.d: Ignore disassembled stabs.
134 * gas/d10v/instruction_packing-009.d: Likewise.
135 * gas/d10v/instruction_packing-010.d: Likewise.
136 * gas/d10v/warning-001.d: Use #warning instead of #error.
137 * gas/d10v/warning-002.d: Likewise.
138 * gas/d10v/warning-003.d: Likewise.
139 * gas/d10v/warning-004.d: Likewise.
140 * gas/d10v/warning-005.d: Likewise.
141 * gas/d10v/warning-006.d: Likewise.
142 * gas/d10v/warning-007.d: Likewise.
143 * gas/d10v/warning-008.d: Likewise.
144 * gas/d10v/warning-009.d: Likewise.
145 * gas/d10v/warning-010.d: Likewise.
146 * gas/d10v/warning-011.d: Likewise.
147 * gas/d10v/warning-012.d: Likewise.
148 * gas/d10v/warning-013.d: Likewise.
149 * gas/d10v/warning-015.d: Likewise.
150 * gas/d10v/warning-016.d: Likewise.
151 * gas/d10v/warning-017.d: Likewise.
152 * gas/d10v/warning-018.d: Likewise.
153 * gas/d10v/warning-019.d: Likewise.
154 * lib/gas-defs.exp (run_dump_test): Don't require a dump program if
155 #warning given. Rearrange to allow $program to remain unset.
156 Fail the test if warning not found when expected. Conversely fail
157 the test if assembler errors or warnings given when not expected.
158
8fc2e39e
TS
1592005-02-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
160
161 * gas/mips/noat-1.s, gas/mips/noat-1.d, gas/mips/noat-2.s,
162 gas/mips/noat2.l, gas/mips/noat-3.s, gas/mips/noat-3.l,
163 gas/mips/noat-4.s, gas/mips/noat-4.l, gas/mips/noat-5.s,
164 gas/mips/noat-5.l, gas/mips/noat-6.s, gas/mips/noat-6.l,
165 gas/mips/noat-7.s, gas/mips/noat-7.l: New files, testcases for
166 .set noat in macro expansions.
167 * gas/mips/mips.exp: Run new testcases.
168 * gas/mips/rol-hw.d, gas/mips/rol-hw.l, gas/mips/rol.d,
169 gas/mips/rol.l, gas/mips/rol.s, gas/mips/rol64-hw.d,
170 gas/mips/rol64-hw.l, gas/mips/rol64.d, gas/mips/rol64.l,
171 gas/mips/rol64.s, gas/mips/uld2-eb.d, gas/mips/uld2-el.d,
172 gas/mips/uld2.l, gas/mips/uld2.s, gas/mips/ulh2-eb.d,
173 gas/mips/ulh2-el.d, gas/mips/ulh2.l, gas/mips/ulh2.s,
174 gas/mips/ulw2-eb-ilocks.d, gas/mips/ulw2-eb.d,
175 gas/mips/ulw2-el-ilocks.d, gas/mips/ulw2-el.d, gas/mips/ulw2.l,
176 gas/mips/ulw2.s: Don't try to test .set noat.
177
91d777ee
L
1782005-02-17 H.J. Lu <hongjiu.lu@intel.com>
179
180 * gas/ia64/hint.b-err.l: New file.
181 * gas/ia64/hint.b-err.s: Likewise.
182 * gas/ia64/hint.b-warn.l: Likewise.
183 * gas/ia64/hint.b-warn.s: Likewise.
184
185 * gas/ia64/ia64.exp: Run hint.b-err and hint.b-warn.
186
187 * gas/ia64/opc-b.d: Pass -mhint.b=ok to as.
188
26b810ce
JB
1892005-02-17 Jan Beulich <jbeulich@novell.com>
190
191 * gas/ia64/nostkreg.[ds]: New.
192 * gas/ia64/ia64.exp: Run new test.
193
ddc07134
AM
1942005-02-16 Alan Modra <amodra@bigpond.net.au>
195
196 * gas/all/gas.exp (quad): Don't run on i960.
197
d6f16593 1982005-02-15 Nigel Stephens <nigel@mips.com>
ddc07134 199 Maciej W. Rozycki <macro@mips.com>
d6f16593
MR
200
201 * gas/mips/mips16-hilo.d: New test for the R_MIPS16_HI16 and
202 R_MIPS16_LO16 relocs.
203 * gas/mips/mips16-hilo-n32.d: Likewise, for the n32 ABI.
204 * gas/mips/mips16-hilo.s: Source for the new tests.
205 * gas/mips/mips.exp: Run the new tests.
206
7b347e43
JB
2072005-02-15 Jan Beulich <jbeulich@novell.com>
208
209 * gas/ia64/pcrel.[ds]: New.
210 * gas/ia64/ia64.exp: Run new test.
211
a66d2bb7
JB
2122005-02-15 Jan Beulich <jbeulich@novell.com>
213
ddc07134
AM
214 * gas/ia64/dv-raw-err.l: Expect specific resource for RAW
215 violation on b0.
a66d2bb7
JB
216 * gas/ia64/regval.[ls]: New.
217 * gas/ia64/ia64.exp: Run new test.
218
4b09e828
JB
2192005-02-15 Jan Beulich <jbeulich@novell.com>
220
221 * gas/ia64/dv-raw-err.s: Don't use r0 or f0 as output operand.
222 * gas/ia64/dv-waw-err.s: Likewise.
223 * gas/ia64/reg-err.[ls]: New.
224 * gas/ia64/ia64.exp: Run new test.
225
0ca3e455
JB
2262005-02-15 Jan Beulich <jbeulich@novell.com>
227
228 * gas/ia64/reloc.[ds]: New.
229 * gas/ia64/reloc-bad.[ls]: New.
230 * gas/ia64/ia64.exp: Run new tests.
231
2f6d622e
JB
2322005-02-15 Jan Beulich <jbeulich@novell.com>
233
234 * gas/ia64/operand-or.d: Pass -xnone to assembler.
235
f1dab70d
JB
2362005-02-13 Jan Beulich <jbeulich@novell.com>
237
238 * gas/ia64/label.l: Adjust line numbers.
239 * gas/ia64/label.s: Add .explicit.
240 * gas/ia64/nop_x.s: Likewise.
241 * gas/ia64/opc-a.d: Add assembler option -xnone.
242 * gas/ia64/opc-b.d: Likewise.
243 * gas/ia64/opc-f.d: Likewise.
244 * gas/ia64/opc-i.d: Likewise.
245 * gas/ia64/opc-m.d: Likewise.
246 * gas/ia64/opc-x.d: Likewise.
247 * gas/ia64/pseudo.d: Likewise.
248 * gas/ia64/regs.d: Likewise.
249 * gas/ia64/tls.d: Likewise.
250 * gas/ia64/unwind-err.l: Adjust line numbers.
251 * gas/ia64/unwind-err.s: Remove explicit stops.
252
20b36a95
JB
2532005-02-13 Jan Beulich <jbeulich@novell.com>
254
255 * gas/ia64/pound.[ls]: New.
256 * gas/ia64/ia64.exp: Run new test.
257
c1e6cd61
L
2582005-02-13 H.J. Lu <hongjiu.lu@intel.com>
259
260 * gas/ia64/ia64.exp: Add "operand-or".
261
262 * gas/ia64/operand-or.d: New file.
263 * gas/ia64/operand-or.s: Likewise.
264
970d6792
L
2652005-02-11 H.J. Lu <hongjiu.lu@intel.com>
266
267 * gas/ia64/ia64.exp: Pass -munwind-check=error for unwind-err
268 and proc.
269
9ae09ff9
JB
2702005-02-09 Jan Beulich <jbeulich@novell.com>
271
272 * gas/i386/intelok.s: Remove comments disabling alternative forms of
273 fbld, fbstp, and fldcw.
274 * gas/i386/intelok.d: Expect two instances of fbld, fbstp, and fldcw.
275
9f5083a4
NC
2762005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
277
278 * gas/maxq10/jump.d: Fixed relative jump offset.
279 * gas/maxq10/call.d: Likewise.
280 * gas/maxq20/jump.d: Likewise.
281 * gas/maxq20/call.d: Likewise.
282
cfdf4aaa
HPN
2832005-02-07 Hans-Peter Nilsson <hp@axis.com>
284
285 * lib/gas-defs.exp: Support new directive "warning".
286
05ee4b0f
JB
2872005-02-02 Jan Beulich <jbeulich@novell.com>
288
289 * gas/ia64/pred-rel.s: New.
290 * gas/ia64/ia64.exp: Run new test.
291
99f99b32
DJ
2922005-01-31 Daniel Jacobowitz <dan@codesourcery.com>
293
294 * gas/mips/elf-rel23.d, gas/mips/elf-rel23a.d: Accept little-endian.
295 * gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Accept section
296 symbol names.
297
ca3bc58f
JB
2982005-01-31 Jan Beulich <jbeulich@novell.com>
299
300 * gas/macros/repeat.[ds]: New.
301 * gas/macros/macros.exp: Run new test.
302
057f53c1
JB
3032005-01-31 Jan Beulich <jbeulich@novell.com>
304
305 * gas/macros/badarg.[ls]: New.
306 * gas/macros/end.[ls]: New.
307 * gas/macros/redef.[ls]: New.
308 * gas/macros/macros.exp (run_list_test): Copy from elsewhere.
309 Run new tests.
310
d3156ecc
JB
3112005-01-31 Jan Beulich <jbeulich@novell.com>
312
313 * gas/ia64/operands.[ls]: New.
314 * gas/ia64/ia64.exp: Run new test.
315
75e09913
JB
3162005-01-31 Jan Beulich <jbeulich@novell.com>
317
318 * gas/ia64/proc.[ls]: New.
319 * gas/ia64/unwind-err.[ls]: New.
320 * gas/ia64/ia64.exp: Run new tests.
321
f4660e2c
JB
3222005-01-31 Jan Beulich <jbeulich@novell.com>
323
324 * gas/ia64/bundling.[ds]: New.
325 * gas/ia64/label.[ls]: New.
326 * gas/ia64/last.[ls]: New.
327 * gas/ia64/slot2.[ls]: New.
328 * gas/ia64/ia64.exp: Run new tests.
329
60b9a617
JB
3302005-01-31 Jan Beulich <jbeulich@novell.com>
331
332 * gas/ia64/pseudo.[ds]: New.
333 * gas/ia64/ia64.exp: Run new test.
334
09124b3f
JB
3352005-01-27 Jan Beulich <jbeulich@novell.com>
336
337 * gas/ia64/nop_x.[ds]: New.
338 * gas/ia64/ia64.exp: Run new test.
339
3402005-01-27 Jan Beulich <jbeulich@novell.com>
97762d08
JB
341
342 * gas/ia64/dv-waw-err.l: Don't expect ar112 move warning to refer to
343 M-unit.
344 * gas/ia64/mov-ar.[ds]: New.
345 * gas/ia64/ia64.exp: Run new test.
346
7fe1cadb
NC
3472005-01-24 Nick Clifton <nickc@redhat.com>
348
349 * gas/all/sleb128.d: Do not assume an 8-bit byte.
350 * gas/all/quad.d: Likewise. Also allow for ports which order
351 bytes within words in other than simple big-endian or
352 little-endian fashions.
353
e5604d79
RS
3542005-01-19 Richard Sandiford <rsandifo@redhat.com>
355
356 * gas/all/sleb128.[sd]: New test.
357 * gas/all/quad.[sd]: New test.
358 * gas/all/gas.exp: Run them.
359
e38bc3b5
NC
3602005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
361
362 * gas/sh/arch/arch.exp: Correct the email address.
363 Correct a few comment typos.
364 Add new tests to ensure that the assembler will only accept
365 instructions valid in each architecture and vice-versa.
366 * gas/sh/arch/arch_expected.txt: Update/Correct the test results.
367 * gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
368 * gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
369 * gas/sh/arch/sh2a-nofpu.s: Generate new file.
370 * gas/sh/arch/sh2a-or-sh3e.s: Regenerate.
371 * gas/sh/arch/sh2a-or-sh4.s: Regenerate.
372 * gas/sh/arch/sh2a.s: Generate new file.
373 * gas/sh/arch/sh2e.s: Regenerate.
374 * gas/sh/arch/sh2.s: Regenerate.
375 * gas/sh/arch/sh3-dsp.s: Regenerate.
376 * gas/sh/arch/sh3e.s: Regenerate.
377 * gas/sh/arch/sh3-nommu.s: Regenerate.
378 * gas/sh/arch/sh3.s: Regenerate.
379 * gas/sh/arch/sh4al-dsp.s: Regenerate.
380 * gas/sh/arch/sh4a-nofpu.s: Regenerate.
381 * gas/sh/arch/sh4a.s: Regenerate.
382 * gas/sh/arch/sh4-nofpu.s: Regenerate.
383 * gas/sh/arch/sh4-nommu-nofpu.s: Regenerate.
384 * gas/sh/arch/sh4.s: Regenerate.
385 * gas/sh/arch/sh-dsp.s: Regenerate.
386 * gas/sh/arch/sh.s: Regenerate.
387
2033b4b9
L
3882005-01-12 H.J. Lu <hongjiu.lu@intel.com>
389
390 * i386/i386.exp: Run "sib".
391
392 * gas/i386/sib.d: New file.
393 * gas/i386/sib.s: Likewise.
394
1ad119f1
AS
3952005-01-09 Andreas Schwab <schwab@suse.de>
396
ddc07134 397 * gas/i386/intel16.d: Ignore trailing text with #pass.
1ad119f1
AS
398 * gas/i386/intelok.d: Likewise.
399 * gas/i386/prefix.d: Likewise.
400 * gas/i386/sub.d: Likewise.
401 * gas/i386/padlock.d: Likewise.
402 * gas/i386/x86_64.d: Likewise.
403
845e9b51
EB
4042005-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
405
406 * gas/elf/elf.exp (section5): Use 0-9 instead of [:digit:].
407
8d15ae7c
AM
4082004-12-31 Alan Modra <amodra@bigpond.net.au>
409
410 * gas/elf/elf.exp: Don't list reloc sections.
411 * gas/elf/section5.e: Remove reloc sections.
412
f4426611
TL
4132004-12-21 Tomer Levi <Tomer.Levi@nsc.com>
414
ddc07134 415 * gas/crx/beq_insn.d: Update reference file according to
f4426611 416 disassembler printing method.
ddc07134
AM
417 * gas/crx/bit_insn.d: Likewise.
418 * gas/crx/br_insn.d: Likewise.
419 * gas/crx/cmpbr_insn.d: Likewise.
420 * gas/crx/cop_insn.d: Likewise.
f4426611
TL
421 * gas/crx/load_stor_insn.d: Likewise.
422
7f1c6624
HPN
4232004-12-21 Hans-Peter Nilsson <hp@axis.com>
424
425 * gas/elf/section5.e, gas/elf/section5.l: Replace [:digit:],
426 [:xdigit:] and {N} in regexps with [0-9], [0-9a-fA-F] and N
427 copies, to cater to tcl versions before Tcl 8.2.3.
428
a904de94
NC
4292004-12-20 Nick Clifton <nickc@redhat.com>
430
431 * gas/elf/section5.[ls]: Use % instead of @ in .section
432 directives.
433
1e50d24d
RS
4342004-12-16 Richard Sandiford <rsandifo@redhat.com>
435
436 * gas/v850/split-lo16.{s,d}: New test.
437 * gas/v850/v850.exp: Run it.
438
7a6d0b32
JB
4392004-12-15 Jan Beulich <jbeulich@novell.com>
440
441 * gas/elf/section5.[els]: New.
442
c0d8293f
RS
4432004-12-13 Richard Sandiford <rsandifo@redhat.com>
444
445 * gas/mips/elf-rel25.d, gas/mips/elf-rel25a.d: Cope with different
446 .text alignments.
447
5c799c07
AM
4482004-12-11 Alan Modra <amodra@bigpond.net.au>
449
450 * gas/alpha/elf-usepv-1.d: Update for changed section syms.
451 * gas/arm/mapping.d: Likewise.
452 * gas/mips/tmips16-e.d: Likewise.
453 * gas/mips/tmips16-f.d: Likewise.
454 * gas/mmix/align-1.d: Likewise.
455 * gas/mmix/basep-10.d: Likewise.
456 * gas/mmix/basep-11.d: Likewise.
457 * gas/mmix/basep-7.d: Likewise.
458 * gas/mmix/basep-8.d: Likewise.
459 * gas/mmix/basep-9.d: Likewise.
460 * gas/mmix/builtin1.d: Likewise.
461 * gas/mmix/builtin2.d: Likewise.
462 * gas/mmix/builtin3.d: Likewise.
463 * gas/mmix/bz-c.d: Likewise.
464 * gas/mmix/comment-2.d: Likewise.
465 * gas/mmix/comment-3.d: Likewise.
466 * gas/mmix/cons-2.d: Likewise.
467 * gas/mmix/fb-1.d: Likewise.
468 * gas/mmix/fb-2.d: Likewise.
469 * gas/mmix/geta-c.d: Likewise.
470 * gas/mmix/greg1.d: Likewise.
471 * gas/mmix/greg1a.d: Likewise.
472 * gas/mmix/greg2.d: Likewise.
473 * gas/mmix/greg2a.d: Likewise.
474 * gas/mmix/greg3.d: Likewise.
475 * gas/mmix/greg4.d: Likewise.
476 * gas/mmix/greg5.d: Likewise.
477 * gas/mmix/greg6.d: Likewise.
478 * gas/mmix/greg7.d: Likewise.
479 * gas/mmix/greg8.d: Likewise.
480 * gas/mmix/is-1.d: Likewise.
481 * gas/mmix/jump-c.d: Likewise.
482 * gas/mmix/local-1.d: Likewise.
483 * gas/mmix/locall1.d: Likewise.
484 * gas/mmix/odd-1.d: Likewise.
485 * gas/mmix/op-0-1.d: Likewise.
486 * gas/mmix/op-0-1s.d: Likewise.
487 * gas/mmix/op-0-2.d: Likewise.
488 * gas/mmix/prefix1.d: Likewise.
489 * gas/mmix/prefix2.d: Likewise.
490 * gas/mmix/prefix3.d: Likewise.
491 * gas/mmix/pseudo-1.d: Likewise.
492 * gas/mmix/pushj-c.d: Likewise.
493 * gas/mmix/pushj-cs.d: Likewise.
494 * gas/mmix/sym-1.d: Likewise.
495 * gas/mmix/weak1-s.d: Likewise.
496 * gas/mmix/weak1.d: Likewise.
497 * gas/mmix/zerop-1.d: Likewise.
498 * gas/ppc/power4.d: Likewise.
499 * gas/ppc/test1elf32.d: Likewise.
500 * gas/ppc/test1elf64.d: Likewise.
501 * gas/sh/sh64/datal32-3.d: Likewise.
502 * gas/sh/sh64/datal64-3.d: Likewise.
503 * gas/sh/sh64/localcom-1.d: Likewise.
504
e8ede7c7
ILT
5052004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
506
507 * gas/mips/elf-rel23a.d: New test.
508 * gas/mips/elf-rel23b.d: New test.
509 * gas/mips/elf-rel25.s: New test.
510 * gas/mips/elf-rel25.d: New test.
511 * gas/mips/elf-rel25a.d: New test.
512 * gas/mips/mips.exp: Run new tests.
513
be1b2b4b
PB
5142004-12-09 Paul Brook <paul@codesourcery.com>
515
516 * gas/arm/unwind.d: Expect R_ARM_PREL31 relocations.
517
42581a24
ILT
5182004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
519
520 * gas/mips/branch-swap.d: Pass -32 to as.
521
f75dc283
TL
5222004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
523
524 * gas/crx/br_insn.d: Fix error in expected disassembly.
525
a7498ae6
NC
5262004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
527
528 * testsuite/gas/m32r/rela-1.s: New test.
529 * testsuite/gas/m32r/rela-1.d: Expected disassembly.
530 * testsuite/gas/m32r/m32r.exp: Run the new test.
531 * testsuite/gas/m32r/relax-1.d: Update for fixed pcrel reloc
532 generation.
533
907362e5
RE
5342004-11-27 Richard Earnshaw <rearnsha@arm.com>
535
536 * gas/testsuite/arm/thumbv6.d (setend): Remove stray tab at end
537 of dump pattern.
538
603be052
L
5392004-11-25 H.J. Lu <hongjiu.lu@intel.com>
540
541 * gas/ia64/group-1.d: Adjust expected secion ordering.
542
37edbb65 5432004-11-25 Jan Beulich <jbeulich@novell.com>
603be052 544
37edbb65
JB
545 * gas/i386/x86-64-inval.[sl]: Remove sahf/lahf.
546
47cc2cf5
PB
5472004-11-24 Paul Brook <paul@codesourcery.com>
548
549 * gas/elf/group0a.d: Adjust expected secion ordering.
550 * gas/elf/group1a.d: Ditto.
551 * gas/elf/section4.d: Ditto.
552
5515a510
NC
5532004-11-24 Nick Clifton <nickc@redhat.com>
554
555 * gas/iq2000/allinsn.exp: Remove IQ10 tests.
556 * gas/iq2000/q10allinsn.d: Delete.
ddc07134 557 * gas/iq2000/q10allinsn.s: Delete.
5515a510
NC
558 * gas/iq2000/q10hazard4.s: Delete.
559 * gas/iq2000/q10hazard5.s: Delete.
560 * gas/iq2000/q10load-hazards.exp: Delete.
561 * gas/iq2000/q10nohazard.s: Delete.
562 * gas/iq2000/q10noyield.s: Delete.
563 * gas/iq2000/q10test0.d: Delete.
564 * gas/iq2000/q10test0.s: Delete.
565 * gas/iq2000/q10test1.d: Delete.
566 * gas/iq2000/q10test1.s: Delete.
567 * gas/iq2000/q10test10.d: Delete.
568 * gas/iq2000/q10test10.s: Delete.
569 * gas/iq2000/q10test11.d: Delete.
570 * gas/iq2000/q10test11.s: Delete.
571 * gas/iq2000/q10test12.d: Delete.
572 * gas/iq2000/q10test12.s: Delete.
573 * gas/iq2000/q10test2.d: Delete.
574 * gas/iq2000/q10test2.s: Delete.
575 * gas/iq2000/q10test3.d: Delete.
576 * gas/iq2000/q10test3.s: Delete.
577 * gas/iq2000/q10test4.d: Delete.
578 * gas/iq2000/q10test4.s: Delete.
579 * gas/iq2000/q10test5.d: Delete.
580 * gas/iq2000/q10test5.s: Delete.
581 * gas/iq2000/q10test6.d: Delete.
582 * gas/iq2000/q10test6.s: Delete.
583 * gas/iq2000/q10test7.d: Delete.
584 * gas/iq2000/q10test7.s: Delete.
585 * gas/iq2000/q10test8.d: Delete.
586 * gas/iq2000/q10test8.s: Delete.
587 * gas/iq2000/q10test9.d: Delete.
588 * gas/iq2000/q10test9.s: Delete.
589 * gas/iq2000/q10yield.exp: Delete.
590 * gas/iq2000/test.exp: Delete.
591
d8b2b7a5
NC
5922004-11-24 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
593
594 * gas/arc/st.s: Add checks for other variants of the sr and st
595 instruction.
596 * gas/arc/st.d: Update the expected disassembly.
597
dae1b34e
NC
5982004-11-23 Nick Clifton <nickc@redhat.com>
599
600 * gas/mn10300/relax.s: Add further tests of the relaxing of branch
601 instructions.
602 * gas/mn10300/relax.d: Add expected relocations.
603
d81acc42
NC
6042004-11-22 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
605
606 * gas/arc/ld.s: Add check of load of a long immediate.
607 * gas/arc/ld.d: Add expected disassembly.
ddc07134 608
a7eec876
HPN
6092004-11-22 Hans-Peter Nilsson <hp@axis.com>
610
611 * gas/all/gas.exp: Run dg-runtest for all err-*.s and warn-*.s.
612 * gas/all/err-1.s, gas/all/warn-1.s: New tests.
613
444bf5f3
NC
6142004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
615
616 * gas/maxq10/call.d: Fix expected results now that bfd assembler
617 support is enabled by default.
618 * gas/maxq10/range.d: Likewise.
619 * gas/maxq20/call.d: Likewise.
620
b7693d02
DJ
6212004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
622
623 * gas/arm/mapping.d: Expect F markers for Thumb code.
624 * gas/arm/unwind.d: Update big-endian pattern.
625
30e857fc
NC
6262004-11-12 Nick Clifton <nickc@redhat.com>
627
628 * gas/mn10300/basic.exp: Add relax test.
629 * gas/mn10300/relax.s: New test.
630 * gas/mn10300/relax.d: Expected results. Make sure that the
631 correct size of instruction has been selected.
632
a67517f4
BW
6332004-11-11 Bob Wilson <bob.wilson@acm.org>
634
635 * gas/xtensa/short_branch_offset.s: New.
636 * gas/xtensa/short_branch_offset.d: New.
637 * gas/xtensa/all.exp: Run new test.
638
6639a9d9
AM
6392004-11-10 Alan Modra <amodra@bigpond.net.au>
640
641 * gas/i386/opcode.s: Pad section.
642 * gas/i386/intelok.s: Likewise.
643 * gas/i386/opcode.d: Update.
644 * gas/i386/intelok.d: Update.
645
7499d566
NC
6462004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
647 Vineet Sharma <vineets@noida.hcltech.com>
648
649 * gas/maxq10: New directory. Contains tests for maxq port.
650 * gas/maxq20: Likewise.
651
3b645373
L
6522004-11-05 H.J. Lu <hongjiu.lu@intel.com>
653
654 * gas/i386/general.s: Add movzb.
655 * gas/i386/general.l: Updated.
656
05e6b315
HPN
6572004-11-04 Hans-Peter Nilsson <hp@axis.com>
658
659 * gas/all/gas.exp: Exclude float.s for crisv32-*-*.
660 * gas/cris/operand-err-1.s (test.m constant): Remove xfail marker
661 and update rationale. Mark "ba [external_symbol]" and "ba [r3]"
662 as invalid.
663 * gas/ieee-fp/x930509a.exp: setup_xfail for crisv32-*-*.
664 * gas/macros/macros.exp: setup_xfail strings for crisv32-*-*.
665 * gas/cris/abs32-1.s, gas/cris/arch-err-1.s,
666 gas/cris/arch-err-2.s, gas/cris/arch-err-3.s,
667 gas/cris/arch-err-4.s, gas/cris/arch-err-5.s,
668 gas/cris/bound-err-1.s, gas/cris/brokw-3b.s,
669 gas/cris/march-err-1.s, gas/cris/march-err-2.s,
670 gas/cris/push-err-1.s, gas/cris/push-err-2.s,
671 gas/cris/pushpopv32.s, gas/cris/rd-abs32-1.d,
672 gas/cris/rd-abs32-2.d, gas/cris/rd-arch-1.d, gas/cris/rd-arch-2.d,
673 gas/cris/rd-arch-3.d, gas/cris/rd-bkw1b.d, gas/cris/rd-bkw2b.d,
674 gas/cris/rd-bkw3b.d, gas/cris/rd-bound1.d, gas/cris/rd-bound1.s,
675 gas/cris/rd-bound2.d, gas/cris/rd-bound3.d, gas/cris/rd-bound4.d,
676 gas/cris/rd-break32.d, gas/cris/rd-ppv1032.d, gas/cris/rd-ppv32.d,
677 gas/cris/rd-spr-1.d, gas/cris/rd-spr-1.s, gas/cris/rd-usp-1.d,
678 gas/cris/rd-usp-1b.d, gas/cris/rd-v10_32o-1.d,
679 gas/cris/rd-v10_32o-2.d, gas/cris/rd-v10_32o-2.s,
680 gas/cris/rd-v32-b1.d, gas/cris/rd-v32-b1.s, gas/cris/rd-v32-b2.d,
681 gas/cris/rd-v32-b2.s, gas/cris/rd-v32-b3.d, gas/cris/rd-v32-b3.s,
682 gas/cris/rd-v32-f1.d, gas/cris/rd-v32-f1.s, gas/cris/rd-v32-i1.d,
683 gas/cris/rd-v32-i1.s, gas/cris/rd-v32-l1.d, gas/cris/rd-v32-l1.s,
684 gas/cris/rd-v32-l3.d, gas/cris/rd-v32-l3.s, gas/cris/rd-v32-l4.d,
685 gas/cris/rd-v32-l4.s, gas/cris/rd-v32o-1.d, gas/cris/rd-v32s-1.d,
686 gas/cris/rd-v32s-2.d, gas/cris/rd-v32s-2.s, gas/cris/rd-v32s-3.d,
687 gas/cris/rd-v32s-3.s, gas/cris/rd-v32s-4.d, gas/cris/rd-v32s-4.s,
688 gas/cris/rd-vao-1.d, gas/cris/v32-err-1.s, gas/cris/v32-err-10.s,
689 gas/cris/v32-err-11.s, gas/cris/v32-err-2.s, gas/cris/v32-err-3.s,
690 gas/cris/v32-err-4.s, gas/cris/v32-err-5.s, gas/cris/v32-err-6.s,
691 gas/cris/v32-err-7.s, gas/cris/v32-err-8.s, gas/cris/v32-err-9.s:
692 New tests.
693
9306ca4a 6942004-11-04 Jan Beulich <jbeulich@novell.com>
3f1d9edd 695
9306ca4a
JB
696 * gas/i386/i386.exp: Execute new tests intelbad and intelok.
697 * gas/i386/intelbad.[sl]: New test to check for various things not
698 permitted in Intel mode.
699 * gas/i386/intel.d, gas/i386/opcode.d, gas/i386/x86-64-opcode.d:
700 Adjust for change to segment register store.
701 * gas/i386/intelok.[sd]: New test to check various Intel mode specific
702 things get handled correctly.
703 * gas/i386/x86_64.[sd]: Remove unsupported constructs referring to
704 'high' and 'low' parts of an operand, which the parser previously
705 accepted while neither telling that it's not supported nor that it
706 ignored the remainder of the line following these supposed keywords.
707
49c4a180
TL
7082004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
709
710 * gas/crx/cop_insn.d: Regenerate (after a bug fix in Assembler).
711
902143ef
TL
7122004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
713
714 * gas/crx/cop_insn.s: Test new Co-Processor instruction 'cpi'.
715 * gas/crx/list_insn.s: Add hi/lo/u<N> registers tests, fix test bugs.
716 * gas/crx/cop_insn.d: Regenerate.
717 * gas/crx/list_insn.d: Likewise.
718
a394c00f
NC
7192004-10-23 Daniel Jacobowitz <dan@debian.org>
720
721 * gas/cfi/cfi-arm-1.d, gas/cfi/cfi-arm-1.s: New files.
722 * gas/cfi/cfi.exp: Run cfi-arm-1 test.
723
f40d6855
TL
7242004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
725
6639a9d9 726 * gas/crx/cop_insn.s: Reverse operands order in store co-processor
f40d6855
TL
727 instructions.
728 * gas/crx/list_insn.s: Remove test for unsupported 'popa' instruction.
729 * gas/crx/cop_insn.d: Regenerate.
730 * gas/crx/list_insn.d: Likewise.
731
f29ff786
PB
7322004-10-14 Paul Brook <paul@codesourcery.com>
733
734 * gas/arm/mapping.d: Pass --special-syms to objdump.
735
d2b2c203
DJ
7362004-10-08 Daniel Jacobowitz <dan@debian.org>
737
738 * gas/i386/i386.exp: Don't run divide test for targets where '/'
739 is a comment. Run x86-64-unwind for 64-bit ELF targets.
740 * gas/i386/x86-64-unwind.d, gas/i386/x86-64-unwind.s: New.
741
af2f09fb
AM
7422004-10-08 Alan Modra <amodra@bigpond.net.au>
743
744 * gas/cfi/cfi-common-4.d: Correct for 64 bit targets.
745
43cd72b9
BW
7462004-10-07 Bob Wilson <bob.wilson@acm.org>
747
748 * gas/xtensa/all.exp: Adjust expected error message for j_too_far.
749 Change entry_align test to expect an error.
750 * gas/xtensa/entry_misalign2.s: Use no-transform instead of
751 no-generics directives.
752
6e1304d8
RS
7532004-10-07 Richard Sandiford <rsandifo@redhat.com>
754
755 * gas/mips/elf-rel{23,24}.[sd]: New tests.
756 * gas/mips/mips.exp: New test.
757
99022dfb
RS
7582004-10-07 Richard Sandiford <rsandifo@redhat.com>
759
760 * gas/mips/elf-rel22.[sd]: New test.
761 * gas/mips/mips.exp: Run it.
762
b1dca8ee
RS
7632004-10-07 Richard Sandiford <rsandifo@redhat.com>
764
765 * gas/mips/elf-rel21.[sd]: New test.
766 * gas/mips/mips.exp: Run it.
767
289040ca
NC
7682004-10-07 Jan Beulich <jbeulich@novell.com>
769
770 * gas/cfi/cfi-common-4.[ds]: New.
771 * gas/cfi/cfi.exp: Run new test.
772
48c9f030
NC
7732004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
774
775 * gas/crx/cop_insn.s: New file.
776 * gas/crx/cop_insn.d: Likewise.
777 * gas/crx/load_stor_insn.s: Move Co-processor insns to a separate
778 test.
779 * gas/crx/misc_insn.s: Likewise.
780 * gas/crx/load_stor_insn.d: Regenerate.
781 * gas/crx/misc_insn.d: Likewise.
782
3cc0884a
AH
7832004-10-06 Aldy Hernandez <aldyh@redhat.com>
784
785 * gas/ppc/e500.s: Add double-precision instructions.
786 * gas/ppc/e500.d: Same.
787
62377b1f
NC
7882004-10-05 Paul Brook <paul@codesourcery.com>
789
790 * gas/arm/arm.exp: Add unwind table test. Recognise
791 arm-symbian-symbianelf and arm-none-eabi.
792 * gas/arm/unwind.s: New file.
793 * gas/arm/unwind.d: New file.
794
14127cc4
NC
7952004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
796
797 * gas/pdp11/opcode.d: Fix sob opcode value.
798
0dd132b6
NC
7992004-09-30 Paul Brook <paul@codesourcery.com>
800
801 * gas/arm/arch6zk.d: New file.
802 * gas/arm/arch6zk.s: New file.
803 * gas/arm/arm.exp: Add them.
804
981beeee
AM
8052004-09-29 Alan Modra <amodra@bigpond.net.au>
806
807 * gas/i386/secrel.s: Pad .rdata out to 16 byte boundary.
808 * gas/i386/secrel.d: Adjust to suit.
809
4403997d
PB
8102004-09-19 Paul Brook <paul@codesourcery.com>
811
812 * gas/elf/elf.exp: Recognise additional arm elf targets.
813
eb043451
PB
8142004-09-17 Paul Brook <paul@codesourcery.com>
815
816 * gas/arm/pic.s: Add (target2).
817 * gas/arm/pic.d: Ditto.
818
9c504268
PB
8192004-09-13 Paul Brook <paul@codesourcery.com>
820
821 * gas/arm/pic.d: Rename RELABS to TARGET1.
822 * gas/arm/pic.s: Ditto.
823
42851540
NC
8242004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
825
826 * gas/crx: New directory.
827 * gas/crx/allinsn.exp: New test script.
828 * gas/crx/arith_insn.s: New file.
829 * gas/crx/arith_insn.d: Likewise.
830 * gas/crx/beq_insn.s: Likewise.
831 * gas/crx/beq_insn.d: Likewise.
832 * gas/crx/bit_insn.s: Likewise.
833 * gas/crx/bit_insn.d: Likewise.
834 * gas/crx/br_insn.s: Likewise.
835 * gas/crx/br_insn.d: Likewise.
836 * gas/crx/cmov_insn.s: Likewise.
837 * gas/crx/cmov_insn.d: Likewise.
838 * gas/crx/cmpbr_insn.s: Likewise.
839 * gas/crx/cmpbr_insn.d: Likewise.
840 * gas/crx/jscond_insn.s: Likewise.
841 * gas/crx/jscond_insn.d: Likewise.
842 * gas/crx/list_insn.s: Likewise.
843 * gas/crx/list_insn.d: Likewise.
844 * gas/crx/load_stor_insn.s: Likewise.
845 * gas/crx/load_stor_insn.d: Likewise.
846 * gas/crx/misc_insn.s: Likewise.
847 * gas/crx/misc_insn.d: Likewise.
848 * gas/crx/no_op_insn.s: Likewise.
849 * gas/crx/no_op_insn.d: Likewise.
850 * gas/crx/shift_insn.s: Likewise.
851 * gas/crx/shift_insn.d: Likewise.
852
ac28a1cb
RS
8532004-08-27 Richard Sandiford <rsandifo@redhat.com>
854
855 * gas/frv/fr550-pack1.[sd]: New test.
856 * gas/frv/allinsn.exp: Run it.
857
3d983505
NC
8582004-08-27 Nick Clifton <nickc@redhat.com>
859
860 * gas/i386/i386.exp: Allow pcrel test for COFF targets as well,
861 but not for PE targets. Similarly for the absrel test.
862
62e88f3c
NC
8632004-08-26 Nick Clifton <nickc@redhat.com>
864
865 * gas/i386/i386.exp: Group ELF specific tests together. Move the
866 pcrel test into the ELF only section. Use is_elf_format to test
867 for ELF based toolchains.
868
26a78d4a
L
8692004-08-25 H.J. Lu <hongjiu.lu@intel.com>
870
871 * gas/all/gas.exp: Use `string match ""' instead of `eq ""'.
872
5069eab2
NC
8732004-08-24 Jan Beulich <jbeulich@novell.com>
874
875 * gas/all/altmacro.[sd]: Split out part from here...
876 * gas/all/altmac2.[sd]: ... to here.
877 * gas/all/excl.s: New.
878 * gas/all/gas.exp: Suppress both tests for a few targets known to
632d447c
AM
879 break. Run the new (split out) test only when the target doesn't
880 use '!' as a comment character.
5069eab2 881
f7870c8d 8822004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5069eab2 883
f7870c8d
TS
884 * gas/mips/branch-swap.s: New testcase.
885 * gas/mips/branch-swap.d: New testcase.
886 * gas/mips/mips.exp: Run the testcase.
887
e65123b7
NC
8882004-08-18 Nick Clifton <nickc@redhat.com>
889
890 * gas/macros/strings.s: Remove #NO_APP, accidentally committed as
891 part of another patch.
892
1f216d09
NC
8932004-08-15 Nick Clifton <nickc@redhat.com>
894
895 * gas/all/altmacro.d: Allow for rest of frag being padded to an
896 alignment boundary.
897
898 * gas/arm/arm.exp: Run bignum test for ELF based targets only.
899
d84de024
AM
9002004-08-16 Alan Modra <amodra@bigpond.net.au>
901
902 * gas/cfi/cfi-alpha-1.d: Adjust for readelf fix.
903 * gas/cfi/cfi-alpha-3.d: Likewise.
904 * gas/cfi/cfi-i386.d: Likewise.
905 * gas/cfi/cfi-m68k.d: Likewise.
906 * gas/cfi/cfi-ppc-1.d: Likewise.
907 * gas/cfi/cfi-s390-1.d: Likewise.
908 * gas/cfi/cfi-s390x-1.d: Likewise.
909 * gas/cfi/cfi-sh-1.d: Likewise.
910 * gas/cfi/cfi-sparc-1.d: Likewise.
911 * gas/cfi/cfi-sparc64-1.d: Likewise.
912 * gas/cfi/cfi-x86_64.d: Likewise.
913
caa32fe5
NC
9142004-08-13 Jan Beulich <jbeulich@novell.com>
915
916 * gas/all/altmacro.[sd]: New test.
917 * gas/all/gas.exp: Run the new test.
918
b2221023
MM
9192004-08-10 Mark Mitchell <mark@codesourcery.com>
920
921 * gas/arm/bignum1.s: New test.
922 * gas/arm/arm.exp: Run it.
923
db6579d4
PB
9242004-08-06 Paul Brook <paul@codesourcery.com>
925
926 * gas/arm/pic.s,d: Test RELABS and SBREL relocations.
927
92868b6e
NC
9282004-08-05 Nitin Yewale <nitiny@kpitcummins.com>
929
930 * h8300/h8300.exp: Addition of new test case to check rx
931 generation with adds and subs instruction for plain H8/300 target.
932 * h8300/addsubrxcheck.s: New test source file.
933
e8773edb
SC
9342004-08-01 Stephane Carrez <stcarrez@nerim.fr>
935
936 * gas/m68hc11/m68hc11.exp: Fix tests for 2.15
937 * gas/elf/elf.exp: Test obj-elf for m6811-* and m6812-*
938 * gas/symver/symver.exp: Likewise for symver tests.
939
30d1c836
ML
9402004-07-30 Michal Ludvig <mludvig@suse.cz>
941
942 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
943 VIA PadLock instructions.
944
ff636ee3
KK
9452004-07-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
946
947 * gas/sh/basic.exp: Don't do sh2a test for sh5.
948 * gas/sh/sh2a.d: Match elf32-sh* format too.
949
1d70c7fb
AO
9502004-07-29 Alexandre Oliva <aoliva@redhat.com>
951
952 2003-12-30 DJ Delorie <dj@redhat.com>
953 * gas/sh/sh2a.s: New.
954 * gas/sh/sh2a.d: New.
955 * gas/sh/basic.exp: Add it.
956
670ec21d
NC
9572004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
958
959 * gas/all/gas.exp (do_930509a): Disable test for crx.
960
6b5abf68
L
9612004-07-22 H.J. Lu <hongjiu.lu@intel.com>
962
963 * gas/i386/x86-64-inval.l: Remove the leading `+'.
964
ed049af3
NC
9652004-07-22 Nick Clifton <nickc@redhat.com>
966
967 PR/280
968 * gas/h8300/ffxx1-coff.d: Remove duplicated raw insn values.
969 * gas/h8300/ffxx1-elf.d: Likewise.
970 * gas/h8300/h8sx_disp2.d: Likewise.
971 * gas/h8300/h8sx_mov_imm.d: Likewise.
6639a9d9 972 * gas/h8300/h8sx_rtsl.d: Likewise.
ed049af3
NC
973 * gas/h8300/ffxx1-coff.s: Remove inappropriate insn width specifier.
974 * gas/h8300/ffxx1-elf.s: Likewise.
975
20f0a1fc
NC
9762004-07-21 Jan Beulich <jbeulich@novell.com>
977
543613e9
NC
978 * gas/i386/x86-64-addr32.[ds]: New test for x86-64 32-bit
979 addressing in 64-bit mode.
980 * gas/i386/x86-64-rip.[ds]: New test for x86-64 rip-relative
981 addressing.
982 * gas/i386/i386.exp: Run the two new tests.
983
984 * gas/cfi/cfi-x86_64.d: Adjust expectation for leave to not have a
985 rex prefix.
986 * gas/i386/x86-64-inval.[ls]: Add a bunch of instructions illegal
987 in 64-bit mode.
6639a9d9 988
d27af829
MR
9892004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
990
991 * gas/mips/elf-rel19.d: Pass -march=mips1 to gas as the test
992 expects load delay slots.
993
6f14957b
MR
9942004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
995
996 * gas/mips/vr5400.d: Update for a correct disassembly of
997 "racm.ob".
998
1586d91e
MR
9992004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
1000
1001 * gas/mips/mips32.s: Adjust for the unified "break" syntax. Add
1002 another "break" case. Update the comment accordingly.
1003 * gas/mips/set-arch.s: Likewise.
1004 * gas/mips/mips32.d: Adjust for the new output.
1005 * gas/mips/set-arch.d: Likewise.
1006
aff16937
NC
10072004-07-15 Nitin Yewale <nitiny@kpitcummins.com>
1008
1009 * gas/h8300/h8300.exp (do_h8300hn_addressgen): Addition of
1010 new test case for H8300H normal target to check symbol
1011 address generation.
1012 * gas/h8300/symaddgen.s: New test.
1013
0477af35
NC
10142004-07-13 Nick Clifton <nickc@redhat.com>
1015
1016 * gas/i386/intel.s: Add test of newly expand arithmetic support
1017 for Intel mode assembler.
1018 * gas/i386/intel.d: Add expected disassmbly.
1019
384d2d1c
NC
10202004-07-13 Nick Clifton <nickc@redhat.com>
1021
1022 * gas/vtable: Delete directory. These tests are no longer needed
1023 as the VTABLE_ reloc support is obsolete.
1024
96908638
NC
10252004-07-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1026
1027 * gas/m32r/pic.exp: Add New Test case for @GOTOFF, @GOT, @PLT.
1028 * gas/m32r/pic2.s: New file: Test case for @GOTOFF, @GOT, @PLT.
1029 * gas/m32r/pic2.d: New file: Expected results.
1030
de7e6852
RS
10312004-07-08 Richard Sandiford <rsandifo@redhat.com>
1032
1033 * gas/mips/elf-rel7.d: Expect relocations against bar to refer to bar.
1034 * gas/mips/elf-refl19.d: Likewise L2.
1035
3b91255e
RS
10362004-07-03 Richard Sandiford <rsandifo@redhat.com>
1037
3b91255e
RS
1038 * gas/mips/elf{,el}-rel.d: Adjust so that the earliest %hi() matches
1039 the earliest %lo().
1040 * gas/mips/elf-rel11.d: Don't expect the relocs to be reordered.
1041 * gas/mips/elf-rel20.[sd]: New test.
1042 * gas/mips/mips.exp: Run it.
1043
0945c90c
RS
10442004-07-03 Maciej W. Rozycki <macro@linux-mips.org>
1045
1046 * gas/mips/elf-rel9.[sd]: Fix typo in %lo() expression.
1047
2d2b9592
L
10482004-07-01 H.J. Lu <hongjiu.lu@intel.com>
1049
1050 * gas/ia64/group-1.d: New.
1051 * gas/ia64/group-1.s: Likewise.
1052
1053 * gas/ia64/ia64.exp: Add group-1 to test comdat group.
1054
8a41c3ea
JW
10552004-06-30 James E Wilson <wilson@specifixinc.com>
1056
1057 * gas/ia64/dv-imply.d: Update.
1058 * gas/ia64/dv-mutex.d: Likewise.
1059 * gas/ia64/dv-safe.d: Likewise.
1060
62b51c0b
AM
10612004-06-29 Alan Modra <amodra@bigpond.net.au>
1062
1063 * gas/m68k/mode5.s: Pad section.
1064 * gas/m68k/mode5.d: Update.
1065
98e69875
AM
10662004-06-28 Alan Modra <amodra@bigpond.net.au>
1067
1068 * gas/ppc/power4.d: Update.
1069
1d9f512f
AM
10702004-06-24 Alan Modra <amodra@bigpond.net.au>
1071
1072 * gas/i386/prescott.s: Remove fisttpd and fisttpq.
1073 * gas/i386/prescott.d: Update.
1074
bad9ceea
JJ
10752004-06-08 Jakub Jelinek <jakub@redhat.com>
1076
1077 * gas/ia64/dv-raw-err.s: Add some new postinc tests.
1078 * gas/ia64/dv-raw-err.l: Updated.
1079
580b9172
NC
10802004-05-28 Peter Barada <peter@the-baradas.com>
1081
1082 * gas/m68k/mode5.s: New test file. Checks conversion of mode 5
1083 addressing with zero offset into mode 2 addressing.
1084 * gas/m68k/mode5.d: New file: Expected disassmbly.
1085 * gas/m68k/all.exp: Run new test.
1086
652ca075
L
10872004-05-27 H.J. Lu <hongjiu.lu@intel.com>
1088
1089 * gas/ia64/regs.d: Updated.
1090
54b3292a
L
10912004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1092
1093 * gas/ia64/ia64.exp: Run invalid-ar.
6639a9d9 1094
54b3292a
L
1095 * gas/ia64/invalid-ar.l: New file. Test invalid AR access.
1096 * gas/ia64/invalid-ar.s: Likewise.
1097
be8c092b
NC
10982004-05-24 Peter Barada <peter@the-baradas.com>
1099
1100 * gas/m68k/mcf-emac.d: Provide correct disassembler results.
1101 * gas/m68k/mcf-mac.d: Provide correct disassembler results.
1102
1ef30428
L
11032004-05-20 H.J. Lu <hongjiu.lu@intel.com>
1104
1105 * gas/ia64/dv-srlz.d: Fix a typo.
1106
c0b22597
BE
11072004-05-12 Ben Elliston <bje@au.ibm.com>
1108
1109 * gas/h8300/t03_add.exp: Remove stray semicolons.
1110 * gas/h8300/t04_sub.exp: Likewise.
1111 * gas/h8300/t05_cmp.exp: Likewise.
1112 * gas/h8300/t08_or.exp: Likewise.
1113 * gas/h8300/t09_xor.exp: Likewise.
1114 * gas/h8300/t10_and.exp: Likewise.
1115 * gas/hppa/reloc/reloc.exp: Likewise.
1116 * gas/hppa/unsorted/unsorted.exp: Likewise.
1117 * gas/i386/i386.exp: Likewise.
1118 * gas/m68hc11/m68hc11.exp: Likewise.
1119 * gas/mips/mips.exp: Likewise.
1120 * gas/sparc/sparc.exp: Likewise.
1121 * lib/gas-defs.exp: Likewise.
1122
22fe14ad
NC
11232004-05-11 Nick Clifton <nickc@redhat.com>
1124
1125 * gas/elf/section4.s: New test. Checks label arithmetic when
1126 multiple same-name sections exist.
1127 * gas/elf/section4.d: New file: Expected section list
1128 * gas/elf/elf.exp: Run the new test.
1129 * gas/elf/group0.s: Use % instead of @ for type argument to
1130 .section directive (for compatability with ARM port).
1131 * gas/elf/group1.s: Likewise.
1132
532c738a
RS
11332004-05-07 Richard Sandiford <rsandifo@redhat.com>
1134
1135 * gas/mips/vr4122.[sd]: Rename to...
1136 * gas/mips/vr4120-2.[sd]: ...and add tests for VR4181A errata
1137 MD(1) and MD(4).
1138 * gas/mips/mips.exp: Update accordingly.
1139
d15c4970
AO
11402004-05-05 Alexandre Oliva <aoliva@redhat.com>
1141
1142 * gas/frv/reloc1.d: Match elf32-frvfdpic as well.
1143 * gas/frv/fr405-insn.d: Likewise.
1144 * gas/frv/fr450-insn.d: Likewise.
1145
86654c12
L
11462004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1147
1148 * gas/elf/elf.exp: Remove group1, add group1a and group1b for
1149 section group.
1150
1151 * gas/elf/group1a.d: New file.
1152 * gas/elf/group1b.d: Likewise.
1153
1154 * gas/elf/group1.e: Removed.
1155
376eb240
NC
11562004-04-30 Nick Clifton <nickc@redhat.com>
1157
1158 * gas/arm/reg-alias.s: New file: Test case sensitive register
1159 aliases.
1160 * gas/arm/reg-alias.d: New file: Expected test output.
1161 * gas/arm/arm.exp: Run reg-alias test.
1162 Arrange tests in a more orderly fashion.
1163
f3806e43
BE
11642004-04-30 Ben Elliston <bje@au.ibm.com>
1165
1166 * gas/ppc/power4.s: Add dcbz and dcbzl test cases.
1167 * gas/ppc/power4.d: Update accordingly.
1168
f5842774
L
11692004-04-26 H.J. Lu <hongjiu.lu@intel.com>
1170
1171 * gas/elf/elf.exp: Add group0a, group0b and group1 for section
1172 group.
1173
1174 * gas/elf/group0.s: New file.
1175 * gas/elf/group0a.d: Likewise.
1176 * gas/elf/group0b.d: Likewise.
1177 * gas/elf/group1.e: Likewise.
1178 * gas/elf/group1.s: Likewise.
1179
2abe3c6c
NC
11802004-04-23 Nick Clifton <nickc@redhat.com>
1181
1182 * gas/symver/symver1.d: Cope with extra symbols inserted by
1183 arm-elf toolchains.
1184 * gas/symver/symver0.d: Likewise
1185 * gas/elf/symver.d: Likewise.
1186
1f1799d5
KK
11872004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1188
1189 * gas/sh/pcrel2.d: Update.
1190 * gas/sh/tlsd.d: Update.
1191 * gas/sh/tlsnopic.d: Update.
1192 * gas/sh/tlspic.d: Update.
1193
d9943e50
MK
11942004-04-22 Mark Kettenis <kettenis@gnu.org>
1195
1196 * lib/gas-defs.exp (is_elf_format): Add OpenBSD support.
1197
269137b2
TS
11982004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
1199
1200 * gas/mips/lb-xgot-ilocks.d: Remove nops in load delay slot.
1201 * gas/mips/mips-abi32-pic.d: Likewise.
1202 * gas/mips/mips-abi32-pic2.d: Likewise.
1203 * gas/mips/mips-gp32-fp32-pic.d: Likewise.
1204 * gas/mips/mips-gp32-fp64-pic.d: Likewise.
1205 * gas/mips/mips-gp64-fp32-pic.d: Likewise.
1206 * gas/mips/mips-gp64-fp64-pic.d: Likewise.
1207 * gas/mips/relax-swap1-mips2.d: Likewise.
1208 * gas/mips/lb-svr4pic-ilocks.d: New test.
1209 * gas/mips/mips.exp: Run it.
1210
06516a5e
PB
12112004-04-22 Paul Brook <paul@codesourcery.com>
1212
1213 * maverick.c (off8s): Test full shifted operand range.
1214 (MCC2): Define.
1215 (MVDSPACC, MVACCDSP): Use it.
1216 * maverick.d, maverick.s: Regenerate.
1217
fd99574b
NC
12182004-04-22 Peter Barada <peter@the-baradas.com>
1219
1220 * gas/m68k/mcf-mac.s: New test: Check ColdFire MAC instructions.
1221 * gas/m68k/mcf-emac.s: New test: Similar checks.
1222 * gas/m68k/mcf-mac.d: New test: Expected output.
1223 * gas/m68k/mcf-emac.d: New test: Likewise.
1224 * gas/m68k/all.exp: Run new tests.
1225
76c6918d
CD
12262004-04-21 Chris Demetriou <cgd@broadcom.com>
1227
1228 * gas/mips/elempic.d: File removed as part of -membedded-pic removal.
1229 * gas/mips/empic.d: Likewise.
1230 * gas/mips/empic.l: Likewise.
1231 * gas/mips/empic.s: Likewise.
1232 * gas/mips/empic2.d: Likewise.
1233 * gas/mips/empic2.s: Likewise.
1234 * gas/mips/empic3_e.d: Likewise.
1235 * gas/mips/empic3_e.s: Likewise.
1236 * gas/mips/empic3_g1.d: Likewise.
1237 * gas/mips/empic3_g1.s: Likewise.
1238 * gas/mips/empic3_g2.d: Likewise.
1239 * gas/mips/empic3_g2.s: Likewise.
1240 * gas/mips/jal-empic-elf-2.d: Likewise.
1241 * gas/mips/jal-empic-elf-2.s: Likewise.
1242 * gas/mips/jal-empic-elf-3.d: Likewise.
1243 * gas/mips/jal-empic-elf-3.s: Likewise.
1244 * gas/mips/jal-empic-elf.d: Likewise.
1245 * gas/mips/jal-empic.d: Likewise.
1246 * gas/mips/la-empic.d: Likewise.
1247 * gas/mips/la-empic.s: Likewise.
1248 * gas/mips/lb-empic.d: Likewise.
1249 * gas/mips/ld-empic.d: Likewise.
1250 * gas/mips/lif-empic.d: Likewise.
1251 * gas/mips/telempic.d: Likewise.
1252 * gas/mips/tempic.d: Likewise.
1253 * gas/mips/ulh-empic.d: Likewise.
1254 * gas/mips/ld-pic.s: Remove code conditional on EMPIC.
1255 * gas/mips/lifloat.s: Likewise.
1256 * gas/mips/mips.exp: Remove -membedded-pic tests and related comments.
1257
6482c264
NC
12582004-04-20 Brian Ford <ford@vss.fsi.com>
1259 DJ Delorie <dj@redhat.com>
1260
1261 * gas/i386/secrel.s: New test for .secrel32.
1262 * gas/i386/secrel.d: Likewise.
1263 * gas/i386/i386.exp: Call it for PE targets.
1264
4dc570c2
JJ
12652004-04-19 Jakub Jelinek <jakub@redhat.com>
1266
1267 * gas/cfi/cfi-sparc64-1.d: Update.
1268
d766e8ec
RS
12692004-04-14 Richard Sandiford <rsandifo@redhat.com>
1270
1271 * gas/mips/vr4122.[sd]: Change option to -mfix-vr4120.
1272
a11090ae
RS
12732004-04-14 Richard Sandiford <rsandifo@redhat.com>
1274
1275 * gas/elf/section2.e-mips: Allow named section symbols.
1276 * gas/mips/{,el}empic.d, gas/mips/mips{,el}16-[ef].d: Likewise.
1277
097dba13
NC
12782004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1279
925d60e5
NC
1280 * gas/m32r/parallel-2.s: New file: Test case for parallel code.
1281 * gas/m32r/parallel-2.d: New file: Expected results.
1282 * gas/m32r/m32r2.exp: Run the test.
6639a9d9 1283
925d60e5
NC
1284 * gas/m32r/seth.s: New file: Test for seth.
1285 * gas/m32r/seth.d: New file: Expected results.
1286 * gas/m32r/m32r.exp: Run the new test.
097dba13 1287
f55629b8
KK
12882004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
1289
1290 * gas/sh/renesas-1.s, gas/sh/renesas-1.d: New test for -renesas
1291 option.
1292 * gas/sh/basic.exp: Run the new test.
1293
a7844384
NC
12942004-04-01 Dave Korn <dk@artimi.com>
1295
1296 * gas/dlx/alltests.exp: Execute new lohi test.
1297 * gas/dlx/lohi.s: New test for spurious lo16/hi16
632d447c 1298 reloc overflow checking.
a7844384
NC
1299 * gas/dlx/lohi.d: New file: expected output.
1300 * gas/dlx/lhi.d: Updated to properly expect lo16
632d447c 1301 relocations where asked for.
a7844384
NC
1302 * gas/dlx/itype.d: Likewise.
1303 * gas/dlx/lhi.d: Corrected cut+paste error in test name.
1304
6c71dbc4
SS
13052004-03-30 Stan Shebs <shebs@apple.com>
1306
1307 * gas/macros/macros.exp: Remove mention of MPW config.
1308
02249231
AM
13092004-03-27 Alan Modra <amodra@bigpond.net.au>
1310
1311 * gas/i860/dir-intel03-err.l: Update for junk at end line becoming
1312 an error.
1313 * gas/m68hc11/m68hc11.exp: Likewise.
1314
86b13c28
AS
13152004-03-23 Andreas Schwab <schwab@suse.de>
1316
1317 * gas/cfi/cfi-m68k.d: Adjust offsets.
1318
95631471
HPN
13192004-03-22 Hans-Peter Nilsson <hp@axis.com>
1320
1321 * gas/cris/regreg.d: Assemble with --no-mul-bug-abort.
1322 * gas/cris/mulbug-err-1.s, gas/cris/rd-mulbug-1.d: New tests.
1323
2ce4cc60
KK
13242004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1325
1326 * gas/cfi/cfi-sh-1.d: New file.
6639a9d9 1327 * gas/cfi/cfi-sh-1.s: Likewise.
2ce4cc60
KK
1328 * gas/cfi/cfi.exp: Add SH case.
1329
fdd12ef3
AM
13302004-03-16 Alan Modra <amodra@bigpond.net.au>
1331
1332 * gas/ppc/altivec.d: Update.
1333 * gas/ppc/altivec_xcoff.d: Update.
1334 * gas/ppc/altivec_xcoff64.d: Update.
1335 * gas/ppc/astest.d: Update.
1336 * gas/ppc/astest2.d: Update.
1337 * gas/ppc/astest2_64.d: Update.
1338 * gas/ppc/astest64.d: Update.
1339 * gas/ppc/booke.d: Update.
1340 * gas/ppc/booke_xcoff.d: Update.
1341 * gas/ppc/booke_xcoff64.d: Update.
1342 * gas/ppc/e500.d: Update.
1343 * gas/ppc/power4.d: Update.
1344 * gas/ppc/test1elf32.d: Update.
1345 * gas/ppc/test1elf64.d: Update.
1346 * gas/ppc/test1xcoff32.d: Update.
1347
a506b1e6
AM
13482004-03-15 Alan Modra <amodra@bigpond.net.au>
1349
1350 * gas/i386/padlock.s: Pad with .p2align.
1351 * gas/i386/padlock.d: Adjust.
1352
26f07657
ML
13532004-03-12 Michal Ludvig <mludvig@suse.cz>
1354
a506b1e6 1355 * gas/i386/padlock.s, gas/i386/padlock.d: New tests for
26f07657
ML
1356 VIA PadLock instructions.
1357 * gas/i386/i386.exp: Run padlock tests.
1358
c02908d2
AM
13592004-03-12 Alan Modra <amodra@bigpond.net.au>
1360
cc0ec051
AM
1361 * gas/i386/katmai.d: Revert last change.
1362
c02908d2
AM
1363 * gas/i386/katmai.d: Adjust for clflush change.
1364
b3415246
AJ
13652004-03-08 Andreas Jaeger <aj@suse.de>
1366
1367 * gas/cfi/cfi-s390x-1.d: Adjust offsets.
1368
b793dc75
RH
13692004-03-07 Richard Henderson <rth@redhat.com>
1370
1371 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-i386.d: Adjust offsets.
1372
9fd4314e
AJ
13732004-03-07 Andreas Jaeger <aj@suse.de>
1374
1375 * gas/cfi/cfi-x86_64.d: Adjust offsets.
1376
6ec51dba
RH
13772004-03-07 Richard Henderson <rth@redhat.com>
1378
1379 * gas/alpha/elf-reloc-8.d, gas/cfi/cfi-alpha-1.d,
1380 gas/cfi/cfi-alpha-2.d, gas/cfi/cfi-alpha-3.d, gas/cfi/cfi-common-1.d,
1381 gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d: Adjust offsets.
1382
28e4a77b
KK
13832004-03-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1384
1385 * gas/sh/sh64/err-dsp.s: Fix expected error message.
1386
676a64f4
RS
13872004-03-01 Richard Sandiford <rsandifo@redhat.com>
1388
1389 * gas/frv/fr405-insn.[sdl]: New test.
1390 * gas/frv/fr450-spr.[sd]: New test.
1391 * gas/frv/fr450-insn.[sdl]: New test.
1392 * gas/frv/fr450-media-issue.[sl]: New test.
1393 * gas/frv/allinsn.exp: Run new tests. Ensure fr405 instructions
1394 aren't accepted for -mcpu=fr400 or -mcpu=fr500. Ensure fr450
1395 instructions aren't accepted for -mcpu=fr400, -mcpu=fr405 or
1396 -mcpu=fr500.
1397
8ae0baa2
RS
13982004-03-01 Richard Sandiford <rsandifo@redhat.com>
1399
1400 * gas/frv/allinsn.s (rstb, rsth, rst, rstd, rstq): Replace with nops.
1401 (rstbf, rsthf, rstf, rstdf, rstqf): Likewise.
1402 * gas/frv/allinsn.d: Update accordingly.
1403
34920d91
NC
14042004-02-17 Petko Manolov <petkan@nucleusys.com>
1405
1406 * gas/arm/maverick.c: DSPSC to/from opcode fixes.
1407 * gas/arm/maverick.d: Likewise.
1408 * gas/arm/maverick.s: Likewise.
1409
206eb3b6
KK
14102004-02-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1411
1412 * gas/sh/basic.exp: Don't do sh4a tests for sh5.
1413
e4475e39
NS
14142004-02-06 Nathan Sidwell <nathan@codesourcery.com>
1415
1416 * gas/macros/test2.s: Lowercase it.
1417
f6a22291
MR
14182004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1419
1420 * gas/mips/div.d: Update to accomodate changes in macro
1421 expansions.
1422 gas/mips/elf-rel-got-n32.d: Likewise.
1423 gas/mips/elf-rel-got-n64.d: Likewise.
1424 gas/mips/elf-rel-xgot-n32.d: Likewise.
1425 gas/mips/elf-rel-xgot-n64.d: Likewise.
1426 gas/mips/la-svr4pic.d: Likewise.
1427 gas/mips/la-xgot.d: Likewise.
1428 gas/mips/lca-svr4pic.d: Likewise.
1429 gas/mips/lca-xgot.d: Likewise.
1430
1b5d1a53
KK
14312004-02-01 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1432
1433 * gas/sh/sh4a-fp.d: Fix opcode name fssra to fsrra.
1434 * gas/sh/sh4a-fp.s: Likewise.
1435 * gas/sh/err-sh4a-fp.s: Likewise.
1436
424688ad
CD
14372004-01-24 Chris Demetriou <cgd@broadcom.com>
1438
1439 * gas/mips/relax-swap1.s: Add extra space at end, so the
1440 disassembly will consistently have "..." at its end.
1441 * gas/mips/relax-swap2.s: Likewise.
1442 * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.
1443
34cc4ecc
DJ
14442004-01-23 Daniel Jacobowitz <drow@mvista.com>
1445
1446 * gas/arm/arm.exp: Add "undefined" test.
1447 * gas/arm/undefined.s, gas/arm/undefined.l: New files.
1448
5fc68419
RS
14492004-01-23 Richard Sandiford <rsandifo@redhat.com>
1450
1451 * gas/mips/macro-warn-[1234].[sdl]: New tests.
1452 * gas/mips/macro-warn-[12]-n32.[dl]: New tests.
1453 * gas/mips/mips.exp: Run them.
1454
4d7206a2
RS
14552004-01-23 Richard Sandiford <rsandifo@redhat.com>
1456
1457 * gas/mips/elf-rel19.[sd]: New test.
1458 * gas/mips/mips.exp: Run it.
1459
28d39d1a
NC
14602004-01-11 Tom Rix <tcrix@worldnet.att.net>
1461
1462 * gas/m68hc11/movb.s: Add m68hc12 movb and movw dump test.
1463 * gas/m68hc11/movb.d: Likewise.
1464 * gas/m68hc11/m68hc11.exp: Likewise. Add more movb failure tests.
1465
839b3272
AM
14662004-01-19 Alan Modra <amodra@bigpond.net.au>
1467
1468 * gas/i386/katmai.d: Adjust for changed sib printing.
1469 * gas/i386/prescott.d: Likewise.
1470 * gas/i386/sse2.d: Likewise.
1471 * gas/i386/ssemmx2.d: Likewise.
1472
ac882a1d
AO
14732004-01-16 Alexandre Oliva <aoliva@redhat.com>
1474
1475 * gas/mn10300/mov5.s: New.
1476 * gas/mn10300/basic.exp (do_mov5): New.
1477
895921c9
MR
14782004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1479
1480 * gas/mips/relax-swap1-mips1.d: New test for branch relaxation
1481 with swapping for MIPS1.
1482 * gas/mips/relax-swap1-mips2.d: New test for branch relaxation
1483 with swapping for MIPS2.
1484 * gas/mips/relax-swap1.l: Stderr output for the new tests.
1485 * gas/mips/relax-swap1.s: Source for the new tests.
1486 * gas/mips/relax-swap2.d: New test for branch likely relaxation
1487 with swapping.
1488 * gas/mips/relax-swap2.l: Stderr output for the new test.
1489 * gas/mips/relax-swap2.s: Source for the new test.
1490 * gas/mips/mips.exp: Run the new tests.
1491
32159579
ILT
14922004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
1493
1494 * gas/mips/mips16-64.d: New test.
1495 * gas/mips/mips.exp: Run it.
1496
cc3d92a5
RS
14972004-01-12 Richard Sandiford <rsandifo@redhat.com>
1498
1499 * gas/mips/elf-rel18.[sd]: New test.
1500 * gas/mips/mips.exp: Run it.
1501
e45d0630
PB
15022004-01-09 Paul Brook <paul@codesourcery.com>
1503
1504 * gas/arm/vfp2.s, gas/arm/vfp2.d: New test.
1505 * gas/arm/arm.exp: Add them.
1506
29ccc66b
ILT
15072004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
1508
1509 * gas/mips/ldstla-n64.d: Pass -64 to assembler, not -n64.
1510 * gas/mips/ldstla-n64-shared.d: Likewise.
1511
d9296b18
NC
15122004-01-07 Nick Clifton <nickc@redhat.com>
1513
1514 * gas/cris/rd-dw2-1.d: Expect a pointer size from readelf.
1515
fee5fcc5
AO
15162004-01-06 Alexandre Oliva <aoliva@redhat.com>
1517
1518 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
1519 * lib/gas-defs.exp (is_elf_format): Match frv-uclinux.
1520 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
1521 * gas/frv/fdpic.s, gas/frv/fdpic.d: Renamed from ucpic*.
1522 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
1523 * gas/frv/ucpic.s, gas/frv/ucpic.d: Use gr15 as PIC register. Use
1524 gprel12 for rodata symbol and gotoff12 for sdata symbol.
1525 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
1526 * gas/frv/ucpic.d: Test gotoff and gotofffuncdesc.
1527 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
1528 * gas/frv/ucpic.d, gas/frv/ucpic.s: New.
1529 * gas/frv/allinsns.exp: Run it.
1530
3ab48931
NC
15312004-01-02 Albert Bartoszko <albar@nt.kegel.com.pl>
1532
1533 * gas/msp430/opcode.s: Add test for an 'add' instruction which
1534 looks similar to an 'rla' instruction.
ad50f575 1535
c9e214e5
AM
1536For older changes see ChangeLog-9303
1537\f
1538Local Variables:
1539mode: change-log
1540left-margin: 8
1541fill-column: 74
1542version-control: never
1543End:
This page took 0.147787 seconds and 4 git commands to generate.