bfd/
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2007-03-15 H.J. Lu <hongjiu.lu@intel.com>
2
3 * Makefile.am (REPORT_BUGS_TO): Removed.
4 (INCLUDES): Remove -DREPORT_BUGS_TO.
5 * Makefile.in: Regenerated.
6
7 * configure.in (--with-bugurl): Removed.
8 * configure: Regenerated.
9
10 * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
11 (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
12 (TEXI2DVI): Likewise.
13 (gasver.texi): Removed.
14 (MOSTLYCLEANFILES): Remove gasver.texi.
15 (as.1): Don't depend on gasver.texi.
16 * doc/Makefile.in: Regenerated.
17
18 * doc/as.texi: Include bfdver.texi instead of gasver.texi.
19
20 2007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
21
22 * config/tc-arm.c (arm_copy_symbol_attributes): New.
23 * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
24 (TC_COPY_SYMBOL_ATTRIBUTES): Define.
25 * gas/symbols.c (copy_symbol_attributes): Use
26 TC_COPY_SYMBOL_ATTRIBUTES.
27
28 2007-03-14 Paul Brook <paul@codesourcery.com>
29
30 * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
31
32 2007-03-14 Alan Modra <amodra@bigpond.net.au>
33
34 PR 4029
35 * write.c (relax_segment): Insert extra alignment padding
36 to break infinite relax loop when given impossible
37 gcc_except_table assembly.
38
39 2007-03-12 H.J. Lu <hongjiu.lu@intel.com>
40
41 * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
42 on i.tm.base_opcode.
43 (match_template): Likewise.
44 (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
45
46 * config/tc-i386.h (Opcode_D): New.
47 (Opcode_FloatR): Likewise.
48 (Opcode_FloatD): Likewise.
49 (D): Redefined.
50 (W): Likewise.
51 (FloatMF): Likewise.
52 (FloatR): Likewise.
53 (FloatD): Likewise.
54
55 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
56
57 * app.c (do_scrub_chars): Recognize comments after # line "file".
58 * read.c (get_linefile_number): New.
59 (s_app_line): Accept ill-formed .linefile lines as comments.
60
61 2007-03-09 Alan Modra <amodra@bigpond.net.au>
62
63 * config/tc-i386.h (WORKING_DOT_WORD): Define.
64
65 2007-03-09 Alexandre Oliva <aoliva@redhat.com>
66
67 * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
68 * as.h (new_logical_line_flags): New.
69 * input-scrub.c (new_logical_line): Turned into wrapper for...
70 (new_logical_line_flags): this. Handle flags.
71 * read.c (potable): Add linefile. Adjust appline argument.
72 (s_app_file): Fake .appfiles no more.
73 (s_app_line): For .linefile, accept file name and flags.
74
75 2007-03-08 Alan Modra <amodra@bigpond.net.au>
76
77 * symbols.c (symbol_relc_make_sym): Comment typo fixes.
78
79 2007-03-08 Alan Modra <amodra@bigpond.net.au>
80
81 * Makefile.am: Run "make dep-am".
82 * Makefile.in: Regenerate.
83 * po/POTFILES.in: Regenerate.
84
85 2007-03-07 Joseph Myers <joseph@codesourcery.com>
86
87 * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
88 bug-reporting URL.
89 * doc/Makefile.am (gasver.texi): Define BUGURL.
90 * doc/as.texinfo: Use BUGURL.
91 * Makefile.in, configure, doc/Makefile.in: Regenerate.
92
93 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
94
95 * config/tc-s390.c (md_parse_option): z9-ec option added.
96
97 2007-03-02 Paul Brook <paul@codesourcery.com>
98
99 * config/tc-arm.c (relax_immediate): Always return positive values.
100 (relaxed_symbol_addr): New function.
101 (relax_adr, relax_branch): Use it.
102 (arm_relax_frag): Pass strect argument. Adjust infinite loop check.
103
104 2007-03-01 Joseph Myers <joseph@codesourcery.com>
105
106 * as.c (parse_args): Update copyright date.
107
108 2007-02-28 Nathan Sidwell <nathan@codesourcery.com>
109
110 * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
111
112 2007-02-28 Nick Clifton <nickc@redhat.com>
113
114 PR gas/3797
115 * config/tc-d10v.c (do_assemble): Do not generate error messages,
116 just return -1 whenever a problem is encountered.
117 (md_assemble): If do_assemble returns -1 generate a non-fatal
118 error message and return.
119
120 PR gas/2623
121 * config/tc-msp430.c (line_separator_char): Change to '{'.
122
123 2007-02-27 Alan Modra <amodra@bigpond.net.au>
124
125 * config/tc-m68hc11.c (fixup24): Correct fixup size.
126 (build_jump_insn): Likewise.
127 (build_insn): Likewise.
128 (s_m68hc11_relax): Likewise.
129
130 2007-02-27 Alan Modra <amodra@bigpond.net.au>
131
132 * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
133
134 2007-02-25 Mark Shinwell <shinwell@codesourcery.com>
135
136 * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
137
138 2007-02-23 Alan Modra <amodra@bigpond.net.au>
139
140 * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
141 (md_assemble): Likewise.
142
143 2007-02-22 Alan Modra <amodra@bigpond.net.au>
144
145 * write.c (size_seg): Always clear SEC_RELOC here.
146 (install_reloc): New function, extracted from..
147 (write_relocs): ..here. Combine RELOC_EXPANSION_POSSIBLE code
148 with !RELOC_EXPANSION_POSSIBLE code. Don't add fr_offset when
149 testing frag size. Set SEC_RELOC here.
150
151 2007-02-21 Alan Modra <amodra@bigpond.net.au>
152
153 PR 4082
154 * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
155
156 2007-02-20 Thiemo Seufer <ths@mips.com>
157
158 * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
159
160 2007-02-20 Thiemo Seufer <ths@mips.com>
161
162 * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
163
164 2007-02-20 Thiemo Seufer <ths@mips.com>
165 Chao-Ying Fu <fu@mips.com>
166
167 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
168 ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
169 (macro_build): Add case '2'.
170 (macro): Expand M_BALIGN to nop, packrl.ph or balign.
171 (validate_mips_insn): Add support for balign instruction.
172 (mips_ip): Handle DSP R2 instructions. Support balign instruction.
173 (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
174 md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
175 command line options.
176 (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
177 (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
178 * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
179 .set dspr2, .set nodspr2.
180
181 2007-02-20 Nathan Sidwell <nathan@codesourcery.com>
182
183 * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
184 (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
185
186 2007-02-18 Alan Modra <amodra@bigpond.net.au>
187
188 * write.c (TC_FX_SIZE_SLACK): Define.
189 (write_relocs): Reinstate check for fixup within frag.
190 * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
191 * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
192 * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
193 * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
194 * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
195
196 2007-02-17 Mark Mitchell <mark@codesourcery.com>
197 Nathan Sidwell <nathan@codesourcery.com>
198 Vladimir Prus <vladimir@codesourcery.com
199 Joseph Myers <joseph@codesourcery.com>
200
201 * configure.in (--with-bugurl): New option.
202 * configure: Regenerate.
203 * dep-in.sed: Remove bin-bugs.h.
204 * Makefile.am (REPORT_BUGS_TO): Define.
205 (INCLUDES): Define REPORT_BUGS_TO.
206 (DEP_INCLUDES): Likewise.
207 ($(OBJS)): No longer depend on bin-bugs.h.
208 * Makefile.in: Regenerate.
209 * doc/Makefile.in: Regenerate.
210 * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
211 * as.h: Remove include of bin-bugs.h.
212
213 2007-02-17 Alan Modra <amodra@bigpond.net.au>
214
215 * write.c: White space fixes.
216 (fixup_segment): Move symbol_mri_common_p adjustments..
217 (write_relocs): ..and symbol_equated_reloc_p adjustments..
218 (adjust_reloc_syms): ..to here.
219
220 2007-02-16 Alan Modra <amodra@bigpond.net.au>
221
222 * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
223 xmalloc, memset. Don't bother assigning NULL to known zero mem.
224 (subseg_set_rest): Remove unnecessary cast.
225 * write.c: Include libbfd.h. Replace PTR with void * throughout.
226 Remove unnecessary forward declarations and casts.
227 (set_symtab): Delete extern bfd_alloc.
228 (fixup_segment): Move.
229
230 2007-02-15 Nathan Sidwell <nathan@codesourcery.com>
231
232 * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
233 * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
234 (mcf5475_ctrl, mcf5485_ctrl): New.
235 (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
236 (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
237 (init_table): Add asid, mmubar, adjust rombar0.
238
239 2007-02-14 Alan Modra <amodra@bigpond.net.au>
240
241 * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
242 * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
243 (process_operands): Move old Seg2ShortForm and Seg3ShortForm
244 code, and test for these insns using a combination of
245 opcode_modifier and operand_types.
246
247 2007-02-07 Paul Brook <paul@codesourcery.com>
248
249 * configure.tgt: Add arm*-*-uclinux-*eabi.
250
251 2007-02-05 Dave Brolley <brolley@redhat.com>
252 Richard Sandiford <rsandifo@redhat.com>
253 DJ Delorie <dj@redhat.com>
254 Stan Cox <scox@redhat.com>
255 Jim Blandy <jimb@redhat.com>
256 Nick Clifton <nickc@redhat.com>
257 Jim Wilson <wilson@redhat.com>
258 Frank Ch. Eigler <fche@redhat.com>
259 Graydon Hoare <graydon@redhat.com>
260 Ben Elliston <bje@redhat.com>
261 John Healy <jhealy@redhat.com>
262 Richard Henderson <rth@redhat.com>
263
264 * Makefile.am (CPU_TYPES): Add mep.
265 (TARGET_CPU_CFILES): Add tc-mep.c.
266 (TARGET_CPU_HFILES): Add tc-mep.h.
267 (DEPTC_mep_elf): New variable.
268 (DEPTC_mep_coff): Likewise.
269 (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
270 * configure.in: Support mep.
271 * configure.tgt: Likewise.
272 * config/tc-mep.c: New file.
273 * config/obj-elf.c: New file.
274 * config/tc-mep.c: New file.
275 * config/tc-mep.h: New file.
276 * testsuite/gas/mep: New testsuite with content.
277 * Makefile.in: Regenerate.
278 * configure: Regenerate.
279
280 2007-02-05 Dave Brolley <brolley@redhat.com>
281
282 * cgen.c (gas_cgen_install_complex_reloc): Removed.
283 (complex_reloc_installation_howto): Removed.
284
285 2007-02-05 Dave Brolley <brolley@redhat.com>
286 Graydon Hoare <graydon@redhat.com>
287 DJ Delorie <dj@redhat.com>
288 Catherine Moore <clm@redhat.com>
289 Michael Chastain <chastain@redhat.com>
290 Frank Ch. Eigler <fche@redhat.com>
291
292 * symbols.c (use_complex_relocs_for): New, to decide
293 when to use complex relocs. Add signed RELC support.
294 (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
295 encode expression symbols as mangled complex relocation symbols (when
296 compiled with -DOBJ_COMPLEX_RELOC).
297 (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
298 * cgen.c (gas_cgen_md_apply_fix3): Only set signed_p if RELC. Call
299 encode_addend with new args. Modify to get start, length from
300 ifield whenever it is set. Also change condition on which
301 self-describing relocs are encoded. Add hook into
302 gas_cgen_encode_addend.
303 (queue_fixup_recursively): Add signed RELC support. Change from masked
304 expr to trunc flag. Restore assignment of sub-field value to
305 temporary in fixups array. Reflect changed meaning of last arg to
306 queue_fixup_recursively.
307 (fixup): Add cgen_maybe_multi_ifield member.
308 (make_right_shifted_expr): New function.
309 (queue_fixup): Change to recursive function that fragments
310 fixups if operand has a multi-ifield.
311 (gas_cgen_parse_operand): Add RELC code to wrap expressions in
312 symbols, call weak_operand_overflow_check, and fragment call
313 queue_fixup with operand fields.
314 (gas_cgen_finish_insn) Modify to manage ifield pointer.
315 (weak_operand_overflow_check): New function to try to select
316 insns correctly.
317 (gas_cgen_encode_addend): New function for relc.
318 (gas_cgen_install_complex_reloc): Likewise.
319 (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
320 * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
321 cgen_maybe_multi_ifield field to fx_cgen substructure.
322 * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
323 * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
324
325 2007-02-03 DJ Delorie <dj@delorie.com>
326
327 * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
328 byte relocs.
329 * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
330 (m32c_cons_fix_new): Prototype.
331
332 2007-02-02 Bob Wilson <bob.wilson@acm.org>
333
334 * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
335 (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
336
337 2007-02-02 Bob Wilson <bob.wilson@acm.org>
338
339 * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
340 (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
341 (map_suffix_reloc_to_operator): New.
342 (map_operator_to_reloc): New.
343 (expression_maybe_register): Fix incorrect test of return value from
344 xtensa_elf_suffix. Rearrange to use map_suffix_reloc_to_operator.
345 (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
346
347 2007-02-02 Bob Wilson <bob.wilson@acm.org>
348
349 * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
350 (tinsn_get_tok): Delete prototype.
351 * config/tc-xtensa.c (tinsn_get_tok): Delete.
352
353 2007-02-02 Bob Wilson <bob.wilson@acm.org>
354
355 * config/xtensa-relax.h (struct build_instr): Delete id field.
356 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
357 and LABEL tokens.
358 (append_literal_op, append_label_op): Remove litnum/labnum arguments;
359 set op_data fields to zero.
360 (parse_id_constant): Delete.
361 (build_transition): Remove code to handle numbered literals and labels.
362
363 2007-02-02 Bob Wilson <bob.wilson@acm.org>
364
365 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
366 (build_transition_table): Likewise.
367
368 2007-02-01 Bob Wilson <bob.wilson@acm.org>
369
370 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
371 fx_tcbit.
372 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
373
374 2007-02-02 Alan Modra <amodra@bigpond.net.au>
375
376 * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
377 (struct fix <fx_plt>): Rename to tcbit2.
378 * write.c (fix_new_internal): Adjust.
379 (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
380 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
381 * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
382 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
383 * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
384 * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
385 * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
386 * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
387 * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
388 * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
389 * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
390 Instead, compare fx_r_type.
391 * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
392 fx_tcbit in place of fx_plt.
393 * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
394 * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
395 to fx_plt.
396
397 2007-01-30 Nick Clifton <nickc@redhat.com>
398
399 * as.c (main): Mark symbols created via the --defsym command line
400 option as volatile so that they can be overridden later on by a
401 .set directive. This maintains compatibility with the behaviour
402 of earlier versions of the assembler.
403 * doc/as.texinfo (--defsym): Document that the defined symbol's
404 value can be overridden via a .set directive.
405
406 2007-01-28 H.J. Lu <hongjiu.lu@intel.com>
407
408 * config/tc-i386.c (swap_imm_operands): Renamed to ...
409 (swap_2_operands): This. Take 2 ints.
410 (md_assemble): Updated.
411 (swap_operands): Call swap_2_operands to swap 2 operands.
412
413 2007-01-24 DJ Delorie <dj@redhat.com>
414
415 * config/tc-m32c.c (md_pseudo_table): Add .3byte.
416
417 2007-01-22 Nick Clifton <nickc@redhat.com>
418
419 PR gas/3871
420 * tc-score.c: Remove unnecessary uses of _().
421 Make the err_msg[] a file level local array in order to save
422 storage space.
423 Remove unnecessary sprintf()s.
424
425 2007-01-18 Mei Ligang <ligang@sunnorth.com.cn>
426
427 PR gas/3871
428 * config/tc-score.c : Using _() for const string.
429 Do not assign inst.error with a local string pointer.
430 (md_section_align): Pad section.
431
432 2007-01-13 H.J. Lu <hongjiu.lu@intel.com>
433
434 * config/tc-i386.c (build_modrm_byte): Check number of operands
435 when procssing memory/register operand.
436
437 2007-01-12 Nick Clifton <nickc@redhat.com>
438
439 PR gas/3856
440 * macro.c (expand_irp): Do not ignore spaces inside quoted
441 strings.
442
443 2007-01-12 Alan Modra <amodra@bigpond.net.au>
444
445 * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
446 * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
447 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
448 (TC_FORCE_RELOCATION): Define.
449 (TC_FORCE_RELOCATION_LOCAL): Define.
450 * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
451
452 2007-01-12 Alan Modra <amodra@bigpond.net.au>
453
454 * input-file.c (input_file_open): Check fgets return.
455
456 2007-01-11 Paul Brook <paul@codesourcery.com>
457
458 * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
459
460 2007-01-11 Nick Clifton <nickc@redhat.com>
461
462 PR gas/3707
463 * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
464 variable.
465
466 * config/tc-mcore.c (md_number_to_chars): Use
467 number_to_chars_{big|little}endian.
468
469 2007-01-08 Kazu Hirata <kazu@codesourcery.com>
470
471 * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
472 architecture by itself.
473 (m68k_ip): Don't issue a warning for tbl instructions on fido.
474 (m68k_elf_final_processing): Treat Fido as an architecture by
475 itself.
476
477 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
478
479 * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
480
481 2007-01-05 H.J. Lu <hongjiu.lu@intel.com>
482
483 * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
484 depending on allow_naked_reg.
485
486 2007-01-04 Paul Brook <paul@codesourcery.com>
487
488 * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
489
490 2007-01-04 H.J. Lu <hongjiu.lu@intel.com>
491
492 PR gas/3830
493 * config/tc-i386.c (register_prefix): New.
494 (set_intel_syntax): Set set_intel_syntax to "" if register
495 prefix isn't needed.
496 (check_byte_reg): Use register_prefix for error message.
497 (check_long_reg): Likewise.
498 (check_qword_reg): Likewise.
499 (check_word_reg): Likewise.
500
501 2006-01-04 Julian Brown <julian@codesourcery.com>
502
503 * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
504 (do_neon_qshl_imm): Likewise.
505 (do_neon_rshl): New function. Handle rounding variants of
506 v{q}shl-by-register.
507 (insns): Use do_neon_rshl for vrshl, vqrshl.
508
509 2007-01-04 Paul Brook <paul@codesourcery.com>
510
511 * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
512 and vacle.
513
514 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
515
516 * config/tc-i386.c (swap_operands): Remove branches.
517
518 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
519
520 * config/tc-i386.c: Update copyright year.
521 * config/tc-i386.h: Likewise.
522
523 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
524
525 * config/tc-i386.c (smallest_imm_type): Return unsigned int
526 instead of int.
527
528 2007-01-03 H.J. Lu <hongjiu.lu@intel.com>
529
530 * config/tc-i386.c: Convert to ISO C90 formatting
531 * config/tc-i386.h: Likewise.
532
533 2007-01-03 David Daney <ddaney@avtrex.com>
534
535 * config/tc-mips.c (md_show_usage): Clean up -mno-shared
536 documentation.
537
538 For older changes see ChangeLog-2006
539 \f
540 Local Variables:
541 mode: change-log
542 left-margin: 8
543 fill-column: 74
544 version-control: never
545 End:
This page took 0.0404910000000001 seconds and 4 git commands to generate.