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