2007-11-07 Anatoly Sokolov <aesok@post.ru>
[platform/upstream/binutils.git] / gas / ChangeLog
1 2007-11-07  Anatoly Sokolov <aesok@post.ru>
2
3         * config/tc-avr.c (mcu_types): Add new devices: ATmega48P, ATmega88P,
4         ATmega168P, Atmega328P
5         * doc/c-avr.texi: Document new devices.
6
7 2007-11-07  Tristan Gingold  <gingold@adacore.com>
8
9         * config/tc-ppc.c (md_apply_fix): For PPC_TOC16 on XCOFF, uses offset
10         within the TOC instead of the VMA.
11
12 2007-11-06  Paul Brook  <paul@codesourcery.com>
13
14         * config/tc-arm.c (do_mull): Allow overlapping Rm for armv6.
15
16 2007-11-06  Nick Clifton  <nickc@redhat.com>
17
18         * ehopt.c (check_eh_frame): If md_allow_eh_opt is defined, invoke
19         it to see if the optimizations should be applied.
20         * config/tc-mn10300.h (md_allow_eh_opt): Define.  Only allow call
21         frame optimization if linker relaxation is not enabled.
22
23 2007-11-05  Danny Smith  <dannysmith@users.sourceforge.net>
24
25         * read.c (ALIGN_LIMIT): Rename to ...
26         (TC_ALIGN_LIMIT): Guard against prior definition.
27         * config/tc-i386.h (TC_ALIGN_LIMIT)[TE_PE]: Define.
28
29 2007-11-01  Sterling Augustine  <sterling@tensilica.com>
30
31         * config/tc-xtensa.c (xtensa_symbol_new_hook): New.
32         (xtensa_mark_difference_of_two_symbols): New.
33         (xtensa_post_relax_hook): Call xtensa_mark_difference_of_two_symbols.
34         * config/tc-xtensa.h (xtensa_symfield_type): Add next_expr_symbol.
35         (tc_symbol_new_hook): Define.
36
37 2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>
38
39         * config/tc-i386.c (md_assemble): Replace no_xsuf with
40         no_ldsuf.
41         (match_template): Likewise.
42
43 2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>
44
45         * config/tc-i386.h (LONG_DOUBLE_MNEM_SUFFIX): Use a non-ascii
46         letter.
47
48 2007-11-01  H.J. Lu  <hongjiu.lu@intel.com>
49
50         * config/tc-i386.c (process_suffix): Check addrprefixop0 to
51         see if the address size override prefix changes the size of the
52         first operand. 
53         (check_byte_reg): Don't warn if byteokintel is set.
54         (check_long_reg): Set i.suffix to QWORD_MNEM_SUFFIX if toqword
55         is set.
56         (check_qword_reg): Set i.suffix to LONG_MNEM_SUFFIX if todword
57         is set.
58
59 2007-10-31  Eric B. Weddington  <eweddington@cso.atmel.com>
60
61         * config/tc-avr.c (mcu_types): Remove devices that were never produced:
62         attiny10, atmega83, atmega85, atmega603.
63         * doc/c-avr.texi: Likewise.
64
65 2007-10-30  Nick Clifton  <nickc@redhat.com>
66
67         * config/tc-mn10300.c (tc_gen_reloc): Fix test that decides when
68         sym_diff relocs should be generated.
69         (md_apply_fix): Skip R_MN10300_ALIGN relocs.
70         (mn10300_fix_adjustable): Do not adjust R_MN10300_ALIGN relocs.
71         (mn10300_handle_align): New function.  Generate R_MN10300_ALIGN
72         relocs to record alignment requests.
73         * config/tc-mn10300.h (TC_FORCE_RELOCATION_SUB_SAME): Also force
74         R_MN10300_ALIGN relocs.
75         (HANDLE_ALIGN): Define.  Call mn10300_handle_align.
76
77 2007-10-30  Nick Clifton  <nickc@redhat.com>
78
79         * doc/as.texinfo (Section): Replace "subsegment" with
80         "subsection".
81
82 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
83
84         PR gas/5221
85         * config/obj-elf.c (obj_elf_section): Handle optional
86         parameters for .pushsection.
87
88         * doc/as.texinfo: Document optional parameters for
89         .pushsection.
90
91 2007-10-24  H.J. Lu  <hongjiu.lu@intel.com>
92
93         * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE.
94         * configure: Regenerated.
95
96 2007-10-24  Alan Modra  <amodra@bigpond.net.au>
97
98         * Makefile.am (INCLUDES, DEP_INCLUDES): Remove -D_GNU_SOURCE.
99         Run "make dep-am".
100         * configure.in: Invoke AC_GNU_SOURCE.
101         * Makefile.in: Regenerate.
102         * config.in: Regenerate.
103         * configure: Regenerate.
104
105 2007-10-19  Nick Clifton  <nickc@redhat.com>
106
107         * expr.c (expr): Test md_allow_local_subtract (if defined) before
108         allowing the evaluation of an expression involving two symbols
109         defined in the same section.
110         * doc/internals.texi (md_allow_local_subtract): Document the new
111         macro.
112         * config/tc-mn10300.h (md_allow_local_subtract): Define.
113         (RELAX_EXPANSION_POSSIBLE): Define.
114         (MAX_RELOC_EXPANSION): Define.
115         (TC_FRAG_TYPE): Define.
116         * config/tc-mn10300.c (md_assemble): Mark fragments as containing code.
117         (tc_gen_reloc): Return an array of relocs.  If necessary generate
118         two relocs to handle an expressions involving the difference of
119         two symbols.
120         (mn10300_fix_adjustable): Do not test TC_FORCE_RELOCATION_LOCAL
121         when then fixup is not pc-relative.
122         (mn10300_allow_local_subtract): New function.  Determine when it
123         is safe to compute the difference between two symbols at assemble
124         time.
125
126 2007-10-19  Alan Modra  <amodra@bigpond.net.au>
127
128         * config/tc-ppc.c (ppc_parse_name): Skip leading '%'.
129         (md_assemble): When parsing PPC_OPERAND_CR, add '%' to set of
130         chars that can start a name.
131
132 2007-10-18  Carlos O'Donell  <carlos@systemhalted.org>
133
134         * config/tc-hppa.c (pa_ip): Fix comment typo.
135         (pa_comm): Likewise.
136
137 2007-10-18  Nick Clifton  <nickc@redhat.com>
138
139         PR gas/5172
140         * config/tc-arc.c (md_estimate_size_before_relax): Change error
141         message.
142         (md_convert_frag): Just call abort.
143         * config/tc-i860.c (md_estimate_size_before_relax): Change error
144         message.
145         * config/tc-i860.h (md_convert_frag): Just call abort.
146         * config/tc-ip2k.c (md_estimate_size_before_relax): Change error
147         message.
148         (md_convert_frag): Just call abort.
149         * config/tc-m68k.c (m68k_ip): Do not attempt translation of
150         architecture names.
151         PR gas/5174
152         * config/tc-arm.c: Fix formatting and spelling errors.
153         PR gas/5175
154         * config/tc-xc16x.c: Fix formatting and internationalization.
155         * po/gas.pot: Regenerate.
156
157 2007-10-17  Nick Clifton  <nickc@redhat.com>
158
159         PR gas/5173
160         * as.h (ieee_md_atof, vax_md_atof): New prototypes.
161         * read.c (s_float_space): Allow a zero length return from md_atof
162         if the error message has been set.
163         (float_cons): Likewise.
164         * config/atof-ieee.c (ieee_md_atof): New function.  Performs the
165         md_atof() function in a generic way for IEEE using targets.
166         * config/atof-vax.c (md_atof): Rename to vax_md_atof.  Use the
167         same error message as ieee_md_atof.
168         * tc-alpha.c (md_atof): Use ieee_md_atof.  Remove #define of vax_md_atof.
169         * tc-arc.c (md_atof): Use ieee_md_atof.
170         * tc-arm.c (md_atof): Use sizeof (LITTLENUM_TYPE) instead of the
171         constant 2.  Use a precision of 5 for the 'x' and 'p' types.
172         * tc-avr.c (md_atof): Use ieee_md_atof.
173         * tc-bfin.c (md_atof): Use ieee_md_atof.
174         * tc-cr16.c (md_atof): Use ieee_md_atof.
175         * tc-crx.c (md_atof): Use ieee_md_atof.
176         * tc-d10v.c (md_atof): Use ieee_md_atof.
177         * tc-d30v.c (md_atof): Use ieee_md_atof.
178         * tc-dlx.c (md_atof): Use ieee_md_atof.
179         * tc-fr30.c (md_atof): Use ieee_md_atof.
180         * tc-frv.c (md_atof): Use ieee_md_atof.
181         * tc-h8300.c (md_atof): Use ieee_md_atof.
182         * tc-hppa.c (md_atof): Use ieee_md_atof.
183         * tc-i370.c (md_atof): Use ieee_md_atof.
184         (i370_dc): Convert the 'E' type to 'f' before calling md_atof.
185         * tc-i386.c (md_atof): Use ieee_md_atof.
186         * tc-i860.c (md_atof): Use ieee_md_atof.
187         * tc-i960.c (md_atof): Use ieee_md_atof.
188         * tc-ia64.c (md_atof): Use the same error message as ieee_md_atof.
189         * tc-ip2k.c (md_atof): Use ieee_md_atof.
190         * tc-iq2000.c (md_atof): Use ieee_md_atof.
191         * tc-m32c.c (md_atof): Use ieee_md_atof.
192         * tc-m32r.c (md_atof): Use ieee_md_atof.
193         * tc-m68hc11.c (md_atof): Use ieee_md_atof.
194         * tc-m68k.c (md_atof): Use ieee_md_atof.
195         * tc-maxq.c (md_atof): Use ieee_md_atof.
196         * tc-mcore.c (md_atof): Use ieee_md_atof.
197         * tc-mep.c (md_atof): Use ieee_md_atof.
198         * tc-mips.c (md_atof): Use ieee_md_atof.
199         * tc-mmix.c (md_atof): Use ieee_md_atof.
200         * tc-mn10200.c (md_atof): Use ieee_md_atof.
201         * tc-mn10300.c (md_atof): Use ieee_md_atof.
202         * tc-msp430.c (md_atof): Use ieee_md_atof.
203         * tc-mt.c (md_atof): Use ieee_md_atof.
204         * tc-ns32k.c (md_atof): Use ieee_md_atof.
205         * tc-openrisc.c (md_atof): Use ieee_md_atof.
206         * tc-or32.c (md_atof): Use ieee_md_atof.
207         * tc-pdp11.c (md_atof): New function.  Call vax_md_atof.
208         * tc-pj.c (md_atof): Use ieee_md_atof.
209         * tc-ppc.c (md_atof): Use ieee_md_atof.
210         * tc-s390.c (md_atof): Use ieee_md_atof.
211         * tc-score.c (md_atof): Use ieee_md_atof.
212         * tc-sh.c (md_atof): Use ieee_md_atof.
213         * tc-sparc.c (md_atof): Use ieee_md_atof.
214         * tc-spu.c (md_atof): Use ieee_md_atof.
215         * tc-tic30.c (md_atof): Use the same error message as ieee_md_atof.
216         * tc-tic4x.c (md_atof): Use the same error message as ieee_md_atof.
217         * tc-tic54.c (md_atof): Use ieee_md_atof.
218         * tc-v850.c (md_atof): Use ieee_md_atof.
219         * tc-vax.c (md_atof): New function.  Call vax_md_atof.
220         * tc-xc16x.c (md_atof): Use ieee_md_atof.
221         * tc-xstormy16.c (md_atof): Use ieee_md_atof.
222         * tc-xtensa.c (md_atof): Use ieee_md_atof.
223         * tc-z8k.c (md_atof): Use ieee_md_atof.
224         * doc/internals.texi: Update description of md_atof function.
225         * po/gas.pot: Regenerate.
226
227 2007-10-16  Bob Wilson  <bob.wilson@acm.org>
228         
229         * doc/as.texinfo (Overview): Add Xtensa --rename-section option.
230         
231 2007-10-16  Nick Clifton  <nickc@redhat.com>
232
233         * config/obj-elf.c (obj_elf_type): Accept "common" as a valid
234         symbol type.
235         * doc/as.texinfo (.type): Document the types accepted by the
236         type pseudo op, including "common".
237
238 2007-10-15  Peter Bergner  <bergner@vnet.ibm.com>
239
240         * config/tc-ppc.c (ppc_setup_opcodes): Verify instructions are sorted
241         according to major opcode number.
242
243 2007-10-15  Alan Modra  <amodra@bigpond.net.au>
244
245         * read.c (do_s_func): Check asprintf return status.
246         * stabs.c (stabs_generate_asm_func): Likewise.
247         (stabs_generate_asm_endfunc): Likewise.
248
249 2007-10-12  H.J. Lu  <hongjiu.lu@intel.com>
250
251         * config/tc-i386.c (process_operands): Simplify implicit xmm0
252         handling.
253
254 2007-10-12  H.J. Lu  <hongjiu.lu@intel.com>
255
256         * config/tc-i386.c (process_operands): Check the firstxmm0
257         field in opcode_modifier for instruction with a implicit
258         xmm0 as the first operand.
259
260 2007-10-12  Eric B. Weddington  <eweddington@cso.atmel.com>
261
262         * config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B,
263         AT90PWM3B.
264         * doc/c-avr.texi: Document new devices.
265
266 2007-10-12  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
267
268         * config/tc-cr16.c: Update the md_relax_table for 1 word b<cc>
269         instruction range information.
270
271 2007-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
272
273         * doc/as.texinfo (Object Attributes): New chapter.
274         (Pseudo Ops): Document .gnu_attribute.
275         (LNS directives): Correct .loc_mark_labels documentation.
276
277 2007-10-11  Nick Clifton  <nickc@redhat.com>
278
279         * config/obj-elf.c (obj_elf_section): When pushing a section, if
280         there is a comma then the following argument must be a subsection
281         number.
282
283 2007-10-11  H.J. Lu  <hongjiu.lu@intel.com>
284
285         * doc/c-i386.texi: Update which instruction's operands are
286         swapped.
287
288 2007-10-11  Nick Clifton  <nickc@redhat.com>
289
290         PR gas/5161
291         * config/tc-ia64.c: Allow for translations of error and warning
292         messages.
293         * po/gas.pot: Regenerate.
294
295         PR gas/5158
296         * config/tc-h8300.c (tc_gen_reloc): Allow for translation of error
297         message.
298         * po/gas.pot: Regenerate.
299
300         PR gas/5155
301         * config/tc-msp430.c: Fix spelling typos.
302
303 2007-10-11  Nick Clifton  <nickc@redhat.com>
304
305         * doc/as.texinfo (Type): Fix typo: STT_FUNC not STT_FUNCTION.
306
307 2007-10-08  Maciej W. Rozycki  <macro@linux-mips.org>
308
309         * config/tc-mips.c (AT): Rename to...
310         (ATREG): ... this.
311         (AT): New definition.
312         (mips_set_options): Rename "noat" to "at"; change the type.
313         (mips_opts): Update accordingly.
314         (append_insn): Likewise.
315         (macro_build_ldst_constoffset): Likewise.
316         (load_address): Likewise.
317         (macro, macro2): Likewise.
318         (s_mipsset): Handle ".set at=REG".  Update handling of ".set at"
319         and ".set noat".
320
321 2007-10-08  Nick Clifton  <nickc@redhat.com>
322
323         * doc/as.texinfo (Previous): Clarify explanation of the behaviour
324         of this pseudo-op and add a couple of examples.
325
326 2007-10-08  Nick Clifton  <nickc@redhat.com>
327
328         PR gas/5121 gas/5122 gas/5123
329         * Makefile.am (CFILES): Add cgen.c
330         (TARGET_CPU_CFILES): Add tc-iq2000.c, tc-maxq.c, tc-mt.c,
331         tc-tic4x.c and xtensa-relax.c.
332         (TARGET_CPU_HFILES): Add tc-iq2000.h, tc-maxq.h, tc-mt.h,
333         tc-tic4x.h and xtensa-relax.h.
334         (TARG_ENV_HFILES): Remove te-aux.h, te-delta.h, te-delt88.h,
335         te-ic960.h, te-linux.h.  Add te-aix5.h, te-armeabi.h,
336         te-freebsd.h, te-gnu.h, te-interix.h, te-vxworks.h.
337         (CONFIG_ATOF_CFILES): New variable.
338         (POTFILES): Add CONFIG_ATOF_CFILES to dependencies.  Fix typo with
339         dependency upon TARG_ENV_HFILES.
340         (DEPTC): Do not put "#include opcodes/<foo>-desc.h" into
341         cgen-desc.h when foo-desc.h does not exit.
342         Run make dep-am.
343         * Makefile.in: Regenerate.
344         * doc/Makefile.in: Regenerate.
345         * po/POTFILES.in: Regenerate.
346         PR gas/5124 gas/5125
347         * po/es.po: Regenerate.
348         * po/fr.po: Regenerate.
349         * po/gas.pot: Regenerate.
350         * po/rw.po: Regenerate.
351         * po/tr.po: Regenerate.
352         * config/obj-elf.c (obj_elf_vtable_inherit): Allow for translation
353         of error messages.
354         PR gas/5126
355         * config/obj-som.c: Likewise.
356         PR gas/5129
357         * config/tc-arc.c: Likewise.
358         PR gas/5131 gas/5132
359         * config/tc-arm.c: Likewise.
360         PR gas/5137
361         * config/tc-bfin.c: Likewise.
362         PR gas/5143
363         * config/tc-frv.c: Likewise.
364         PR gas/5142
365         * config/tc-dlx.c: Likewise.
366
367 2007-10-08  Eric B. Weddington  <eweddington@cso.atmel.com>
368
369         * config/tc-avr.c (mcu_types): Add new devices: ATtiny43U,
370         ATtiny48, AT90PWM216, AT90PWM316.
371         * doc/c-avr.texi: Document new devices.
372
373 2007-10-08  Nick Clifton  <nickc@redhat.com>
374
375         PR gas/5133
376         * config/tc-arm.c (md_apply_fix): Correct error message.
377         PR gas/5134     
378         * config/tc-arm.c (md_apply_fix): Likewise.
379         PR gas/5136
380         * config/tc-bfin.c (md_apply_fix): Fix error message.
381         PR gas/5135
382         (Expr_Node_Gen_Reloc_R): Fix spelling typos in error messages.
383
384 2007-10-05  H.J. Lu  <hongjiu.lu@intel.com>
385
386         * config/tc-i386.c (build_modrm_byte): Check the first 2 8bit
387         immediate operands directly for instructions with 4 operands.
388
389 2007-10-04  H.J. Lu  <hongjiu.lu@intel.com>
390
391         PR gas/5109
392         * config/tc-i386.c (process_suffix): Clear QWORD suffix if it
393         is ignored in Intel mode.
394
395 2007-10-04  Helge Deller  <deller@gmx.de>
396
397         * read.c (potable): Add string8, string16, string32 and string64.
398         Add bit size for stringer function.
399         (stringer_append_char): New.
400         (stringer): Use stringer_append_char().
401         * config/obj-coff.c (obj_coff_ident): Add bit size for stringer function.
402         * config/obj-elf.c (obj_elf_ident): Likewise.
403         * config/tc-alpha.c (s_alpha_stringer): Likewise.
404         * config/tc-dlx.c (dlx_pseudo_table): Likewise.
405         * config/tc-hppa.c (pa_stringer): Likewise.
406         * config/tc-ia64.c (md_pseudo_table, pseudo_opcode): Likewise.
407         * config/tc-m68hc11.c (md_pseudo_table): Likewise.
408         * config/tc-mcore.c (md_pseudo_table): Likewise.
409         * config/tc-mips.c (mips_pseudo_table): Likewise.
410         * config/tc-spu.c (md_pseudo_table): Likewise.
411         * config/tc-s390.c (md_pseudo_table): Likewise. Replace '2' by '1'.
412         * doc/as.texinfo (ABORT): Fix identing.
413         (String): Document new string8, string16, string32, string64
414         functions.
415         * NEWS: Mention the new feature.
416
417 2007-10-03  Nick Clifton  <nickc@redhat.com>
418
419         PR gas/5078
420         * config/tc-avr.c (avr_get_constant): Extend error message to
421         mention that the constant must be positive.
422
423 2007-10-03  Nick Clifton  <nickc@redhat.com>
424
425         * config/tc-avr.c (avr_get_constant): 
426         PR gas/5089
427         * config/tc-arm.c (s_arm_unwind_handlerdata): Fix spelling typo.
428         PR gas/5090
429         (md_assemble): Fix spelling typo.
430
431 2007-10-03  Alan Modra  <amodra@bigpond.net.au>
432
433         PR 4303
434         * stabs.c (aout_process_stab): Set BSF_DEBUGGING.
435
436 2007-10-01  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
437
438         * config/tc-cr16.c: Replaced 'tabs' with white spaces and
439         added R_CR16_DISP8 as default reloc type for b<cc> instructions.
440
441 2007-09-30  H.J. Lu  <hongjiu.lu@intel.com>
442
443         PR gas/5080
444         * config/tc-i386.c (check_long_reg): Also handle cvttss2si.
445         (check_qword_reg): Also handle cvttsd2si.
446
447 2007-09-27  Kazu Hirata  <kazu@codesourcery.com>
448
449         * config/m68k-parse.h (m68k_register): Use MBO instead of MBB.
450         (last_movec_reg): Change to MBO.
451         * config/tc-m68k.c (fido_ctrl): Use MBO instead of MBB.
452         (m68k_ip): Use MBO instead of MBO.
453         (init_table): Use MBO instead of MBO.  Add an entry for mbo.
454
455 2007-09-26  Jan Beulich  <jbeulich@novell.com>
456
457         * config/tc-i386.c (build_modrm_byte): Also check for RegEip
458         when considering IP-relative addressing.
459
460 2007-09-26  Jan Beulich  <jbeulich@novell.com>
461
462         * config/tc-i386.h (md_register_arithmetic): Define.
463         * config/tc-ia64.h (md_register_arithmetic): Likewise.
464         * doc/internals.texi: Document md_register_arithmetic.
465         * expr.c (make_expr_symbol): Force O_register expressions into
466         reg_section.
467         (expr): Provide default for md_register_arithmetic. Don't resolve
468         adding/subtracting constants to/from registers if
469         md_register_arithmetic is zero.
470
471 2007-09-26  Jan Beulich  <jbeulich@novell.com>
472
473         * dw2gencfi.c: Conditionalize whole body upon TARGET_USE_CFIPOP.
474         (cfi_finish): Add second empty instance.
475
476 2007-09-26  Jan Beulich  <jbeulich@novell.com>
477
478         * config/tc-ia64.c (dot_pred_rel): Replace specialized handling
479         with simple call to parse_operand.
480
481 2007-09-26  Jan Beulich  <jbeulich@novell.com>
482
483         * config/tc-i386.c (NUM_FLAG_CODE): Remove.
484
485 2007-09-26  Jan Beulich  <jbeulich@novell.com>
486
487         * as.c (itbl_parse): Remove #define.
488         (struct itbl_file_list): Move down and ...
489         (itbl_files): .. conditionalize upon HAVE_ITBL_CPU.
490         (show_usage): Conditionalize printing of --itbl option upon
491         HAVE_ITBL_CPU.
492         (parse_args): Conditionalize handling of -t/--itbl options upon
493         HAVE_ITBL_CPU. Remove OPTION_INSTTBL and replace its use with
494         't'.
495
496 2007-09-25  H.J. Lu  <hongjiu.lu@intel.com>
497
498         * config/tc-i386.c (output_insn): Use i.tm.opcode_length to
499         check opcode length.
500
501 2007-09-25  Nathan Sidwell  <nathan@codesourcery.com>
502
503         * config/tc-m68k.c (LONG_BRANCH_VIA_COND): New.
504         (BRANCHBWPL, FRAG_VAR_SIZE): New.
505         (md_relax_table): Add BRANCHBWPL entries.
506         (m68k_ip): Choose BRANCHBWPL relaxation if necessary.
507         (md_assemble): Use FRAG_VAR_SIZE.
508         (md_convert_frag_1): Add BRANCHBWPL cases.
509         (md_estimate_size_before_relaz): Likewise.
510
511 2007-09-24  Carlos O'Donell  <carlos@codesourcery.com>
512
513         * config/tc-mips.c (s_align): Set max_alignment to 28.
514         
515 2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>
516
517         PR 658
518         * config/tc-i386.c (SCALE1_WHEN_NO_INDEX): Removed.
519         (set_allow_index_reg): New.
520         (allow_index_reg): Likewise.
521         (md_pseudo_table): Add "allow_index_reg" and
522         "disallow_index_reg".
523         (build_modrm_byte): Set i.sib.index to NO_INDEX_REGISTER for
524         fake index registers.
525         (i386_scale): Updated.
526         (i386_index_check): Support fake index registers.
527         (parse_real_register): Return NULL on eiz/riz if fake index
528         registers aren't allowed.
529
530 2007-09-19  Nick Clifton  <nickc@redhat.com>
531
532         * config/tc-h8300.c (md_apply_fix): Do not abort or handle 8 byte
533         fixups.
534
535 2007-09-19  Bob Wilson  <bob.wilson@acm.org>
536
537         * doc/c-xtensa.texi (Xtensa Immediate Relaxation): Fix "addi" typo.
538
539 2007-09-18  Bernd Schmidt  <bernd.schmidt@analog.com>
540
541         * config/bfin-parse.y (asm_1): Slightly improve error messages
542         for "reg += const;".
543
544 2007-09-18  Alan Modra  <amodra@bigpond.net.au>
545
546         PR gas/5026
547         * read.c (emit_expr): Only use long long if required and available.
548
549 2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>
550
551         * config/tc-i386.c (baseindex): Removed.
552         (build_modrm_byte): Check reg_num for RIP register instead of
553         reg_type.
554         (i386_index_check): Likewise.
555
556 2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>
557
558         PR gas/5035
559         * config/obj-coff.c (obj_coff_endef): Remove checking size of
560         def_symbol_in_progress.
561
562 2007-09-17  Evandro Menezes  <evandro@yahoo.com>
563
564         PR gas/5026
565         * read.c (emit_expr): Use unsigned long long values in warning
566         message about truncated expressions.
567
568 2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>
569
570         * config/tc-i386.c (intel_e04): Revert the last change.
571
572 2007-09-17  Nick Clifton  <nickc@redhat.com>
573
574         * po/es.po: Updated Spanish translation.
575
576 2007-09-15  H.J. Lu  <hongjiu.lu@intel.com>
577
578         PR gas/5034
579         * config/tc-i386.c (intel_e04): Return 1 if cur_token.code is
580         T_NIL.
581
582 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
583
584         * config/tc-i386.c (build_modrm_byte): Adjust comment line
585         wrap.
586
587 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
588
589         * config/tc-i386.c (build_modrm_byte): Use (A || B) instead
590         of (A || B) != 0.
591
592 2007-09-14  H.J. Lu  <hongjiu.lu@intel.com>
593
594         * config/tc-i386.c (build_modrm_byte): Adjust indentation.
595
596 2007-09-14  Michael Meissner  <michael.meissner@amd.com>
597             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
598             Tony Linthicum  <tony.linthicum@amd.com>
599
600         * NEWS: Add SSE5 support to NEWS file.
601         
602         * config/tc-i386.h (drex_byte): Add fields to allow process_drex
603         and build_modrm_byte to communicate.
604         (DREX_OC0): New SSE5 macro.
605         (DREX_OC0_MASK): Ditto.
606         (DREX_OC1): Ditto.
607         (DREX_OC1_MASK): Ditto.
608         (DREX_XMEM_X1_X2_X2): Ditto.
609         (DREX_X1_XMEM_X2_X2): Ditto.
610         (DREX_X1_XMEM_X2_X1: Ditto.
611         (DREX_X1_X2_XMEM_X1: Ditto.
612         (DREX_XMEM_X1_X2): Ditto.
613         (DREX_X1_XMEM_X2): Ditto.
614         (drex_byte): New structure to describe the DREX byte.
615
616         * config/tc-i386.c (process_drex): New function to handle SSE5
617         DREX bits.
618         (build_modrm_byte): Use the information cached away in
619         process_drex in the case of DREX instructions.
620         (i386_insn): Add drex field.
621         (pi): Add debugging of drex field.
622         (md_assemble): Treat SSE5 like SSE3 in instructions with an
623         immediate byte.  Move REX field to DREX if this is a DREX
624         instruction.
625         (process_operands): Add SSE5 support.
626         (build_modrm_byte): Ditto.
627         (output_insn): Ditto.
628         (cpu_arch): Ditto.
629         (i386_align_code): Ditto.
630
631 2007-09-12  Jan Beulich  <jbeulich@novell.com>
632
633         * config/tc-i386.c (md_assemble): Move handling of extrq/insertq
634         after generic operand swapping, and swap only the immediate operands.
635
636 2007-09-11  Nathan Sidwell  <nathan@codesourcery.com>
637
638         * config/tc-m68k.c (m68k_ip): Add mcfisa_c case.
639         (m68k_elf_final_processing): Add EF_M68K_CF_ISA_C_NODIV.
640
641 2007-09-09  H.J. Lu  <hongjiu.lu@intel.com>
642
643         * tc-i386.c (output_insn): Only check SSE4.2 and ABM for 3
644         byte opcode.
645
646 2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>
647
648         * config/tc-i386.c (cpu_flags_check_x64): Renamed to ...
649         (cpu_flags_check_cpu64): This. Inline.
650         (uints_all_zero): New.
651         (uints_set): Likewise
652         (uints_equal): Likewise
653         (UINTS_ALL_ZERO): Likewise
654         (UINTS_SET): Likewise
655         (UINTS_CLEAR): Likewise
656         (UINTS_EQUAL): Likewise
657         (cpu_flags_and): Likewise.
658         (cpu_flags_or): Likewise.
659         (operand_type_and): Likewise.
660         (operand_type_or): Likewise.
661         (operand_type_xor): Likewise.
662         (cpu_flags_not): Inline and use switch instead of loop.
663         (cpu_flags_match): Updated.
664         (operand_type_match): Likewise.
665         (smallest_imm_type): Likewise.
666         (set_cpu_arch): Likewise.
667         (pt): Likewise.
668         (md_assemble): Likewise.
669         (parse_insn): Likewise.
670         (optimize_imm): Likewise.
671         (match_template): Likewise.
672         (process_suffix): Likewise.
673         (update_imm): Likewise.
674         (finalize_imm): Likewise.
675         (process_operands): Likewise.
676         (build_modrm_byte): Likewise.
677         (i386_immediate): Likewise.
678         (i386_displacement): Likewise.
679         (i386_index_check): Likewise.
680         (i386_operand): Likewise.
681         (i386_target_format): Likewise.
682         (intel_e11): Likewise.
683         (operand_type): Remove implicitregister.
684         (operand_type_check): Updated. Inline.
685         (cpu_flags_all_zero): Removed.
686         (operand_type_all_zero): Likewise.
687         (i386_array_biop): Likewise.
688         (cpu_flags_biop): Likewise.
689         (operand_type_biop): Likewise.
690
691 2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>
692
693         * Makefile.am: Run "make dep-am".
694         * Makefile.in: Regenerate.
695
696 2007-09-08  H.J. Lu  <hongjiu.lu@intel.com>
697
698         * configure.in (AC_CHECK_HEADERS): Add limits.h.
699         * configure: Regenerated.
700         * config.in: Likewise.
701
702         * config/tc-i386.c: Include "opcodes/i386-init.h".
703         (_i386_insn): Use i386_operand_type for types.
704         (cpu_arch_flags): Updated to new types with bitfield.
705         (cpu_arch_tune_flags): Likewise.
706         (cpu_arch_isa_flags): Likewise.
707         (cpu_arch): Likewise.
708         (i386_align_code): Likewise.
709         (set_code_flag): Likewise.
710         (set_16bit_gcc_code_flag): Likewise.
711         (set_cpu_arch): Likewise.
712         (md_assemble): Likewise.
713         (parse_insn): Likewise.
714         (process_operands): Likewise.
715         (output_branch): Likewise.
716         (output_jump): Likewise.
717         (parse_real_register): Likewise.
718         (mode_from_disp_size): Likewise.
719         (smallest_imm_type): Likewise.
720         (pi): Likewise.
721         (type_names): Likewise.
722         (pt): Likewise.
723         (pte): Likewise.
724         (swap_2_operands): Likewise.
725         (optimize_imm): Likewise.
726         (optimize_disp): Likewise.
727         (match_template): Likewise.
728         (check_string): Likewise.
729         (process_suffix): Likewise.
730         (check_byte_reg): Likewise.
731         (check_long_reg): Likewise.
732         (check_qword_reg): Likewise.
733         (check_word_reg): Likewise.
734         (finalize_imm): Likewise.
735         (build_modrm_byte): Likewise.
736         (output_insn): Likewise.
737         (disp_size): Likewise.
738         (imm_size): Likewise.
739         (output_disp): Likewise.
740         (output_imm): Likewise.
741         (gotrel): Likewise.
742         (i386_immediate): Likewise.
743         (i386_displacement): Likewise.
744         (i386_index_check): Likewise.
745         (i386_operand): Likewise.
746         (parse_real_register): Likewise.
747         (i386_intel_operand): Likewise.
748         (intel_e09): Likewise.
749         (intel_bracket_expr): Likewise.
750         (intel_e11): Likewise.
751         (cpu_arch_flags_not): New.
752         (cpu_flags_check_x64): Likewise.
753         (cpu_flags_all_zero): Likewise.
754         (cpu_flags_not): Likewise.
755         (i386_cpu_flags_biop): Likewise.
756         (cpu_flags_biop): Likewise.
757         (cpu_flags_match); Likewise.
758         (acc32): New.
759         (acc64): Likewise.
760         (control): Likewise.
761         (reg16_inoutportreg): Likewise.
762         (disp16): Likewise.
763         (disp32): Likewise.
764         (disp32s): Likewise.
765         (disp16_32): Likewise.
766         (anydisp): Likewise.
767         (baseindex): Likewise.
768         (regxmm): Likewise.
769         (imm8): Likewise.
770         (imm8s): Likewise.
771         (imm16): Likewise.
772         (imm32): Likewise.
773         (imm32s): Likewise.
774         (imm64): Likewise.
775         (imm16_32): Likewise.
776         (imm16_32s): Likewise.
777         (imm16_32_32s): Likewise.
778         (operand_type): Likewise.
779         (operand_type_check): Likewise.
780         (operand_type_match): Likewise.
781         (operand_type_register_match): Likewise.
782         (update_imm): Likewise.
783         (set_code_flag): Also update cpu_arch_flags_not.
784         (set_16bit_gcc_code_flag): Likewise.
785         (md_begin): Likewise.
786         (parse_insn): Use cpu_flags_check_x64 to check 64bit support.
787         Use cpu_flags_match to match instructions.
788         (i386_target_format): Update cpu_arch_isa_flags and
789         cpu_arch_tune_flags to i386_cpu_flags type with bitfield.
790         (smallest_imm_type): Check cpu_arch_tune to tune for i486.
791         (match_template): Don't initialize overlap0, overlap1,
792         overlap2, overlap3 and operand_types.
793         (process_suffix): Handle crc32 with 64bit register.
794         (MATCH): Removed.
795         (CONSISTENT_REGISTER_MATCH): Likewise.
796
797         * config/tc-i386.h (arch_entry): Updated to i386_cpu_flags
798         type.
799
800 2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>
801
802         * config/tc-i386.c (match_template): Handle invlpga, vmload,
803         vmrun and vmsave in SVME.
804         (process_suffix): Likewise.
805
806 2007-09-05  H.J. Lu  <hongjiu.lu@intel.com>
807
808         * config/tc-i386.c (i386_index_check): Don't use RegRex
809         on the reg_type field.
810         (parse_real_register): Use `||' instead of `|'.
811
812 2007-09-04  H.J. Lu  <hongjiu.lu@intel.com>
813
814         * config/tc-i386.c (process_operands): Remove segment override
815         check on SVME instructions.
816         (i386_index_check): Remove memory operand check on SVME
817         instructions.
818
819 2007-09-04  Alan Modra  <amodra@bigpond.net.au>
820
821         * config/tc-spu.c (struct spu_insn): Delete "flag".  Add "reloc".
822         (md_assemble): Update init of insn.  Use insn.reloc instead of
823         calculating from flag.
824         (get_imm): Set reloc rather than flag.
825         (calcop): Formatting.
826
827 2007-08-29  Daniel Jacobowitz  <dan@codesourcery.com>
828
829         * dwarf2dbg.c (dwarf2_directive_loc): Emit duplicate .loc directives.
830
831 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
832
833         * doc/c-arc.texi: Fix typo.
834
835 2007-08-28  H.J. Lu  <hongjiu.lu@intel.com>
836
837         * config/tc-i386.c (process_suffix): Handle cmpxchg8b in
838         Intel mode.
839
840 2007-08-28  Nathan Sidwell  <nathan@codesourcery.com>
841
842         * config/tc-m68k.c (mcf52235_ctrl): Add cache registers.
843         (mcf5253_ctrl): Add RAMBAR, MBAR, MBAR2.
844         (mcf5407_ctrl): New.
845         (m68k_cpus): Adjust 5407 entry.
846
847 2007-08-28  Maxim Kuvyrkov  <maxim@codesourcery.com>
848
849         * config/tc-m68k.c (mcf51qe_ctrl): Define 51QE control registers.
850         (m68k_cpus): Define 51QE cpu.
851
852 2007-08-28  Mark Shinwell  <shinwell@codesourcery.com>
853             Joseph Myers  <joseph@codesourcery.com>
854
855         * as.c (main): Flush stderr before printing listings to ensure
856         consistent output order across platforms.
857
858 2007-08-28  Robert Sebastian Gerus  <arachnist@gmail.com>
859
860         * configure.tgt: Add support for i[3-7]86-*-dragonfly*.
861
862 2007-08-24  Joseph Myers  <joseph@codesourcery.com>
863             Paul Brook  <paul@codesourcery.com>
864
865         * remap.c: New.
866         * as.h (remap_debug_filename, add_debug_prefix_map): Declare.
867         * as.c (show_usage): Document --debug-prefix-map option.
868         (parse_args): Handle --debug-prefix-map.
869         * dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths.
870         * stabs.c (stabs_generate_asm_file): Remap debug paths.
871         * Makefile.am (GAS_CFILES): Add remap.c
872         (GENERIC_OBJS): Add remap.o.
873         Regenerate dependencies.
874         * Makefile.in: Regenerate.
875         * doc/as.texinfo (--debug-prefix-map): Document.
876
877 2007-08-24  Aurelien Jarno  <aurel32@debian.org>
878
879         * config/tc-arm.c (md_apply_fix): Cast bfd_vma values to long
880         before printing them.
881
882 2007-08-24  Anders Waldenborg  <anders@0x63.nu>
883             Alan Modra  <amodra@bigpond.net.au>
884
885         * config/tc-i386.c (lex_got): Don't scan past a comma.
886
887 2007-08-23  Ben Elliston  <bje@au.ibm.com>
888
889         * config/tc-ppc.c (parse_cpu): Handle "750cl".
890         (pre_defined_registers): Add "gqr0" to "gqr7", "gqr.0" to "gqr.7".
891         (md_show_usage): Document -m750cl.
892         (md_assemble): Handle two delimiters in succession (eg. `),').
893         * doc/c-ppc.texi (PowerPC-Opts): Document -m750cl.
894         * testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests.
895         * testsuite/gas/ppc/ppc750ps.s: New file.
896         * testsuite/gas/ppc/ppc750ps.d: Likewise.
897
898 2007-08-23  Ben Elliston  <bje@au.ibm.com>
899
900         * doc/c-arm.texi (ARM Directives): Move brackets out of @vars.
901
902 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
903
904         PR gas/4079
905         * config/tc-i386.c (x86_cons): Complain about invalid @got etc.
906         expressions.
907         (i386_immediate): Detect and complain about more cases of
908         invalid immediate expressions.  Return failure rather than
909         converting them to zero.
910         (i386_displacement): Likewise.
911
912 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
913
914         * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
915
916 2007-08-14  Andreas Schwab  <schwab@suse.de>
917
918         * config/tc-ia64.c (tc_gen_reloc): Return NULL if relocation is
919         unrepresentable.
920
921 2007-08-12  Matthias Klose  <doko@ubuntu.com>
922
923         * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
924         $(top_srcdir)/../../bfd/doc.
925         * doc/Makefile.in: Regenerate.
926
927 2007-08-10  Nick Clifton  <nickc@redhat.com>
928
929         * NEWS: Add a marker for the 2.18 features.
930
931 2007-08-09  Paul Brook  <paul@codesourcery.com>
932
933         * config/tc-arm.c (relaxed_symbol_addr): Compensate for alignment.
934
935 2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>
936
937         * config/tc-i386.c (check_byte_reg): Support pextrb and pinsrb.
938
939 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
940
941         * config/tc-i386.c (check_long_reg): Allow cvtss2si to convert
942         DWORD memory to Reg64 in Intel synax.
943         (check_qword_reg): Allow cvtsd2si to convert QWORD memory to
944         Reg32 in Intel syntax.
945
946 2007-07-25  Sterling Augustine  <sterling@tensilica.com>
947
948         * config/tc-xtensa.c (xtensa_extui_opcode): New.
949         (xg_expand_assembly_insn): Check for invalid extui operands.
950         (md_begin): Initialize xtensa_extui_opcode.
951
952 2007-07-24  Nick Clifton  <nickc@redhat.com>
953
954         * config/tc-mep.h (skip_whitespace): Remove definition.
955
956 2007-07-23  H.J. Lu  <hongjiu.lu@intel.com>
957
958         * config/tc-i386.c (cpu_arch): Change i386 to PROCESSOR_I386.
959         (f32_15): Removed.
960         (jump_31): New.
961         (f32_patt): Remove f32_15.
962         (f16_patt): Likewise.
963         (i386_align_code): Updated to alt_long_patt for 64bit by
964         default.
965
966         * config/tc-i386.h (processor_type): Add PROCESSOR_I386.
967
968 2007-07-23  Evandro Menezes  <evandro.menezes@amd.com>
969
970         * config/tc-i386.c (i386_align_code): Enable alignment up to
971         MAX_MEM_FOR_RS_ALIGN_CODE bytes.  Remove special treatment
972         for K8.
973
974         * config/tc-i386.h (MAX_MEM_FOR_RS_ALIGN_CODE): Changed to 31.
975
976 2007-07-20  Nick Clifton  <nickc@redhat.com>
977
978         * app.c (do_scrub_chars): Provide a one character buffer to hold a
979         pushed back newline at the end of an unterminated quoted string.
980
981 2007-07-14  Nick Clifton  <nickc@redhat.com>
982
983         * config/tc-arm.c (create_register_alias): Return a boolean rather
984         than an integer.
985         Check the return value of insert_reg_alias and do not continue to
986         create aliases once an insertion has failed.
987         (s_unreq): Delete the all-upper-case and all-lower-case
988         alternatives as well.
989
990 2007-07-12  Kai Tietz   <kai.tietz@onevision.com>
991
992         * symbols.c: Print bfd_hostptr_t to file via fprintf_vma.
993         * write.c: Likewise.
994
995 2007-07-11  Daniel Jacobowitz  <dan@codesourcery.com>
996
997         * config/tc-mips.c (mips_dwarf2_format, mips_dwarf2_addr_size): Use
998         HAVE_64BIT_SYMBOLS.
999
1000 2007-07-04  Richard Sandiford  <richard@codesourcery.com>
1001
1002         * config/tc-mips.c (mips_cpu_info_table): Add new entries for
1003         {24k,24ke,34k,74k}f{2_1,1_1,x}.  Also add an entry for 74kf3_2.
1004         Deprecate *x and *fx.
1005         * doc/c-mips.texi: Document the new CPU arguments.  Deprecate
1006         *x and *fx.
1007
1008 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
1009
1010         * config/obj-coff.h (x86_64_target_format): Renamed to ...
1011         (i386_target_format): This
1012         (TARGET_FORMAT): Use i386_target_format.
1013
1014         * config/tc-i386.c (x86_64_target_format): Removed.
1015         (i386_target_format): Handle PE formats.
1016
1017 2007-07-04  Nick Clifton  <nickc@redhat.com>
1018
1019         * symbols.c (symbol_relc_make_value): Use bfd_sprintf_vma in order
1020         to get the right length of printed value.
1021
1022 2007-07-03  Nick Clifton  <nickc@redhat.com>
1023
1024         * COPYING: Replace with GPLv3 text.
1025         * app.c: Update copyright notice to refer to GPLv3.
1026         * as.c, as.h, asintl.h, atof_generic.c, bignum.h, bit_fix.h,
1027         cgen.c, cond.c, debug.c, depend.c, dw2gencfi.c, dw2gencfi.h,
1028         dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c, emul.h,
1029         emul_target.h, expr.c, expr.h, flonum-copy.c, flonum.h,
1030         flonum-konst.c, frags.c, frags.h, hash.c, hash.h, input-file.c,
1031         input-file.h, input-scrub.c, ibtl-lex.h, itbl-lex.l, itbl-ops.c,
1032         itbl-ops.h, itbl-parse.y, listing.c, listing.h, literal.c,
1033         macro.c, messages.c, obj.h, output-file.c, output-file.h, read.c,
1034         read.h, sb.c, sb,h, stabs.c, struc-symbol.h, subsegs.c, subsegs.h,
1035         symbols.c, symbols.h, tc.h, write.c, write.h, config/aout_gnu.h,
1036         config/config/atof-ieee.c, config/atof-vax.c, config/bfin-aux.h, 
1037         config/bfin-defs.h, config/bfin-lex.l, config/bfin-parse.y,
1038         config/itbl-mips.h, config/m68k-parse.h, config/m68k-parse.y,
1039         config/obj-aout.c, config/obj-aout.h, config/obj-coff.c,
1040         config/obj-coff.h, config/obj-ecoff.c, config/obj-ecoff.h,
1041         config/obj-elf.c, config/obj-elf.h, config/obj-evax.c,
1042         config/obj-evax.h, config/obj-multi.h, config/obj-som.c,
1043         config/obj-som.h, config/tc-alpha.c, config/tc-alpha.h,
1044         config/tc-arc.c, config/tc-arc.h, config/tc-arm.c,
1045         config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
1046         config/tc-bfin.c, config/tc-bfin.h, config/tc-cr16.c,
1047         config/tc-cr16.h, config/tc-cris.c, config/tc-cris.h,
1048         config/tc-crx.c, config/tc-crx.h, config/tc-d10v.c,
1049         config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h,
1050         config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c,
1051         config/tc-fr30.h, config/tc-frv.c, config/tc-frv.h,
1052         config/tc-generic.c, config/tc-generic.h, config/tc-h8300.c,
1053         config/tc-h8300.h, config/tc-hppa.c, config/tc-hppa.h,
1054         config/tc-i370.c, config/tc-i370.h, config/tc-i386.c,
1055         config/tc-i386.h, config/tc-i860.c, config/tc-i860.h,
1056         config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c,
1057         config/tc-ia64.h, config/tc-ip2k.c, config/tc-ip2k.h,
1058         config/tc-iq2000.c, config/tc-iq2000.h, config/tc-m32c.c,
1059         config/tc-m32c.h, config/tc-m32r.c, config/tc-m32r.h,
1060         config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
1061         config/tc-m68k.h, config/tc-maxq.c, config/tc-maxq.h,
1062         config/tc-mcore.c, config/tc-mcore.h, config/tc-mep.c,
1063         config/tc-mep.h, config/tc-mips.c, config/tc-mips.h,
1064         config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
1065         config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
1066         config/tc-msp430.c, config/tc-msp430.h, config/tc-mt.c,
1067         config/tc-mt.h, config/tc-ns32k.c, config/tc-ms32k.h,
1068         config/tc-openrisc.c, config/tc-openrisc.h, config/tc-or32.c,
1069         config/tc-or32.h, config/tc-pdp11.c, config/tc-pdp11.h,
1070         config/tc-pj.c, config/tc-pj.h, config/tc-ppc.c, config/tc-ppc.h,
1071         config/tc-s390.c, config/tc-s390.h, config/tc-score.c,
1072         config/tc-score.h, config/tc-sh64.c, config/tc-sh64.h,
1073         config/tc-sh.c, config/tc-sh.h, config/tc-sparc.c,
1074         config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
1075         config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
1076         config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
1077         config/tc-v850.c, config/tc-v850.h, config/tc-vax.c,
1078         config/tc-vax.h, config/tc-xc16x.c, config/tc-x16x.h,
1079         config/tc-xstormy16.c, config/tc-xstormy16.h, config/tc-xtensa.c,
1080         config/tc-xtensa.h, config/tc-z80.c, config/tc-z80.h,
1081         config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
1082         config/te-freebsd.h, config/te-hppa.h, config/te-irix.h,
1083         config/te-netware.h, config/te-sparcaout.h,  config/te-tmips.h,
1084         config/te-vxworks.h, config/vax-inst.h, config/xtensa-istack.h,
1085         config/xtensa-relax.c, config/xtensa-relax.h: Likewise.
1086         
1087         * flonum-mult.c: Likewise, and also correct typo referring to
1088         non-existant GNU Assembler General Public License.
1089         * config/tc-m68851.h: Likewise.
1090         * NEWS: Mention the new license.  Also note where the 2.17 release
1091         happened.
1092         * config/e-crisaout.c: Add copyright header.
1093         * config/e-criself.c, config/e-i386aout.c, config/e-i386coff.c,
1094         config/e-i386elf.c, config/e-mipscoff.c, config/e-mipself.c,
1095         config/obj-multi.c, config/te-aix5.h, config/te-armeabi.h,
1096         config/te-armlinuxeabi.h, config/te-dynix.h, config/te-epoc-pe.h,
1097         config/te-generic.h, config/te-gnu.h, config/te-go32.h,
1098         config/te-hppa64.h, config/te-hppalinux64.h, config/te-hpux.h,
1099         config/te-i386aix.h, config/te-ia64aix.h, config/te-interix.h,
1100         config/te-linux.h, config/te-lnews.h, config/te-lynx.h,
1101         config/te-mach.h, config/te-macos.h, config/te-nbsd532.h,
1102         config/te-nbsd.h, config/te-pc532mach.h, config/te-pe.h,
1103         config/te-pep.h, config/te-psos.h, config/te-riscix.h,
1104         config/te-sun3.h, config/te-svr4.h, config/te-symbian.h,
1105         config/te-wince-pe.h: Likewise.
1106
1107 2007-07-03  Nathan Sidwell  <nathan@codesourcery.com>
1108
1109         * config/tc-m68k.c (m68k_ip): Add j & K operand types.
1110         (install_operand): Add E encoding.
1111         (md_begin): Check and skip initial '.' arg character.
1112         (get_num): Add 0..511 case.
1113
1114 2007-07-03  Alan Modra  <amodra@bigpond.net.au>
1115
1116         PR 4713
1117         * config/obj-elf.c (elf_ecoff_set_ext): Make static when OBJ_MAYBE_ELF.
1118         * config/obj-elf.h (obj_ecoff_set_ext): Comment.
1119
1120 2007-07-03  Mikkel Lauritsen  <renard@nospam.dk>
1121
1122         PR 4722
1123         * app.c (do_scrub_chars <state 5>): Check for output buffer full
1124         after memcpy.
1125
1126 2007-07-02  Joseph Myers  <joseph@codesourcery.com>
1127
1128         * config/tc-mips.c (s_dtprelword, s_dtpreldword,
1129         s_dtprel_internal): New.
1130         (mips_pseudo_table): Add .dtprelword and .dtpreldword.
1131         (md_apply_fix): Handle BFD_RELOC_MIPS_TLS_DTPREL32 and
1132         BFD_RELOC_MIPS_TLS_DTPREL64.
1133
1134 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
1135
1136         * Makefile.am: Run "make dep-am".
1137         * Makefile.in: Regenerate.
1138         * aclocal.m4: Regenerate.
1139         * config.in: Regenerate.
1140         * doc/Makefile.in: Regenerate.
1141         * po/POTFILES.in: Regenerate.
1142         * po/gas.pot: Regenerate.
1143
1144 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
1145
1146         * config/tc-ppc.c (ppc_pe_section): Comment out code assigning
1147         coff section flag values to bfd section flag.
1148
1149 2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1150
1151         * aclocal.m4: Regenerated.
1152         * doc/Makefile.in: Likewise.
1153         * Makefile.in: Likewise.
1154
1155 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
1156
1157         * as.c (main): Only call create_obj_attrs_section if IS_ELF.
1158
1159 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
1160
1161         * as.c (create_obj_attrs_section): New.
1162         (main): Call create_obj_attrs_section for ELF.
1163         * read.c (s_gnu_attribute, skip_whitespace, skip_past_char,
1164         skip_past_comma, s_vendor_attribute): New.
1165         (potable): Add gnu_attribute for ELF.
1166         * read.h (s_vendor_attribute): Declare.
1167         * config/tc-arm.c (s_arm_eabi_attribute): Replace by wrapper
1168         round s_vendor_attribute.
1169         (aeabi_set_public_attributes): Update for new attributes
1170         interfaces.
1171         (arm_md_end): Remove attributes contents setting now done
1172         generically.
1173
1174 2007-06-29  M R Swami Reddy  <MR.Swami.Redd@nsc.com>
1175
1176         * Makefile.am: Add CR16 related entry.
1177         * Makefile.in: Regenerate.
1178         * config/tc-cr16.h: New file
1179         * config/tc-cr16.c: New file
1180         * doc/c-cr16.texi: New file for cr16 
1181         * doc/all.texi: Entry for cr16 
1182         * doc/Makefile.am: Added c-cr16.texi
1183         * doc/Makefile.in: Regenerate 
1184         * doc/as.texinfo: Entry for CR16 target
1185         * NEWS: Announce the support for the new target.
1186
1187 2007-06-26  Paul Brook  <paul@codesourcery.com>
1188
1189         * config/tc-arm.c (parse_operands): Accept generic coprocessor regs
1190         for OP_RVC.
1191         (reg_names): Add fpinst, pfinst2, mvfr0 and mvfr1.
1192
1193 2007-06-25  H.J. Lu  <hongjiu.lu@intel.com>
1194
1195         * config/tc-i386.c (process_operands): Replace regKludge
1196         with RegKludge.
1197
1198 2007-06-25  Richard Sandiford  <richard@codesourcery.com>
1199
1200         * config/tc-mips.h (TC_SYMFIELD_TYPE): New.
1201         * config/tc-mips.c (append_insn): Record which symbols have
1202         R_MIPS16_26 relocations against them.
1203         (mips_fix_adjustable): Don't reduce relocations against such symbols.
1204
1205 2007-06-22  Sterling Augustine  <sterling@tensilica.com>
1206
1207         * config/tc-xtensa.c (xg_assembly_relax): Comment termination rules.
1208         (frag_format_size): Handle RELAX_IMMED_STEP3.
1209         (xtensa_relax_frag, md_convert_frag): Likewise.
1210         * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_IMMED_STEP3.
1211         (RELAX_IMMED_MAXSTEPS): Adjust.
1212         * config/xtensa-relax.c (widen_spec_list): Add transitions from
1213         wide branches to branch-over-jumps.
1214         (build_transition): Handle wide branches in transition patterns.
1215         
1216 2007-06-22  H.J. Lu  <hongjiu.lu@intel.com>
1217
1218         * config/tc-i386.c (disp_size): New.
1219         (imm_size): Likewise.
1220         (output_disp): Use disp_size and imm_size.
1221         (output_imm): Use imm_size.
1222
1223 2007-06-19  Sterling Augustine  <sterling@tensilica.com>
1224
1225         * config/tc-xtensa.h (struct xtensa_frag_type): Update comment about
1226         use of literal_frag field.
1227         * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Record frag
1228         in the literal_frag field.
1229         (xtensa_move_literals): Use it here instead of searching.  Update
1230         literal_frag field with new value.
1231
1232 2007-06-14  Paul Brook  <paul@codesourcery.com>
1233
1234         * config/tc-arm.c (do_t_mov_cmp): Handle shift by register and
1235         narrow shift by immediate.
1236
1237 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
1238
1239         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
1240
1241         * acinclude.m4: Don't include m4 files.
1242         (BFD_BINARY_FOPEN): Removed.
1243         Remove libtool kludge.
1244
1245         * Makefile.in: Regenerated.
1246         * doc/Makefile.in: Likewise.
1247         * aclocal.m4: Likewise.
1248         * configure: Likewise.
1249
1250 2007-06-11  Sterling Augustine  <sterling@tensilica.com>
1251             Bob Wilson  <bob.wilson@acm.org>
1252         
1253         * config/tc-xtensa.c (XTENSA_PROP_INSN_NO_TRANSFORM): Renamed to...
1254         (XTENSA_PROP_NO_TRANSFORM): ...this.
1255         (frag_flags_struct): Move is_no_transform out of the insn sub-struct.
1256         (xtensa_mark_frags_for_org): New.
1257         (xtensa_handle_align): Set RELAX_ORG frag subtype for rs_org.
1258         (xtensa_post_relax_hook): Call xtensa_mark_frags_for_org.
1259         (get_frag_property_flags): Adjust reference to is_no_transform flag.
1260         (xtensa_frag_flags_combinable): Likewise.
1261         (frag_flags_to_number): Likewise.  Use XTENSA_PROP_NO_TRANSFORM.
1262         * config/tc-xtensa.h (xtensa_relax_statesE): Add RELAX_ORG.
1263         
1264 2007-06-06  Paul Brook  <paul@codesourcery.com>
1265
1266         * config/tc-arm.c (s_align): Pad code sections appropriately.
1267
1268 2007-06-05  Paul Brook  <paul@codesourcery.com>
1269
1270         * config/tc-arm.c (insns): Correct Thumb-2 ldrd/strd opcodes.
1271
1272 2007-06-05  Nick Clifton  <nickc@redhat.com>
1273
1274         PR gas/4587
1275         * config/tc-sparc.c (sparc_ip): Terminate tls_ops array.
1276
1277 2007-06-05  Alan Modra  <amodra@bigpond.net.au>
1278
1279         * config/tc-spu.c (spu_cons): Use deferred_expression.  Handle
1280         number@ppu.
1281         (tc_gen_reloc): Abort if neither addsy or subsy is set.
1282         (md_apply_fix): Don't attempt to resolve SPU_PPU relocs.
1283         * config/tc-spu.h (md_operand): Handle @ppu without sym.
1284
1285 2007-05-31  Paul Brook  <paul@codesourcery.com>
1286
1287         * config/tc-arm.c (insns): Allow strex on M profile cores.
1288
1289 2007-05-29  David S. Miller  <davem@davemloft.net>
1290             Jakub Jelinek  <jakub@redhat.com>
1291
1292         PR gas/4558
1293         * config/tc-sparc.c (md_apply_fix): Fix relocation overflow checks
1294         for BFD_RELOC_SPARC_WDISP16 and BFD_RELOC_SPARC_WDISP19.
1295
1296 2007-05-29  Alan Modra  <amodra@bigpond.net.au>
1297
1298         * config/tc-spu.h: Wrap in #ifndef/#endif.  Delete coff macros.
1299
1300 2007-05-29  Alan Modra  <amodra@bigpond.net.au>
1301
1302         * config/tc-ppc.c: Convert to ISO C.
1303         * config/tc-ppc.c: Likewise.
1304
1305 2007-05-29  Alan Modra  <amodra@bigpond.net.au>
1306
1307         * write.h (EXEC_MACHINE_TYPE): Delete.
1308         (string_byte_count, section_alignment): Delete.
1309
1310 2007-05-28  Nathan Sidwell  <nathan@codesourcery.com>
1311
1312         * app.c (do_scrub_chars): Cope with \ at end of buffer.
1313
1314 2007-05-26  Alan Modra  <amodra@bigpond.net.au>
1315
1316         * config/tc-ppc.c (ppc_insert_operand): Truncate sign bits in
1317         top 32 bits of 64 bit value if so doing results in passing
1318         range check.  Rewrite sign extension fudges similarly.  Enable
1319         fudges for powerpc64 too.  Report user value if range check
1320         fails rather than fudged value.  Negate PPC_OPERAND_NEGATIVE
1321         range rather than value, also to report user value on failure.
1322
1323 2007-03-25  Paul Brook  <paul@codesourcery.com>
1324
1325         * config/tc-arm.c (T2_SUBS_PC_LR): Define.
1326         (do_t_add_sub): Correctly encode subs pc, lr, #const.
1327         (do_t_mov_cmp): Correctly encode movs pc, lr.
1328
1329 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
1330
1331         * Makefile.in: Regnerate.
1332         * configure: Regenerate.
1333         * aclocal.m4: Regenerate.
1334         * doc/Makefile.in: Regenerate.
1335
1336 2007-05-22  Bob Wilson  <bob.wilson@acm.org>
1337         
1338         * doc/c-xtensa.texi (Xtensa Automatic Alignment): Remove statements
1339         and index entries about automatic alignment of ENTRY instructions.
1340         
1341 2007-05-22  Nick Clifton  <nickc@redhat.com>
1342
1343         * doc/as.texinfo: Use @copying around the copyright notice.
1344
1345 2007-05-18  Joseph Myers  <joseph@codesourcery.com>
1346
1347         * config/tc-mips.c (s_mipsset): Use generic s_set for directives
1348         containing a comma.
1349
1350 2007-05-17  H.J. Lu  <hongjiu.lu@intel.com>
1351
1352         PR gas/4517
1353         2003-06-05  Michal Ludvig  <mludvig@suse.cz>
1354         * doc/as.texinfo: Document new directives: .cfi_restore, 
1355         .cfi_undefined, .cfi_same_value, .cfi_return_column, 
1356         .cfi_remember_state and .cfi_restore_state.
1357
1358 2007-05-17  Nathan Sidwell  <nathan@codesourcery.com>
1359
1360         * config/tc-m68k.c (md_apply_fix): Show value of out of range
1361         fixups in error message.
1362         (md_conver_frag_1): Propagate the fix source location and use
1363         as_bad_where rather than fatal, for better error messages.
1364
1365 2007-05-16  Paul Brook  <paul@codesourcery.com>
1366
1367         * config/tc-arm.c (v7m_psrs): Add uppercase PSR names and xpsr.
1368
1369 2007-05-15  Mark Shinwell  <shinwell@codesourcery.com>
1370
1371         * app.c (do_scrub_chars): Don't damage \@ pseudo-variables.
1372
1373 2007-05-15  Vincent Riviere  <vincent.riviere@freesbee.fr>      
1374
1375         PR gas/3041
1376         * config/tc-m68k.c (relaxable_symbol): Make sure that the correct
1377         addend is stored for relocs against weak symbols.
1378         (md_apply_fix): So not loose track of addend for relocs against
1379         weak symbols.
1380
1381 2007-05-14  Thiemo Seufer  <ths@mips.com>
1382
1383         * config/tc-mips.c (md_parse_option): Fix parsing of -O option.
1384
1385 2007-05-14  Mei Ligang  <ligang@sunnorth.com.cn>
1386
1387         * config/tc-score.c (data_op2, validate_immediate): Fix bug for
1388         addri, addri.c, subi, and subi.c when immediate number is hex.
1389         (score_insns): Remove subis and subis.c.
1390         (do_sub_rdi16): Delete.
1391         
1392 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
1393
1394         * config/tc-spu.c (md_pseudo_table): Add int, long, quad.  Call
1395         spu_cons for word.
1396         (md_assemble): Tidy use of insn.flag.
1397         (get_imm): Likewise.  Handle uppercase input too.
1398         (spu_cons): New function.
1399         * config/tc-spu.h (tc_fix_adjustable): Don't adjust SPU_PPU relocs.
1400         (TC_FORCE_RELOCATION): Don't resolve them either.
1401
1402 2007-05-05  Mark Shinwell  <shinwell@codesourcery.com>
1403  
1404         * config/tc-arm.c (md_apply_fix): Generate more accurate
1405         diagnostic when 8-bit immediate range is exceeded for
1406         BFD_RELOC_ARM_OFFSET_IMM8.
1407
1408 2007-05-04  Alan Modra  <amodra@bigpond.net.au>
1409
1410         PR gas/4460
1411         * config/tc-i386.c (lex_got): Don't replace the reloc token with
1412         a space if we already have a space.
1413
1414 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
1415
1416         * config/tc-i386.c (match_template): Don't explicitly check
1417         suffix for crc32 in Intel mode.
1418         (process_suffix): Issue an error for crc32 if the operand size
1419         is ambiguous.
1420
1421 2007-05-03  Vincent Riviere  <vincent.riviere@freesbee.fr>
1422             Nick Clifton  <nickc@redhat.com>
1423
1424         PR gas/3041
1425         * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
1426         (tc_gen_reloc): Adjust the addend of relocs against weak symbols.
1427         (md_apply_fix): Put zero values into the frags referencing weak
1428         symbols.
1429
1430 2007-05-02  Alan Modra  <amodra@bigpond.net.au>
1431
1432         PR 4448
1433         * config/tc-ppc.c (ppc_insert_operand): Don't increase min for
1434         PPC_OPERAND_PLUS1.
1435
1436 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1437
1438         * config/tc-i386.c (match_template): Check suffix for crc32 in
1439         Intel mdoe.
1440         (process_suffix): Default the suffix of 8bit crc32 to
1441         BYTE_MNEM_SUFFIX.
1442         (check_byte_reg): Skip check for 8bit crc32.
1443
1444 2007-04-30  H.J. Lu  <hongjiu.lu@intel.com>
1445
1446         * config/tc-i386.c (md_assemble): Use register_prefix in
1447         error/warning message.
1448         (check_byte_reg): Likewise.
1449         (check_long_reg): Likewise.
1450         (check_qword_reg): Likewise.
1451         (check_word_reg): Likewise.
1452         (process_operands): Likewise.
1453
1454 2007-04-30  Alan Modra  <amodra@bigpond.net.au>
1455
1456         PR 4436
1457         * config/tc-ppc.c (ppc_insert_operand): Disable range check if
1458         min > max.
1459
1460 2007-04-28  Thiemo Seufer  <ths@networkno.de>
1461
1462         * config/tc-mips.c: Fix comment.
1463
1464 2007-04-26  Anatoly Sokolov <aesok@post.ru>
1465
1466         * config/tc-avr.c (mcu_types): Add support for atmega8hva and
1467         atmega16hva devices. Move at90usb82 device to 'avr5' architecture.
1468         * doc/c-avr.texi: Document new devices.
1469
1470 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
1471
1472         * Makefile.am: Run "make dep-am".
1473         * Makefile.in: Regenerate.
1474
1475 2007-04-23  Nathan Sidwell  <nathan@codesourcery.com>
1476
1477         * config/tc-m68k.c (mcf54455_ctrl): New.
1478         (HAVE_LONG_DISP, HAVE_LONG_CALL, HAVE_LONG_COND): New.
1479         (m68k_archs): Add isac.
1480         (m68k_cpus): Add 54455 family.
1481         (m68k_ip): Split Bg into Bb, Bs, Bg.
1482         (m68k_elf_final_processing): Add ISA_C.
1483         * doc/c-m68k.texi (M680x0 Options): Add isac.
1484
1485 2007-04-22  Alan Modra  <amodra@bigpond.net.au>
1486
1487         * read.c (read_a_source_file): Skip multiple spaces to
1488         cover hack in mmix md_start_line_hook which overwrites a
1489         colon with a space.  Delete sermon and needless assertion.
1490
1491 2007-04-21  Alan Modra  <amodra@bigpond.net.au>
1492
1493         * config/atof-vax.c (atof_vax_sizeof): Change return type to unsigned.
1494         (md_atof): Make number_of_chars unsigned.  Revert last change.
1495         * config/tc-or32.c (md_apply_fix): Delete bogus assertions.
1496         * config/tc-sh.c (sh_optimize_expr): Only define for OBJ_ELF.
1497         * config/tc-sh.h (md_optimize_expr): Likewise.
1498         * config/tc-sh64.c (shmedia_md_pcrel_from_section): Delete bogus
1499         assertion.
1500         * config/tc-xtensa.c (convert_frag_immed_finish_loop): Likewise.
1501
1502 2007-04-21  Nick Clifton  <nickc@redhat.com>
1503
1504         * config/atof-vax.c (md_atof): Fix comparison inside know().
1505
1506         * config/tc-ia64.c (emit_one_bundle): Fix typo.
1507
1508 2007-04-21  Alan Modra  <amodra@bigpond.net.au>
1509
1510         * expr.c (expr): Assert on rankarg, not rank which can be unsigned.
1511         * read.c (read_a_source_file): Remove buffer_limit[-1] assertion.
1512         Don't skip over NUL char.
1513         (pseudo_set): Set X_op for registers to O_register.
1514         * symbols.c (symbol_clone): Remove assertion that sym is defined.
1515         (resolve_symbol_value): Resolve O_register symbols.
1516         * config/tc-i386.c (parse_real_register): Don't use i386_float_regtab.
1517         Instead find st(0) by hash lookup.
1518         * config/tc-ppc.c (ppc_macro): Warning fix.
1519
1520         * as.h (ENABLE_CHECKING): Default define to 0.
1521         (know): Assert if ENABLE_CHECKING.
1522         (struct relax_type): Remove superfluous declaration.
1523         * configure.in (--enable-checking): New.
1524         * configure: Regenerate.
1525         * config.in: Regenerate.
1526         * config/tc-ppc.c (ppc_setup_opcodes): Do checks when ENABLE_CHECKING.
1527         Check for duplicate powerpc_operands entries.
1528
1529 2007-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1530
1531         * config/tc-m68k.c (mcf5253_ctrl): New.
1532         (mcf52223_ctrl): New.
1533         (m68k_cpus): Add 5253, 52221, 52223.
1534
1535         * config/m68k-parse.h (RAMBAR_ALT): New.
1536         * config/tc-m68k.c (mcf5206_ctrl, mcf5307_ctrl): New.
1537         (mcf_ctrl, mcf5208_ctrl, mcf5210a_ctrl, mcf5213_ctrl, mcf52235_ctrl,
1538         mcf5225_ctrl, mcf5235_ctrl, mcf5271_ctrl, mcf5275_ctrl,
1539         mcf5282_ctrl, mcf5329_ctrl, mcf5373_ctrl, mcfv4e_ctrl,
1540         mcf5475_ctrl, mcf5485_ctrl): Add RAMBAR synonym for
1541         RAMBAR1.
1542         (mcf5272_ctrl): Add RAMBAR0, replace add RAMBAR with RAMBAR_ALT.
1543         (m68k_cpus): Adjust 5206, 5206e & 5307 entries.
1544         (m68k_ip) <Case J>: Detect when RAMBAR_ALT should be used.  Add it
1545         to control register mapping.
1546
1547 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
1548
1549         * messages.c (as_internal_value_out_of_range): Fix typo in
1550         error message.  Return after printing domain error.
1551         * config/tc-ppc.c (ppc_insert_operand): Preserve low zero bits
1552         in max when shifting right.
1553
1554 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
1555
1556         * messages.c (as_internal_value_out_of_range): Extend to report
1557         errors for values with invalid low bits set.
1558         * config/tc-ppc.c (ppc_setup_opcodes): Check powerpc_operands bitm
1559         fields.  Check that operands and opcode fields are disjoint.
1560         (ppc_insert_operand): Check operands using mask rather than bit
1561         count.   Check low bits too.  Handle PPC_OPERAND_PLUS1.  Adjust
1562         insertion code.
1563         (md_apply_fix): Adjust for struct powerpc_operand change.
1564
1565 2007-04-19  Paul Brook  <paul@codesourcery.com>
1566
1567         * config/tc-arm.c (md_assemble): Only allow 16-bit instructions on
1568         Thumb-1.  Add sanity check for bogus relaxations.
1569
1570 2007-04-19  Paul Brook  <paul@codesourcery.com>
1571
1572         * config/tc-arm.c (insns): Allow rsb and rsbs on Thumb-1.
1573
1574 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
1575
1576         * Makefile.am: Run "make dep-am".
1577         * Makefile.in: Regenerate.
1578
1579 2007-04-19  Nathan Froyd <froydnj@codesourcery.com>
1580
1581         * doc/c-ppc.texi (PowerPC-Opts): Document -me500, -me500x2, -mspe.
1582
1583 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
1584
1585         * doc/c-i386.texi; Document .ssse3, .sse4.1, .sse4.2 and .sse4.
1586
1587 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
1588
1589         * config/tc-i386.c (cpu_arch): Add .sse4.2 and .sse4.
1590         (match_template): Handle operand size for crc32 in SSE4.2.
1591         (process_suffix): Handle operand type for crc32 in SSE4.2.
1592         (output_insn): Support SSE4.2.
1593
1594 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
1595
1596         * config/tc-i386.c (cpu_arch): Add .sse4.1.
1597         (process_operands): Adjust implicit operand for blendvpd,
1598         blendvps and pblendvb in SSE4.1.
1599         (output_insn): Support SSE4.1.
1600
1601 2007-04-18  Paul Brook  <paul@codesourcery.com>
1602
1603         * config/tc-arm.c (do_t_rsb): Use 16-bit encoding when possible.
1604
1605 2007-04-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1606
1607         * config/tc-sh.c (sh_handle_align):  Call as_bad_where instead
1608         of as_warn_where for misaligned data.
1609
1610 2007-04-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1611
1612         * config/tc-sh.c (align_test_frag_offset_fixed_p): Handle
1613         rs_fill frags.
1614
1615 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
1616
1617         * Makefile.am: Add ACLOCAL_AMFLAGS.
1618         * Makefile.in: Regenerate.
1619
1620 2007-04-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1621
1622         * config/tc-sh.c (align_test_frag_offset_fixed_p): New.
1623         (sh_optimize_expr): Likewise.
1624         * config/tc-sh.h (md_optimize_expr): Define.
1625         (sh_optimize_expr): Prototype.
1626
1627 2007-04-06  Matt Thomas  <matt@netbsd.org>
1628
1629         * config/tc-vax.c (vax_cons): Added to support %pcrel{8,16,32}(exp)
1630         to emit pcrel relocations by DWARF2 in non-code sections.  Borrowed
1631         heavily from tc-sparc.c.  (vax_cons_fix_new): Likewise.
1632
1633 2007-04-04  Kazu Hirata  <kazu@codesourcery.com>
1634
1635         * config/tc-m68k.c (HAVE_LONG_BRANCH): Add fido_a.
1636
1637 2007-04-04  Paul Brook  <paul@codesourcery.com>
1638
1639         * config/tc-arm.c (do_neon_ext): Enforce immediate range.
1640         (insns): Use I15 for vext.
1641
1642 2007-04-04  Paul Brook  <paul@codesourcery.com>
1643
1644         * configure.tgt: Loosen checks for arm uclinux eabi targets.
1645
1646 2007-04-02  Sterling Augustine  <sterling@tensilica.com>
1647
1648         * config/tc-xtensa.c (xtensa_flush_pending_output): Check
1649         outputting_stabs_line_debug.
1650
1651 2007-03-26  Anatoly Sokolov <aesok@post.ru>
1652
1653         * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
1654         at90usb162, atmega325p, atmega329p, atmega3250p and atmega3290p
1655         devices.
1656         * doc/c-avr.texi: Document new devices.
1657
1658 2007-04-02  Richard Sandiford  <richard@codesourcery.com>
1659
1660         * doc/as.texinfo: Add -mvxworks-pic to the list of MIPS options.
1661         * doc/c-mips.texi (-KPIC, -mvxworks-pic): Document.
1662         * config/tc-mips.c (md_show_usage): Mention -mvxworks-pic.
1663
1664 2007-03-30  Sterling Augustine  <sterling@tensilica.com>
1665             Bob Wilson  <bob.wilson@acm.org>
1666
1667         * config/tc-xtensa.c (xtensa_move_labels): Remove loops_ok argument.
1668         Do not check is_loop_target flag.
1669         (xtensa_frob_label): Adjust calls to xtensa_move_labels.
1670         (xg_assemble_vliw_tokens): Likewise.  Also avoid calling
1671         xtensa_move_labels for alignment of loop opcodes.
1672         
1673 2007-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1674
1675         * config/tc-i386.c (process_suffix): Reindent a bit.
1676
1677 2007-03-30  Paul Brook  <paul@codesourcery.com>
1678
1679         * config/tc-arm.c (encode_thumb2_ldmstm): New function.
1680         (do_t_ldmstm): Generate 16-bit push/pop.  Use encode_thumb2_ldmstm.
1681         (do_t_push_pop):  Use encode_thumb2_ldmstm.
1682
1683 2007-03-29  DJ Delorie  <dj@redhat.com>
1684
1685         * config/tc-m32c.c (rl_for, relaxable): Protect argument.
1686         (md_relax_table): Add entries for ADJNZ macros.
1687         (M32C_Macros): Add ADJNZ macros.
1688         (subtype_mappings): Add entries for ADJNZ macros.
1689         (insn_to_subtype): Check for adjnz and sbjnz insns.
1690         (md_estimate_size_before_relax): Pass insn to insn_to_subtype.
1691         (md_convert_frag): Convert adjnz and sbjnz.
1692
1693 2007-03-29  Nick Clifton  <nickc@redhat.com>
1694
1695         * itbl-ops.c (itbl_entry): Remove unnecessary and excessively long
1696         initialization.
1697         * itbl-ops.h (enum e_processor): Initialise the e_nprocs field
1698         using ITBL_NUMBER_OF_PROCESSORS.
1699         * itbl-parse.y (yyerror): Remove use of redundant macro PARAMS.
1700
1701 2007-03-28  H.J. Lu  <hongjiu.lu@intel.com>
1702
1703         * config/tc-i386.c (build_modrm_byte): For instructions with 2
1704         register operands, encode destination in i.rm.regmem if its
1705         RegMem bit is set.
1706
1707 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
1708             Phil Edwards  <phil@codesourcery.com>
1709
1710         * doc/as.texinfo: Put the contents after the title page rather
1711         than at the end of the document.
1712
1713 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
1714
1715         * NEWS: Mention ".reloc".
1716
1717 2007-03-26  Sterling Augustine  <sterling@tensilica.com>
1718         
1719         * config/tc-xtensa.c (xg_translate_idioms): Allow assembly idioms
1720         in FLIX instructions.
1721         
1722 2007-03-26  Julian Brown  <julian@codesourcery.com>
1723
1724         * config/tc-arm.c (arm_it): Add immisfloat field.
1725         (parse_qfloat_immediate): Disallow integer syntax for floating-point
1726         immediates. Fix hex immediates, handle 0.0 and -0.0 specially.
1727         (parse_neon_mov): Set immisfloat bit for operand if it parsed as a
1728         float.
1729         (neon_cmode_for_move_imm): Reject non-float immediates for float
1730         operands.
1731         (neon_move_immediate): Pass immisfloat bit to neon_cmode_for_move_imm.
1732
1733 2007-03-26  Julian Brown  <julian@codesourcery.com>
1734
1735         * doc/c-arm.texi: Add documentation for .dn/.qn directives.
1736
1737 2007-03-26  Alan Modra  <amodra@bigpond.net.au>
1738
1739         * doc/as.texinfo (Reloc): Document.
1740         * read.c (potable): Add "reloc".
1741         (s_reloc): New function.
1742         * write.c (reloc_list): New global var.
1743         (resolve_reloc_expr_symbols): New function.
1744         (write_object_file): Call it.
1745         (write_relocs): Process reloc_list.
1746         * write.h (struct reloc_list): New.
1747         (reloc_list): Declare.
1748
1749 2007-03-24  Paul Brook  <paul@codesourcery.com>
1750
1751         * config/tc-arm.c (do_t_ldmstm): Error on Thumb-2 addressing modes.
1752
1753 2007-03-24  Paul Brook  <paul@codesourcery.com>
1754         Mark Shinwell  <shinwell@codesourcery.com>
1755
1756         * config/tc-arm.c (operand_parse_code): Add OP_oRRw.
1757         (parse_operands): Don't expect comma if first operand missing.
1758         Handle OP_oRRw.
1759         (do_srs): Encode register number, checking it is r13.  Update comment.
1760         (insns): Update SRS entries to take a register.
1761
1762 2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
1763
1764         * config/tc-i386.c (md_begin): Allow '.' in mnemonic.
1765
1766 2007-03-23  Mark Shinwell  <shinwell@codesourcery.com>
1767
1768         * config/tc-arm.c (md_apply_fix): Turn CBZ instructions that
1769         attempt to jump to the next instruction into NOPs.
1770
1771 2007-03-23  Alan Modra  <amodra@bigpond.net.au>
1772
1773         * config/tc-spu.c: Don't include opcode/spu.h.
1774         (md_assemble): Set tc_fix_data.insn_tag and arg_format.
1775         (md_apply_fix): Adjust.
1776         * config/tc-spu.h: Include opcode/spu.h.
1777         (struct tc_fix_info): New.
1778         (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
1779         (TC_FORCE_RELOCATION): Define.
1780
1781 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
1782
1783         * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
1784
1785 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
1786
1787         * config/tc-i386.c (process_suffix): Check 0x90 instead of
1788         xchg for xchg %rax,%rax.
1789
1790 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
1791
1792         * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
1793         and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
1794
1795 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
1796
1797         PR binutils/4218
1798         * config/tc-i386.c (match_template): Properly handle 64bit mode
1799         "xchg %eax, %eax".
1800
1801 2007-03-21  Anton Ertl  <anton@mips.complang.tuw>
1802
1803         PR gas/4124
1804         * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
1805
1806 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
1807
1808         * Makefile.am: Run dep-am.
1809         * Makefile.in: Regenerated.
1810
1811         * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
1812
1813         * config/tc-i386.h: Include "opcodes/i386-opc.h".
1814         (NOP_OPCODE): Removed.
1815         (template): Likewise.
1816
1817 2007-03-21  Andreas Schwab  <schwab@suse.de>
1818
1819         * config/tc-i386.h (NOP_OPCODE): Restore.
1820
1821 2007-03-18  Mark Shinwell  <shinwell@codesourcery.com>
1822
1823         * config/tc-arm.c (do_mul): Don't warn about overlapping
1824         Rd and Rm operands when assembling for v6 or above.
1825         Correctly capitalize register names in the messages.
1826         (do_mlas): Likewise.  Delete spurious blank line.
1827
1828 2007-03-16  Kazu Hirata  <kazu@codesourcery.com>
1829
1830         * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
1831
1832 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
1833
1834         * config/tc-i386.c (md_begin): Use i386_regtab_size to scan 
1835         i386_regtab.
1836         (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
1837         on i386_regtab.
1838
1839 2007-03-15  Alexandre Oliva  <aoliva@redhat.com>
1840
1841         PR gas/4184
1842         * app.c (do_scrub_chars): PUT after setting states.
1843
1844 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
1845
1846         * Makefile.am: Run "make dep-am".
1847         * Makefile.in: Regenerated.
1848
1849         * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
1850         "opcode/i386.h".
1851         (md_begin): Check reg_name != NULL for the last entry in
1852         i386_regtab.
1853
1854         * config/tc-i386.h: Move many entries to opcode/i386.h and
1855         opcodes/i386-opc.h.
1856
1857         * configure.in (need_opcodes): Set true for i386.
1858         * configure: Regenerated.
1859
1860 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
1861
1862         * Makefile.am (REPORT_BUGS_TO): Removed.
1863         (INCLUDES): Remove -DREPORT_BUGS_TO.
1864         * Makefile.in: Regenerated.
1865
1866         * configure.in (--with-bugurl): Removed.
1867         * configure: Regenerated.
1868
1869         * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
1870         (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
1871         (TEXI2DVI): Likewise.
1872         (gasver.texi): Removed.
1873         (MOSTLYCLEANFILES): Remove gasver.texi.
1874         (as.1): Don't depend on gasver.texi.
1875         * doc/Makefile.in: Regenerated.
1876
1877         * doc/as.texi: Include bfdver.texi instead of gasver.texi.
1878
1879 2007-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
1880
1881         * config/tc-arm.c (arm_copy_symbol_attributes): New.
1882         * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
1883         (TC_COPY_SYMBOL_ATTRIBUTES): Define.
1884         * gas/symbols.c (copy_symbol_attributes): Use
1885         TC_COPY_SYMBOL_ATTRIBUTES.
1886
1887 2007-03-14  Paul Brook  <paul@codesourcery.com>
1888
1889         * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
1890
1891 2007-03-14  Alan Modra  <amodra@bigpond.net.au>
1892
1893         PR 4029
1894         * write.c (relax_segment): Insert extra alignment padding
1895         to break infinite relax loop when given impossible
1896         gcc_except_table assembly.
1897
1898 2007-03-12  H.J. Lu  <hongjiu.lu@intel.com>
1899
1900         * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
1901         on i.tm.base_opcode.
1902         (match_template): Likewise.
1903         (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
1904
1905         * config/tc-i386.h (Opcode_D): New.
1906         (Opcode_FloatR): Likewise.
1907         (Opcode_FloatD): Likewise.
1908         (D): Redefined.
1909         (W): Likewise.
1910         (FloatMF): Likewise.
1911         (FloatR): Likewise.
1912         (FloatD): Likewise.
1913
1914 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
1915
1916         * app.c (do_scrub_chars): Recognize comments after # line "file".
1917         * read.c (get_linefile_number): New.
1918         (s_app_line): Accept ill-formed .linefile lines as comments.
1919
1920 2007-03-09  Alan Modra  <amodra@bigpond.net.au>
1921
1922         * config/tc-i386.h (WORKING_DOT_WORD): Define.
1923
1924 2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
1925
1926         * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
1927         * as.h (new_logical_line_flags): New.
1928         * input-scrub.c (new_logical_line): Turned into wrapper for...
1929         (new_logical_line_flags): this.  Handle flags.
1930         * read.c (potable): Add linefile.  Adjust appline argument.
1931         (s_app_file): Fake .appfiles no more.
1932         (s_app_line): For .linefile, accept file name and flags.
1933
1934 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
1935
1936         * symbols.c (symbol_relc_make_sym): Comment typo fixes.
1937
1938 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
1939
1940         * Makefile.am: Run "make dep-am".
1941         * Makefile.in: Regenerate.
1942         * po/POTFILES.in: Regenerate.
1943
1944 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
1945
1946         * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
1947         bug-reporting URL.
1948         * doc/Makefile.am (gasver.texi): Define BUGURL.
1949         * doc/as.texinfo: Use BUGURL.
1950         * Makefile.in, configure, doc/Makefile.in: Regenerate.
1951
1952 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
1953
1954         * config/tc-s390.c (md_parse_option): z9-ec option added.
1955
1956 2007-03-02  Paul Brook  <paul@codesourcery.com>
1957
1958         * config/tc-arm.c (relax_immediate): Always return positive values.
1959         (relaxed_symbol_addr): New function.
1960         (relax_adr, relax_branch): Use it.
1961         (arm_relax_frag): Pass strect argument.  Adjust infinite loop check.
1962
1963 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
1964
1965         * as.c (parse_args): Update copyright date.
1966
1967 2007-02-28  Nathan Sidwell  <nathan@codesourcery.com>
1968
1969         * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
1970
1971 2007-02-28  Nick Clifton  <nickc@redhat.com>
1972
1973         PR gas/3797
1974         * config/tc-d10v.c (do_assemble): Do not generate error messages,
1975         just return -1 whenever a problem is encountered.
1976         (md_assemble): If do_assemble returns -1 generate a non-fatal
1977         error message and return.
1978
1979         PR gas/2623
1980         * config/tc-msp430.c (line_separator_char): Change to '{'.
1981
1982 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
1983
1984         * config/tc-m68hc11.c (fixup24): Correct fixup size.
1985         (build_jump_insn): Likewise.
1986         (build_insn): Likewise.
1987         (s_m68hc11_relax): Likewise.
1988
1989 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
1990
1991         * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
1992
1993 2007-02-25  Mark Shinwell  <shinwell@codesourcery.com>
1994
1995         * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
1996
1997 2007-02-23  Alan Modra  <amodra@bigpond.net.au>
1998
1999         * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
2000         (md_assemble): Likewise.
2001
2002 2007-02-22  Alan Modra  <amodra@bigpond.net.au>
2003
2004         * write.c (size_seg): Always clear SEC_RELOC here.
2005         (install_reloc): New function, extracted from..
2006         (write_relocs): ..here.  Combine RELOC_EXPANSION_POSSIBLE code
2007         with !RELOC_EXPANSION_POSSIBLE code.  Don't add fr_offset when
2008         testing frag size.  Set SEC_RELOC here.
2009
2010 2007-02-21  Alan Modra  <amodra@bigpond.net.au>
2011
2012         PR 4082
2013         * config/tc-avr.h (TC_FX_SIZE_SLACK): Define.
2014
2015 2007-02-20  Thiemo Seufer  <ths@mips.com>
2016
2017         * doc/c-mips.texi: Document 74kc, 74kf, 74kx.
2018
2019 2007-02-20  Thiemo Seufer  <ths@mips.com>
2020
2021         * config/tc-mips.c (mips_cpu_info_table): Add 74K configurations.
2022
2023 2007-02-20  Thiemo Seufer  <ths@mips.com>
2024             Chao-Ying Fu  <fu@mips.com>
2025
2026         * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
2027         ISA_SUPPORTS_DSPR2_ASE, MIPS_CPU_ASE_DSPR2): Add DSP R2 ASE support.
2028         (macro_build): Add case '2'.
2029         (macro): Expand M_BALIGN to nop, packrl.ph or balign.
2030         (validate_mips_insn): Add support for balign instruction.
2031         (mips_ip): Handle DSP R2 instructions. Support balign instruction.
2032         (OPTION_DSPR2, OPTION_NO_DSPR2, OPTION_COMPAT_ARCH_BASE,
2033         md_parse_option, mips_after_parse_args): Add -mdspr2 and -mno-dspr2
2034         command line options.
2035         (s_mipsset): Add support for .set dspr2 and .set nodspr2 directives.
2036         (md_show_usage): Add -mdspr2 and -mno-dspr2 help output.
2037         * doc/c-mips.texi, doc/as.texinfo: Document -mdspr2, -mno-dspr2,
2038         .set dspr2, .set nodspr2.
2039
2040 2007-02-20  Nathan Sidwell  <nathan@codesourcery.com>
2041
2042         * config/tc-m68k.c (mcf5210a_ctrl, mcf52235_ctrl, mcf5225_ctrl): New.
2043         (m68k_cpus): Add 5210a..5211a, 52230..52235 5224..5225.
2044
2045 2007-02-18  Alan Modra  <amodra@bigpond.net.au>
2046
2047         * write.c (TC_FX_SIZE_SLACK): Define.
2048         (write_relocs): Reinstate check for fixup within frag.
2049         * config/tc-bfin.h (TC_FX_SIZE_SLACK): Define.
2050         * config/tc-h8300.h (TC_FX_SIZE_SLACK): Define.
2051         * config/tc-mmix.h (TC_FX_SIZE_SLACK): Define.
2052         * config/tc-sh.h (TC_FX_SIZE_SLACK): Define.
2053         * config/tc-xstormy16.h (TC_FX_SIZE_SLACK): Define.
2054
2055 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
2056             Nathan Sidwell  <nathan@codesourcery.com>
2057             Vladimir Prus  <vladimir@codesourcery.com
2058             Joseph Myers  <joseph@codesourcery.com>
2059
2060         * configure.in (--with-bugurl): New option.
2061         * configure: Regenerate.
2062         * dep-in.sed: Remove bin-bugs.h.
2063         * Makefile.am (REPORT_BUGS_TO): Define.
2064         (INCLUDES): Define REPORT_BUGS_TO.
2065         (DEP_INCLUDES): Likewise.
2066         ($(OBJS)): No longer depend on bin-bugs.h.
2067         * Makefile.in: Regenerate.
2068         * doc/Makefile.in: Regenerate.
2069         * as.c (show_usage): Don't print empty REPORT_BUGS_TO.
2070         * as.h: Remove include of bin-bugs.h.
2071
2072 2007-02-17  Alan Modra  <amodra@bigpond.net.au>
2073
2074         * write.c: White space fixes.
2075         (fixup_segment): Move symbol_mri_common_p adjustments..
2076         (write_relocs): ..and symbol_equated_reloc_p adjustments..
2077         (adjust_reloc_syms): ..to here.
2078
2079 2007-02-16  Alan Modra  <amodra@bigpond.net.au>
2080
2081         * subsegs.c (subseg_change, subseg_get): Use xcalloc rather than
2082         xmalloc, memset.  Don't bother assigning NULL to known zero mem.
2083         (subseg_set_rest): Remove unnecessary cast.
2084         * write.c: Include libbfd.h.  Replace PTR with void * throughout.
2085         Remove unnecessary forward declarations and casts.
2086         (set_symtab): Delete extern bfd_alloc.
2087         (fixup_segment): Move.
2088
2089 2007-02-15  Nathan Sidwell  <nathan@codesourcery.com>
2090
2091         * config/m68k-parse.h (m68k_register): Add ROMBAR0, ASID.
2092         * config/tc-m68k.c (mcfv4e_ctrl): Add ColdFire specific names.
2093         (mcf5475_ctrl, mcf5485_ctrl): New.
2094         (m68k_cpus): Use mcf5485_ctrl and mcf5485_ctrl for those families.
2095         (m68k_ip): Add ASID, MMUBAR, ROMBAR0 handling.
2096         (init_table): Add asid, mmubar, adjust rombar0.
2097
2098 2007-02-14  Alan Modra  <amodra@bigpond.net.au>
2099
2100         * config/tc-i386.h (Seg2ShortForm, Seg3ShortForm): Delete.
2101         * config/tc-i386.c: Wrap overly long lines, whitespace fixes.
2102         (process_operands): Move old Seg2ShortForm and Seg3ShortForm
2103         code, and test for these insns using a combination of
2104         opcode_modifier and operand_types.
2105
2106 2007-02-07  Paul Brook  <paul@codesourcery.com>
2107
2108         * configure.tgt: Add arm*-*-uclinux-*eabi.
2109
2110 2007-02-05  Dave Brolley  <brolley@redhat.com>
2111             Richard Sandiford  <rsandifo@redhat.com>
2112             DJ Delorie  <dj@redhat.com>
2113             Stan Cox  <scox@redhat.com>
2114             Jim Blandy  <jimb@redhat.com>
2115             Nick Clifton  <nickc@redhat.com>
2116             Jim Wilson  <wilson@redhat.com>
2117             Frank Ch. Eigler  <fche@redhat.com>
2118             Graydon Hoare  <graydon@redhat.com>
2119             Ben Elliston  <bje@redhat.com>
2120             John Healy  <jhealy@redhat.com>
2121             Richard Henderson  <rth@redhat.com>
2122
2123         * Makefile.am (CPU_TYPES): Add mep.
2124         (TARGET_CPU_CFILES): Add tc-mep.c.
2125         (TARGET_CPU_HFILES): Add tc-mep.h.
2126         (DEPTC_mep_elf): New variable.
2127         (DEPTC_mep_coff): Likewise.
2128         (DEPOBJ_mep_coff, DEPOBJ_mep_elf, DEP_mep_coff, DEP_mep_elf): Likewise.
2129         * configure.in: Support mep.
2130         * configure.tgt: Likewise.
2131         * config/tc-mep.c: New file.
2132         * config/obj-elf.c: New file.
2133         * config/tc-mep.c: New file.
2134         * config/tc-mep.h: New file.
2135         * testsuite/gas/mep: New testsuite with content.
2136         * Makefile.in: Regenerate.
2137         * configure: Regenerate.
2138
2139 2007-02-05  Dave Brolley  <brolley@redhat.com>
2140
2141         * cgen.c (gas_cgen_install_complex_reloc): Removed.
2142         (complex_reloc_installation_howto): Removed.
2143
2144 2007-02-05  Dave Brolley  <brolley@redhat.com>
2145             Graydon Hoare  <graydon@redhat.com>
2146             DJ Delorie  <dj@redhat.com>
2147             Catherine Moore  <clm@redhat.com>
2148             Michael Chastain  <chastain@redhat.com>
2149             Frank Ch. Eigler  <fche@redhat.com>
2150
2151         * symbols.c (use_complex_relocs_for): New, to decide
2152         when to use complex relocs. Add signed RELC support.
2153         (resolve_symbol_value): Call use_complex_relocs_for. Unconditionally
2154         encode expression symbols as mangled complex relocation symbols (when
2155         compiled with -DOBJ_COMPLEX_RELOC).
2156         (symbol_relc_make_sym,value,expr): New traversal/conversion routines.
2157         * cgen.c (gas_cgen_md_apply_fix3):  Only set signed_p if RELC. Call
2158         encode_addend with new args. Modify to get start, length from
2159         ifield whenever it is set. Also change condition on which
2160         self-describing relocs are encoded. Add hook into
2161         gas_cgen_encode_addend.
2162         (queue_fixup_recursively): Add signed RELC support. Change from masked
2163         expr to trunc flag. Restore assignment of sub-field value to
2164         temporary in fixups array. Reflect changed meaning of last arg to
2165         queue_fixup_recursively.
2166         (fixup): Add cgen_maybe_multi_ifield member.
2167         (make_right_shifted_expr): New function.
2168         (queue_fixup): Change to recursive function that fragments
2169         fixups if operand has a multi-ifield.
2170         (gas_cgen_parse_operand): Add RELC code to wrap expressions in
2171         symbols, call weak_operand_overflow_check, and fragment call
2172         queue_fixup with operand fields.
2173         (gas_cgen_finish_insn) Modify to manage ifield pointer.
2174         (weak_operand_overflow_check): New function to try to select
2175         insns correctly.
2176         (gas_cgen_encode_addend): New function for relc.
2177         (gas_cgen_install_complex_reloc): Likewise.
2178         (gas_cgen_tc_gen_reloc): Add hook into gas_cgen_install_complex_reloc.
2179         * write.h (struct fix): Add msb_field_p to fx_cgen sub-struct. Add
2180         cgen_maybe_multi_ifield field to fx_cgen substructure.
2181         * cgen.h (GAS_CGEN_MAX_FIXUPS): Bump from 3 up to 32.
2182         * symbols.h (symbol_relc_make_sym,value,expr): New prototypes.
2183         
2184 2007-02-03  DJ Delorie  <dj@delorie.com>
2185
2186         * config/tc-m32c.c (m32c_cons_fix_new): New.  Added to support 3
2187         byte relocs.
2188         * config/tc-m32c.h (TC_CONS_FIX_NEW): Define.
2189         (m32c_cons_fix_new): Prototype.
2190
2191 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
2192         
2193         * config/tc-xtensa.c (xg_build_to_insn): Use tinsn_init.
2194         (xg_expand_assembly_insn, istack_push_space, istack_pop): Likewise.
2195         
2196 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
2197
2198         * config/tc-xtensa.c (SUFFIX_MAP, suffix_relocs): New.
2199         (xtensa_elf_suffix): Use suffix_relocs instead of local mapping table.
2200         (map_suffix_reloc_to_operator): New.
2201         (map_operator_to_reloc): New.
2202         (expression_maybe_register): Fix incorrect test of return value from
2203         xtensa_elf_suffix.  Rearrange to use map_suffix_reloc_to_operator.
2204         (xg_assemble_literal, convert_frag_immed): Use map_operator_to_reloc.
2205
2206 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
2207
2208         * config/xtensa-istack.h (struct tinsn_struct): Delete fixup field.
2209         (tinsn_get_tok): Delete prototype.
2210         * config/tc-xtensa.c (tinsn_get_tok): Delete.
2211         
2212 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
2213
2214         * config/xtensa-relax.h (struct build_instr): Delete id field.
2215         * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
2216         and LABEL tokens.
2217         (append_literal_op, append_label_op): Remove litnum/labnum arguments;
2218         set op_data fields to zero.
2219         (parse_id_constant): Delete.
2220         (build_transition): Remove code to handle numbered literals and labels.
2221
2222 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
2223
2224         * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
2225         (build_transition_table): Likewise.
2226
2227 2007-02-01  Bob Wilson  <bob.wilson@acm.org>
2228
2229         * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Delete use of
2230         fx_tcbit.
2231         * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Remove.
2232
2233 2007-02-02  Alan Modra  <amodra@bigpond.net.au>
2234
2235         * write.h (struct fix <fx_pcrel_adjust, fx_size>): Move.
2236         (struct fix <fx_plt>): Rename to tcbit2.
2237         * write.c (fix_new_internal): Adjust.
2238         (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
2239         * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2240         * config/tc-cris.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2241         * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2242         * config/tc-i960.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2243         * config/tc-sh.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2244         * config/tc-sh64.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2245         * config/tc-sparc.h (TC_FORCE_RELOCATION_LOCAL): Likewise.
2246         * config/tc-msp430.c (msp430_force_relocation_local): Likewise.
2247         * config/tc-ia64.c (emit_one_bundle): Don't set fx_plt.
2248         * config/tc-ia64.h (TC_FORCE_RELOCATION_LOCAL): Don't test fx_plt.
2249         Instead, compare fx_r_type.
2250         * config/tc-xtensa.c (xg_add_opcode_fix, md_apply_fix): Use
2251         fx_tcbit in place of fx_plt.
2252         * config/tc-xtensa.h (TC_FORCE_RELOCATION_LOCAL): Define.
2253         * doc/internals.texi (TC_FORCE_RELOCATION_LOCAL): Remove reference
2254         to fx_plt.
2255
2256 2007-01-30  Nick Clifton  <nickc@redhat.com>
2257
2258         * as.c (main): Mark symbols created via the --defsym command line
2259         option as volatile so that they can be overridden later on by a
2260         .set directive.  This maintains compatibility with the behaviour
2261         of earlier versions of the assembler.
2262         * doc/as.texinfo (--defsym): Document that the defined symbol's
2263         value can be overridden via a .set directive.
2264
2265 2007-01-28  H.J. Lu  <hongjiu.lu@intel.com>
2266
2267         * config/tc-i386.c (swap_imm_operands): Renamed to ...
2268         (swap_2_operands): This.  Take 2 ints.
2269         (md_assemble): Updated.
2270         (swap_operands): Call swap_2_operands to swap 2 operands.
2271
2272 2007-01-24  DJ Delorie  <dj@redhat.com>
2273
2274         * config/tc-m32c.c (md_pseudo_table): Add .3byte.
2275
2276 2007-01-22  Nick Clifton  <nickc@redhat.com>
2277
2278         PR gas/3871
2279         * tc-score.c: Remove unnecessary uses of _().
2280         Make the err_msg[] a file level local array in order to save
2281         storage space.
2282         Remove unnecessary sprintf()s.
2283
2284 2007-01-18  Mei Ligang  <ligang@sunnorth.com.cn>
2285
2286         PR gas/3871
2287         * config/tc-score.c : Using _() for const string.
2288         Do not assign inst.error with a local string pointer.
2289         (md_section_align): Pad section.
2290         
2291 2007-01-13  H.J. Lu  <hongjiu.lu@intel.com>
2292
2293         * config/tc-i386.c (build_modrm_byte): Check number of operands
2294         when procssing memory/register operand.
2295
2296 2007-01-12  Nick Clifton  <nickc@redhat.com>
2297
2298         PR gas/3856
2299         * macro.c (expand_irp): Do not ignore spaces inside quoted
2300         strings.
2301
2302 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
2303
2304         * config/tc-spu.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2305         * config/tc-m32r.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2306         * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Delete.
2307         (TC_FORCE_RELOCATION): Define.
2308         (TC_FORCE_RELOCATION_LOCAL): Define.
2309         * config/tc-mn10300.c (mn10300_fix_adjustable): Adjust.
2310
2311 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
2312
2313         * input-file.c (input_file_open): Check fgets return.
2314
2315 2007-01-11  Paul Brook  <paul@codesourcery.com>
2316
2317         * config/tc-arm.c (do_t_add_sub): Use Rd and Rs.
2318
2319 2007-01-11  Nick Clifton  <nickc@redhat.com>
2320
2321         PR gas/3707
2322         * config/tc-arm.c (md_begin): Cope with an NULL mcpu_fpu_opt
2323         variable.
2324
2325         * config/tc-mcore.c (md_number_to_chars): Use
2326         number_to_chars_{big|little}endian.
2327
2328 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
2329
2330         * config/tc-m68k.c (m68k_archs, m68k_cpus): Treat Fido as an
2331         architecture by itself.
2332         (m68k_ip): Don't issue a warning for tbl instructions on fido.
2333         (m68k_elf_final_processing): Treat Fido as an architecture by
2334         itself.
2335
2336 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
2337
2338         * configure.tgt: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*
2339
2340 2007-01-05  H.J. Lu  <hongjiu.lu@intel.com>
2341
2342         * config/tc-i386.c (set_intel_syntax): Update set_intel_syntax
2343         depending on allow_naked_reg.
2344
2345 2007-01-04  Paul Brook  <paul@codesourcery.com>
2346
2347         * config/tc-arm.c (do_cpsi): Set mmod bit for 2 argument form.
2348
2349 2007-01-04  H.J. Lu  <hongjiu.lu@intel.com>
2350
2351         PR gas/3830
2352         * config/tc-i386.c (register_prefix): New.
2353         (set_intel_syntax): Set set_intel_syntax to "" if register
2354         prefix isn't needed.
2355         (check_byte_reg): Use register_prefix for error message.
2356         (check_long_reg): Likewise.
2357         (check_qword_reg): Likewise.
2358         (check_word_reg): Likewise.
2359
2360 2007-01-04  Julian Brown  <julian@codesourcery.com>
2361
2362         * config/tc-arm.c (do_neon_shl_imm): Swap rN, rM.
2363         (do_neon_qshl_imm): Likewise.
2364         (do_neon_rshl): New function. Handle rounding variants of
2365         v{q}shl-by-register.
2366         (insns): Use do_neon_rshl for vrshl, vqrshl.
2367
2368 2007-01-04  Paul Brook  <paul@codesourcery.com>
2369
2370         * config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
2371         and vacle.
2372
2373 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
2374
2375         * config/tc-i386.c (swap_operands): Remove branches.
2376
2377 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
2378
2379         * config/tc-i386.c: Update copyright year.
2380         * config/tc-i386.h: Likewise.
2381
2382 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
2383
2384         * config/tc-i386.c (smallest_imm_type): Return unsigned int
2385         instead of int.
2386
2387 2007-01-03  H.J. Lu  <hongjiu.lu@intel.com>
2388
2389         * config/tc-i386.c: Convert to ISO C90 formatting
2390         * config/tc-i386.h: Likewise.
2391
2392 2007-01-03  David Daney  <ddaney@avtrex.com>
2393
2394         * config/tc-mips.c (md_show_usage):  Clean up -mno-shared
2395         documentation.
2396
2397 For older changes see ChangeLog-2006
2398 \f
2399 Local Variables:
2400 mode: change-log
2401 left-margin: 8
2402 fill-column: 74
2403 version-control: never
2404 End: