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