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