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