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