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