e9381c1fe4f1826a1fc76ca8604510ecccab076a
[platform/upstream/binutils.git] / gas / ChangeLog
1 2009-11-18  Sebastian Pop  <sebastian.pop@amd.com>
2
3         * config/tc-i386.c (cpu_arch): Remove cvt16.
4         (md_show_usage): Same.
5         * doc/c-i386.texi: Same.
6
7 2009-11-18  Paul Brook  <paul@codesourcery.com>
8
9         * config/tc-arm.c (arm_fpus): Add fpv4-sp-d16.
10         (aeabi_set_public_attributes): Correctly mark VFPv3xD.
11
12 2009-11-18  Alan Modra  <amodra@bigpond.net.au>
13
14         * config/tc-ppc.c (md_assemble): Report error on invalid @tls operands
15         and opcode.
16
17 2009-11-17  Sebastian Pop  <sebastian.pop@amd.com>
18             Quentin Neill  <quentin.neill@amd.com>
19
20         * config/tc-i386.c (cpu_arch): Added .xop and .cvt16.
21         (build_vex_prefix): Handle xop08.
22         (md_assemble): Don't special case the constant 3 for insns using MODRM.
23         (build_modrm_byte): Handle vex2sources.
24         (md_show_usage): Add xop and cvt16.
25         * doc/c-i386.texi: Document fma4, xop, and cvt16.
26
27 2009-11-17  Paul Brook  <paul@codesourcery.com>
28         Daniel Jacobowitz  <dan@codesourcery.com>
29
30         * doc/c-arm.texi: Document .arch armv7e-m.
31         * config/tc-arm.c (arm_ext_v6_dsp, arm_ext_v7m): New.
32         (insns): Put Thumb versions of v5TExP instructions into
33         arm_ext_v5exp also.  Move some Thumb variants from
34         arm_ext_v6_notm to arm_ext_v6_dsp.
35         (arm_archs): Add armv7e-m architecture.
36         (aeabi_set_public_attributes): Handle -march=armv7e-m.
37
38 2009-11-16  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
39
40         * config/tc-arm.c (parse_operands): Encode APSR_nzcv as r15.
41         (do_vmrs): New function.
42         (do_vmsr): New function.
43         (insns): Add vmrs and vmsr.
44
45 2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>
46
47         * config/tc-i386.c (md_assemble): Check destination operand
48         for lockable instructions.
49
50 2009-11-13  H.J. Lu  <hongjiu.lu@intel.com>
51
52         * config/tc-i386.c (_i386_insn): Don't use bit field on
53         swap_operand.
54
55 2009-11-12  H.J. Lu  <hongjiu.lu@intel.com>
56
57         * config/tc-i386.c (LOCKREP_PREFIX): Removed.
58         (REP_PREFIX): New.
59         (LOCK_PREFIX): Likewise.
60         (PREFIX_GROUP): Likewise.
61         (REX_PREFIX): Updated.
62         (MAX_PREFIXES): Likewise.
63         (add_prefix): Updated.  Return enum PREFIX_GROUP.
64         (md_assemble): Check for lock without a lockable instruction.
65         (parse_insn): Updated.
66         (output_insn): Likewise.
67
68 2009-11-12  Nick Clifton  <nickc@redhat.com>
69
70         * po/id.po: Updated Indonesian translation.
71
72 2009-11-11  H.J. Lu  <hongjiu.lu@intel.com>
73
74         * config/tc-i386.c (build_modrm_byte): Don't set register
75         operand twice.
76
77 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
78
79         * configure.in: Call ACX_LARGEFILE.  Stop calling AC_SYS_LARGEFILE.
80         * aclocal.m4: Regenerate.
81         * configure: Regenerate.
82
83 2009-11-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
84
85         * config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR.
86         * config/tc-m68k.c (mcf5206_ctrl): Fix whitespace.
87         (mcf52223_ctrl): Remove non-existent registers. 
88         (mcf54418): Define.
89         (mcf54455): Remove MBAR.
90         (m68k_cpus): Add lines for MCF5441x family.
91         (m68k_ip, init_table): Handle RGPIOBAR, ACR[4-7].
92         
93 2009-11-06  H.J. Lu  <hongjiu.lu@intel.com>
94
95         * doc/c-i386.texi: Move .lwp.
96
97 2009-11-06  Alan Modra  <amodra@bigpond.net.au>
98
99         * config/obj-elf.c (obj_elf_change_section): Remove FIXME from
100         comment.
101
102 2009-11-05  Sebastian Pop  <sebastian.pop@amd.com>
103             Quentin Neill  <quentin.neill@amd.com>
104
105         * config/tc-i386.c (cpu_arch): Add CPU_LWP_FLAGS.
106         (build_vex_prefix): Handle xop09 and xop0a.
107         (build_modrm_byte): Handle vexlwp.
108         (md_show_usage): Add lwp.
109         * doc/c-i386.texi (i386-LWP): New section.
110
111 2009-11-04  DJ Delorie  <dj@redhat.com>
112
113         * config/rx-parse.y (MVTIPL): Update bit pattern.
114         (cpen): Remove.
115
116 2009-11-04  Daniel Jacobowitz  <dan@codesourcery.com>
117             Maxim Kuvyrkov  <maxim@codesourcery.com>
118
119         * config/tc-m68k.h (CF_DIFF_EXPR_OK): Define to 0 for uClinux.
120         (CFI_DIFF_LSDA_OK): Define.
121         * config/te-uclinux.h: New file.
122         * configure.tgt (m68k-uclinux): Define em.
123         * dw2gencfi.c (CFI_DIFF_LSDA_OK): New macro.
124         (dot_cfi_lsda, output_fde): Use instead of CFI_DIFF_EXPR_OK.
125
126 2009-11-03  Paul Brook  <paul@codesourcery.com>
127
128         * config/tc-arm.c (do_vfp_nsyn_mla_mls): Fix vmls encoding.
129
130 2009-11-02  Paul Brook  <paul@codesourcery.com>
131
132         * doc/c-arm.texi: Document new -mfpu options.
133         * config/tc-arm.c (fpu_vfp_ext_v3xd, fpu_vfp_fp16, fpu_neon_ext_fma,
134         fpu_vfp_ext_fma): New.
135         (NEON_ENC_TAB): Add vfma, vfms, vfnma and vfnms.
136         (do_vfp_nsyn_fma_fms, do_neon_fmac): New functions.
137         (insns): Move double precision load/store.  Split out double
138         precision VFPv3 instrucitons.  Add VFPv4 instructions.
139         (arm_fpus): Add VFPv3-FP16, VFPv3xD and VFPv4 variants.
140         (aeabi_set_public_attributes): Set VFPv4 variants
141
142 2009-11-02  Alan Modra  <amodra@bigpond.net.au>
143
144         * ecoff.c (ecoff_symbol_clone_hook): New function.
145         * ecoff.h (ecoff_symbol_clone_hook): Declare.
146         * obj.h (struct format_ops): Add symbol_clone_hook.
147         * config/obj-aout.c (aout_format_ops): Init new field.
148         * config/obj-coff.c (coff_format_ops): Likewise.
149         * config/obj-ecoff.c (ecoff_format_ops): Likewise.
150         * config/obj-elf.c (elf_format_ops): Likewise.
151         * config/obj-ecoff.h (obj_symbol_clone_hook): Define.
152         * config/obj-multi.h (obj_symbol_clone_hook): Define.
153
154 2009-11-02  Alan Modra  <amodra@bigpond.net.au>
155
156         * messages.c (as_fatal): Apply 2001-01-15 change and followup
157         to second copy of function.
158
159 2009-10-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
160
161         * config/tc-hppa.c (pa_build_unwind_subspace): Replace start symbol
162         with local symbol.
163
164 2009-10-29  Sebastian Pop  <sebastian.pop@amd.com>
165
166         * config/tc-i386.c (build_modrm_byte): Do not swap REG and
167         NDS operands for FMA4.
168
169 2009-10-29  Paul Brook  <paul@codesourcery.com>
170
171         * config/tc-arm.c (neon_tab_entry): Fix VNMLA/VNMLS opcodes.
172
173 2009-10-29  Paul Brook  <paul@codesourcery.com>
174
175         * doc/c-arm.texi: Document ARM -mcpu=cortex-a5.
176         * config/arm/tc-arm.c (arm_cpu_option_table): Add cortex-a5.
177
178 2009-10-29  Tristan Gingold  <gingold@adacore.com>
179
180         * config/tc-mep.c (md_pseudo_table): Remove dwarf2 debug pseudo
181         as they are already defined in obj-elf.c
182         * config/tc-m32c.c (md_pseudo_table): Ditto.
183         * config/tc-spu.c (md_pseudo_table): Ditto.
184         * config/tc-avr.c (md_pseudo_table): Ditto.
185
186 2009-10-29  Alan Modra  <amodra@bigpond.net.au>
187
188         * doc/as.texinfo (Set): Delete incorrect HPPA para.
189
190 2009-10-28  Paul Brook  <paul@codesourcery.com>
191
192         * config/tc-arm.c (opcode_lookup): Allow VFP/NEON type suffixes
193         unconditionally.
194
195 2009-10-28  Alan Modra  <amodra@bigpond.net.au>
196
197         PR gas/10856
198         * expr.c (resolve_expression): Only add "left" value to O_symbol
199         expression when the symbol is undefined and different from the
200         original symbol.  Simplify negative logic.
201
202 2009-10-27  Tristan Gingold  <gingold@adacore.com>
203
204         * config/tc-avr.c (md_pseudo_table): Add dwarf2 debug pseudo.
205         * config/tc-avr.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
206         (DWARF2_ADDR_SIZE): Define.
207
208 2009-10-27  Alan Modra  <amodra@bigpond.net.au>
209
210         PR gas/10850
211         * listing.c (listing_flags): Delete.
212         * listing.h: Likewise.
213         * read.c (potable <lflags>): Call s_ignore.
214
215 2009-10-26  Nick Clifton  <nickc@redhat.com>
216
217         * doc/as.texinfo: Add mention of RX port and inclusion of RX
218         documentation.
219
220 2009-10-25  Arnold Metselaar  <arnold.metselaar@planet.nl>
221
222         * config/tc-z80.c (z80_start_line_hook): Fix parsing of 'equ' or
223         'defl' in cases where the space between the keyword and the
224         expression has been scrubbed away.
225         Do not check whether a symbol is redefined with 'equ' here;
226         the function equals takes an argument indicating whether
227         redefinitions are allowed.
228         Only call LISTING_NEWLINE if needed, and then after the call to
229         bump_line_counters.
230
231 2009-10-25  Maciej W. Rozycki  <macro@linux-mips.org>
232
233         * doc/as.texinfo (Overview): Move -mfix7000/-mno-fix7000 to
234         match the order elsewhere.  Add -mfix-vr4120/-mno-fix-vr4120 and
235         -mfix-vr4130/-mno-fix-vr4130.
236         * doc/c-mips.texi (MIPS Opts): Correct -no-mfix-vr4120 to
237         -mno-fix-vr4120 and -no-mfix-vr4130 to -mno-fix-vr4130.
238
239 2009-10-20  H.J. Lu  <hongjiu.lu@intel.com>
240
241         PR gas/10775
242         * doc/c-i386.texi: Mention movabs.
243
244 2009-10-19  H.J. Lu  <hongjiu.lu@intel.com>
245
246         * doc/c-i386.texi: Don't mention the 8 extra control registers
247         for x86-64.
248
249 2009-10-19  Doug Evans  <dje@sebabeach.org>
250
251         * config/tc-lm32.c (md_begin): Add missing call to bfd_set_arch_mach.
252
253         * config/tc-xc16x.c (md_cgen_lookup_reloc): Ensure fix_size is set
254         correctly for all 16 bit relocs.  Return BFD_RELOC_NONE if reloc
255         isn't recognized, not BFD_RELOC_XC16X_SOF.
256
257 2009-10-18  Alan Modra  <amodra@bigpond.net.au>
258
259         * as.h (know): Don't define as empty.
260         * config/tc-arm.c (make_mapping_symbol): Revert last patch.
261
262 2009-10-18  Matthias Klose  <doko@ubuntu.com>
263
264         * config/tc-arm.c (make_mapping_symbol): Add braces to avoid empty body
265         in release builds.
266
267 2009-10-16  H.J. Lu  <hongjiu.lu@intel.com>
268
269         PR gas/10775
270         * doc/c-i386.texi: Mention the 8 extra control registers for
271         x86-64.
272         Mention .code64 directive.
273
274 2009-10-15  Alan Modra  <amodra@bigpond.net.au>
275
276         PR gas/1491
277         * macro.c: Delete unnecessary function declarations.
278         (buffer_and_nest): Support multiple labels per line for
279         LABELS_WITHOUT_COLONS targets if the labels do have colons.
280         (free_macro): Move so that we don't need forward declaration.
281         * read.c (read_a_source_file): Take a copy of macro expansion line
282         before we trim labels.
283         * listing.c (listing_newline): Adjust stdin line save for
284         input_line_pointer still at start of line.
285
286 2009-10-13  H.J. Lu  <hongjiu.lu@intel.com>
287
288         PR gas/10766
289         * config/tc-i386.c (build_modrm_byte): Declare exp earlier.
290
291 2009-10-13  H.J. Lu  <hongjiu.lu@intel.com>
292
293         PR gas/10740
294         * config/tc-i386-intel.c (i386_intel_operand): Handle call
295         and jump with 2 immediate operands.
296
297         * config/tc-i386.c (i386_finalize_immediate): Don't generate
298         error message if operand string is NULL.
299
300 2009-10-013  Vincent Riviere  <vincent.riviere@freesbee.fr>
301
302         PR gas/3041
303         * config/tc-m68k.c (tc_gen_reloc): Fix addend for relocations
304         located in data section an referencing a weak symbol.
305
306 2009-10-07  Nathan Sidwell  <nathan@codesourcery.com>
307
308         * config/tc-arm.c (mapping_state, mapping_state_2): Make dummy
309         versions slightly more than nothing.
310
311         * doc/c-arm.texi (ARM Options): Correctly name the two mapcs options.
312
313 2009-10-07  Alan Modra  <amodra@bigpond.net.au>
314             H.J. Lu  <hongjiu.lu@intel.com>
315
316         PR gas/2117
317         * config/tc-ia64.c (parse_operand): Use expression rather than
318         expression_and_evalute.
319         (parse_operand_and_eval): New function.  Replace all uses of
320         parse_operand outside of parse_operands with this function.
321         (parse_operans_maybe_eval): New function.  Replace uses of
322         parse_operand in parse_operands, except for the dummy, with
323         this function.
324
325 2009-10-06  Alan Modra  <amodra@bigpond.net.au>
326
327         PR gas/10704
328         * symbols.c (snapshot_symbol): Revert 2006-01-09 patch for PR2117.
329
330 2009-10-06  Alan Modra  <amodra@bigpond.net.au>
331
332         * read.c (s_reloc): Don't use expression_and_evaluate.
333
334 2009-10-02  Peter Bergner  <bergner@vnet.ibm.com>
335
336         * config/tc-ppc.c (md_show_usage): Document -m476.
337         * doc/c-ppc.texi (PowerPC-Opts): Document -m476.
338
339 2009-10-02  Jakub Jelinek  <jakub@redhat.com>
340
341         * dw2gencfi.c: Include dwarf2dbg.h.
342         (DWARF2_FORMAT): Define if not defined.
343         (dot_cfi_sections): New function.
344         (cfi_pseudo_table): Handle .cfi_sections.
345         (CFI_EMIT_eh_frame, CFI_EMIT_debug_frame): Define.
346         (cfi_sections): New variable.
347         (output_cie, output_fde, select_cie_for_fde): Add eh_frame
348         argument, add supporting for outputting .debug_frame
349         section.
350         (cfi_change_reg_numbers): New function or macro.
351         (cfi_finish): Only emit .eh_frame if
352         cfi_sections & CFI_EMIT_eh_frame.  Emit .debug_frame if
353         cfi_sections & CFI_EMIT_debug_frame.
354         * config/tc-ppc.h (md_reg_eh_frame_to_debug_frame): Define.
355         * doc/as.texinfo (CFI directives): Document .cfi_sections.
356
357 2009-10-01  Peter Bergner  <bergner@vnet.ibm.com>
358
359         * config/tc-ppc.c (md_show_usage): Rename "ppca2" to "a2".
360         * doc/c-ppc.texi (PowerPC-Opts): Likewise.
361
362 2009-10-01  H.J. Lu  <hongjiu.lu@intel.com>
363
364         * config/tc-i386.c (x86_cons): Reformat.
365
366 2009-09-29  DJ Delorie  <dj@redhat.com>
367
368         * Makefile.am: Add RX target.
369         * configure.in: Likewise.
370         * configure.tgt: Likewise.
371         * read.c (do_repeat_with_expander): New function.
372         * read.h: Provide a prototype for do_repeat_with_expander.
373         * doc/Makefile.am: Add RX target documentation.
374         * doc/all.texi: Likewise.
375         * doc/as.texinfo: Likewise.
376         * Makefile.in: Regenerate.
377         * NEWS: Mention support for RX architecture.
378         * configure: Regenerate.
379         * doc/Makefile.in: Regenerate.
380         * config/rx-defs.h: New file.
381         * config/rx-parse.y: New file.
382         * config/tc-rx.h: New file.
383         * config/tc-rx.c: New file.
384         * doc/c-rx.texi: New file.
385
386 2009-09-25  Martin Thuresson  <martint@google.com>
387
388         Update sources to make alpha, arc and arm targets compile cleanly
389         with -Wc++-compat:
390         * config/tc-alpha.c: Add casts.
391         (extended_bfd_reloc_code_real_type): New type. Used to avoid
392         enumeration conversion warnings.
393         (struct alpha_fixup, void assemble_insn, assemble_insn)
394         (assemble_tokens): Use new type.
395         * ecoff.c: Add casts. (mark_stabs): Use enumeration names.
396         * config/obj-elf.c: Add cast
397         * config/tc-arc.c: Add casts.
398         * config/obj-aout.h (text_section,data_section,bss_section):
399         Make extern.
400         * config/obj-elf.c: Add cast.
401         * config/tc-arm.c: Add casts.
402         (X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE)
403         (cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the
404         need for keywords as arguments.
405
406 2009-09-25  Nick Hudson  <nick.hudson@gmx.co.uk>
407
408         * doc/c-mips.texi: Fix the singlefloat and doublefloat kindex
409         entries
410
411 2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
412
413         * config/tc-i386.c (build_vex_prefix): Check vex == 2 instead
414         of vex256.
415
416 2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
417
418         PR gas/10677
419         * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Return true
420         for BFD_RELOC_X86_64_GOTPCREL.
421
422 2009-09-23  H.J. Lu  <hongjiu.lu@intel.com>
423
424         * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Don't check
425         BFD_RELOC_386_GOT32.
426
427 2009-09-23  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
428
429         * config/tc-xtensa.c (md_apply_fix): Remove check for constant with
430         difference of of two symbols.
431         (xtensa_fix_adjustable): Likewise.
432
433 2009-09-23  Tim E. Sneddon  <tsneddon@kednos.com>
434
435         * configure.com: Fix a typo.
436
437 2009-09-23  Alan Modra  <amodra@bigpond.net.au>
438
439         * symbols.c (define_sym_at_dot): New function, extracted from..
440         (colon): ..here.  Define error case cloned symbol.
441
442 2009-09-21  H.J. Lu  <hongjiu.lu@intel.com>
443
444         * config/tc-i386.c: Remove white spaces.
445
446 2009-09-21  Ben Elliston  <bje@au.ibm.com>
447             Peter Bergner  <bergner@vnet.ibm.com>
448
449         * config/tc-ppc.c (md_show_usage): Document -mpcca2.
450         * doc/c-ppc.texi (PowerPC-Opts): Document -mppca2.
451
452 2009-09-18  Nick Clifton  <nickc@redhat.com>
453
454         * po/es.po: Updated Spanish translation.
455
456 2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
457
458         * config/tc-i386.c (offset_in_range): Sign extend offset only
459         if BFD64 is defined.
460
461 2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
462
463         * config/tc-i386-intel.c (i386_intel_operand): Initialize
464         intel_state.has_offset to 0.
465
466 2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
467
468         * config/tc-i386.c (offset_in_range): Sign extend offset only
469         for 32bit address mode.
470
471 2009-09-15  Tristan Gingold  <gingold@adacore.com>
472
473         * makefile.vms (OBJS): Compile te-vms.c only on Itanium.
474
475 2009-09-14  H.J. Lu  <hongjiu.lu@intel.com>
476
477         PR gas/10637
478         * config/tc-i386-intel.c (intel_state): Add has_offset.
479         (i386_intel_simplify): Set intel_state.has_offset to 1 for
480         O_offset.
481         (i386_intel_operand): Turn on intel_state.is_mem if
482         intel_state.has_offset is 0 and the last char is ']'.
483
484 2009-09-14  H.J. Lu  <hongjiu.lu@intel.com>
485
486         PR gas/10636
487         * config/tc-i386.c (optimize_disp): Set disp32 for 64bit only
488         if there is an ADDR_PREFIX.
489         (i386_finalize_displacement): Repor error if signed 32bit
490         displacement is out of range.
491
492 2009-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
493
494         * config/tc-mips.c (MIPS_JALR_HINT_P): Take an expr argument.
495         Require the target to be a bare symbol on targets with
496         in-place addends.
497         (macro_build_jalr): Update accordingly.
498         (mips_fix_adjustable): Don't reduce R_MIPS_JALRs on targets
499         with in-place addends.
500
501 2009-09-11  Nick Clifton  <nickc@redhat.com>
502
503         * po/gas.pot: Updated by the Translation project.
504
505 2009-09-11  Martin Thuresson  <martint@google.com>
506
507         * as.c (main): Call dwarf2_init.
508         * config/obj-elf.c (struct group_list): New field.
509         (build_group_lists): Use hash lookup.
510         (free_section_idx): New function.
511         (elf_frob_file): Adjust.
512         * dwarf2dbg.c (all_segs_hash, last_seg_ptr): New variables.
513         (get_line_subseg): Adjust.
514         (dwarf2_init): New function.
515         * dwarf2dbg.h (dwarf2_init): New declaration.
516
517 2009-09-11  Martin Thuresson  <martint@google.com>
518
519         Updated sources to compile cleanly with -Wc++-compat:
520         * app.c: Add casts.
521         * as.c: Add casts.
522         * config/obj-elf.c: Add casts.
523         (obj_elf_type): Rename variable typename to type_name.
524         * config/tc-i386-intel.c (i386_operators): Rename member operator to op.
525         * config/tc-i386.c: Add casts.
526         (check_cpu_arch_compatible): Rename argument new to new_flag.
527         (gotrel): Update variable to use enum name instead of integer value.
528         * dw2gencfi.c: Add casts.
529         (struct cfi_escape_data): Move to top level.
530         * dwarf2dbg.c: Add cast.
531         * dwarf2dbg.h (dwarf2_loc_directive_seen): Make variable extern.
532         * ehopt.c Add casts.
533         (enum frame_state): Move to top level.
534         * expr.c (operatorf): Rename function operator to operatorf.
535         (operand): Rename variable operator to op.
536         (expr_set_rank): Rename argument operator to op.
537         * frags.c: Add cast.
538         * hash.c: Add casts.
539         * input-scrub.c: Add cast.
540         * listing.c: Add casts.
541         (enum edict_enum): Move to top level.
542         * macro.c: Add casts.
543         * macro.h (enum formal_type): Move to top level.
544         * read.c: Add casts.
545         (s_include): Rename variable try to try_file.
546         * remap.c: Add cast.
547         * stabs.c: Add casts.
548         * subsegs.c: Add casts.
549         * symbols.c: Add casts.
550         * write.c: Add casts.
551
552 2009-09-11  Hans-Peter Nilsson  <hp@bitrange.com>
553
554         PR gas/10623
555         * config/tc-mmix.c (md_assemble) <case mmix_operands_xyz_opt>:
556         Allow register operands for SWYM as for TRIP and TRAP.  Correct
557         operand handling and error checking.  Never emit
558         BFD_RELOC_MMIX_REG_OR_BYTE for operands to these insns.
559
560 2009-09-10  Alan Modra  <amodra@bigpond.net.au>
561
562         * config/tc-d10v.c: Include dwarf2dbg.h.
563         (write_long, write_1_short, write_2_short): Call dwarf2_emit_insn.
564         (d10v_frob_label): New function.
565         * config/tc-d10v.h (d10v_frob_label): Declare.
566         (tc_frob_label): Define as d10v_frob_label.
567
568 2009-09-10  Alan Modra  <amodra@bigpond.net.au>
569
570         * config/tc-d30v.c (d30v_frob_label): Call dwarf2_emit_label.
571         * config/tc-frv.c (frv_frob_label): Likewise.
572
573 2009-09-09  Alan Modra  <amodra@bigpond.net.au>
574
575         * config/obj-coff.h (USE_UNIQUE): Don't define.
576         * config/obj-coff.c (weak_uniquify): Use an_external_name when TE_PE.
577         * symbols.c (an_external_name): Define when TE_PE.
578         (S_SET_EXTERNAL): Assign an_external_name when TE_PE.
579         * tc.h (an_external_name): Declare when TE_PE.
580
581         * config/tc-i386.c (i386_target_format): Avoid duplicate case label.
582
583 2009-09-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
584
585         * configure.tgt (sh*-*-netbsdelf*): Set endian according to cpu.
586
587 2009-09-08  Alan Modra  <amodra@bigpond.net.au>
588
589         * read.c (emit_expr_fix): Handle size 3.
590         * config/tc-avr.c (md_assemble): Call dwarf2_emit_insn.
591         * config/tc-d30v.c (write_long, write_1_short,
592         write_2_short, md_assemble): Likewise.
593         * config/tc-dlx.c (md_assemble): Likewise.
594         * config/tc-i860.c (md_assemble): Likewise.
595         * config/tc-mn10200.c (md_assemble): Likewise.
596         * config/tc-pj.c (md_assemble): Likewise.
597         * config/tc-vax.c (md_assemble): Likewise.
598
599 2009-09-07  Daniel Gutson  <dgutson@codesourcery.com>
600
601         * config/tc-arm.c (arm_cpus): cortex-r4f CPU added.
602         * doc/c-arm.texi: cortex-r4f CPU added.
603
604 2009-09-07  Tristan Gingold  <gingold@adacore.com>
605
606         * po/POTFILES.in: Regenerate.
607         * po/gas.pot: Regenerate.
608
609         * Makefile.am (TARG_ENV_CFILES): New variable.  Set to te-vms.c
610         (POTFILES): Add $(TARG_ENV_CFILES) in definition.
611         (EXTRA_as_new_SOURCES): Ditto.
612         * Makefile: Regenerate.
613         * acinclude.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
614         BFD_HAVE_SYS_STAT_TYPE_MEMBER): New macro created from bfd/bfd.m4.
615         * configure.in: Add Tests for tm_gmtoff, st_mtim.tv_sec and
616         st_mtim.tv_nsec (from bfd/configure.in).  Check for time.h and
617         sys/stat.h headers.
618         Add te-vms.o in extra_objects if te_file is vms.
619         * configure: Regenerate.
620         * config.in: Regenerate.
621         * config/te-vms.c: New file, from bfd/vmsutil.c
622         (vms_dwarf2_file_time_name, vms_dwarf2_file_size_name)
623         (vms_dwarf2_file_name): New functions.
624         (vms_file_stats_name): Make it static, add a dirname parameter to
625         locally create the full pathname.
626         * config/te-vms.h: Add a copyright header.
627         Declare the above functions.
628         (DWARF2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILE_NAME): Use
629         the above functions in the definition.
630         * makefile.vms (OBJS): Add te-vms.obj.
631         (te-vms.obj): Create a specific target.
632         * configure.com: Create targ-env.h using a per target value.
633         Compile te-vms.c for ia64.
634
635 2009-09-05  Jie Zhang  <jie.zhang@analog.com>
636
637         * doc/as.texinfo: Document that Blackfin GAS does not
638         accept SYMBOL = VALUE.
639
640 2009-09-05  Martin Thuresson  <martin@mtme.org>
641
642         * config/tc-arc.c (struct syntax_classes): Rename member class
643         to s_class. (arc_extinst): Rename variable class to
644         s_class. Update code to use renamed members.
645         * config/tc-mips.c (insn_uses_reg): Rename argument class to
646         regclass.
647         * config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
648         (ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
649         (ppc_fix_adjustable, md_apply_fix): Update code to use renamed
650         members.
651         * config/tc-ppc.h (struct ppc_tc_sy): Change name of member
652         from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
653         code to use renamed members.
654         * config/tc-score.c (s3_adjust_paritybit): Rename argument
655         class to i_class.
656         * config/tc-score7.c (s7_adjust_paritybit): Rename argument
657         class to i_class.
658
659 2009-09-04  Tristan Gingold  <gingold@adacore.com>
660
661         * NEWS: Add marker for 2.20.
662
663 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
664
665         * config/bfin-parse.y (asm_1): Implement HLT instruction.
666         Fix comments for DBGA, DBGAH and DBGAL.
667         * config/tc-bfin.c (bfin_gen_pseudodbg_assert): Change according
668         to the new encoding of DBGA, DBGAH, and DBGAL.
669
670 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
671
672         * doc/all.texi: Replace BFIN with Blackfin.
673         * doc/as.texinfo: Likewise.
674         * doc/c-bfin.texi: Likewise.
675         * doc/asconfig.texi: Likewise.
676
677         * doc/c-bfin.texi: Update -mcpu= option with bf512, bf514,
678         bf516 and bf518.
679
680 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
681
682         * Makefile.am (bfin-parse.o): Remove bfin-parse.h from
683         the prerequisite. Add $(srcdir)/config/bfin-aux.h to the
684         prerequisite.
685         (bfin-defs.h, $(srcdir)/config/bfin-defs.h): Rename to ...
686         (bfin-parse.h, $(srcdir)/config/bfin-parse.h): ... these.
687         (bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h
688         to the prerequisite.
689         * Makefile.in: Regenerate.
690
691 2009-09-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
692
693         * Makefile.am (itbl-lex.o): Depend on itbl-parse.h.
694         (itbl-ops.o, itbl-tops.o): Likewise.
695         (itbl-parse.h): Use separate rule.
696         * Makefile.in: Regenerate.
697
698 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
699
700         * config/tc-bfin.c (md_parse_option): Call as_fatal for bad
701         -mcpu= option.
702
703 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
704
705         * config/bfin-lex.l: Remove V as STATUS_REG.
706
707 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
708
709         * config/bfin-parse.y: Remove trailing whitespace.
710         (ccstat): Indent.
711         * config/tc-bfin.c (struct bfin_reg_entry): Remove.
712         (bfin_reg_info[]): Remove.
713
714 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
715
716         * config/bfin-defs.h (F_REG_ALL): Remove macro.
717         (F_REG_HIGH): Redefine.
718         (F_REG_NONE): New macro.
719         (F_REG_LOW): New macro.
720         (REG_CLASS): Enclose macro argument in parentheses when used.
721         (REG_EVEN): Likewise.
722         (IS_H): Use flags.
723         (IS_HCOMPL): Use flags.
724         * config/bfin-lex.l (SP.L, SP.H, FP.L, FP.H): Set flags.
725         (parse_reg): Set flags.
726         (parse_halfreg): Set flags.
727
728 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
729
730         * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
731         05000074 only when both slot1 and slot2 are filled.
732
733 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
734
735         * config/tc-bfin.c (md_assemble): Bump line counters if there is
736         EOL in the instruction.
737
738 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
739
740         * config/bfin-defs.h (IS_GENREG): Define.
741         (IS_DAGREG): Define.
742         (IS_SYSREG): Define.
743         * config/bfin-parse.y (asm_1): Check illegal register move
744         instructions.
745
746 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
747
748         * config/bfin-parse.y (asm_1): Fix a typo.
749
750 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
751
752         * config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.
753         * config/tc-bfin.c (bfin_start_line_hook): Remove.
754         (bfin_loop_beginend): New.
755         * config/tc-bfin.h (bfin_start_line_hook): Don't declare.
756         (md_start_line_hook): Don't define.
757         * config/bfin-aux.h (bfin_loop_beginend): Declare.
758
759 2009-09-03  Tristan Gingold  <gingold@adacore.com>
760
761         * config/tc-ia64.c (ia64_vms_note): Use lbasename instead of basename.
762         Call xstrdup on the result and free the buffer after use.
763
764 2009-09-03  Tristan Gingold  <gingold@adacore.com>
765
766         * as.h (__PRETTY_FUNCTION__): Use the same definition as bfd/libbfd.h.
767
768 2009-09-02  Jie Zhang  <jie.zhang@analog.com>
769
770         * config/bfin-parse.y (value_match): Use int instead of long.
771
772         From  Michael Frysinger  <michael.frysinger@analog.com>
773         * config/bfin-defs.h (Expr_Node_Value): Declare the i_value
774         member as long long.
775
776 2009-09-02  Jie Zhang  <jie.zhang@analog.com>
777
778         From  Bernd Schmidt  <bernd.schmidt@analog.com>
779         * config/bfin-parse.y (asm_1): Clean up and unify error handling
780         for load and store insns.
781         (neg_value): Delete function.
782
783 2009-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
784
785         * Makefile.am (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o):
786         Supply correct source file name for generated files which may be
787         in $(srcdir).
788         * Makefile.in: Regenerate.
789
790 2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
791
792         * version.c (parse_args): Change to "Copyright 2009".
793
794 2009-09-01  Tristan Gingold  <gingold@adacore.com>
795
796         * makefile.vms: Adjust include pathes.  Remove useless vaxctrl
797         library.
798         * configure.com: Ported to Itanium VMS.  Create build.com DCL script.
799         Make edit silent.
800
801 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
802
803         * config/bfin-parse.y (asm_1): Only PREG and DREG are allowed
804         in comparison.
805
806 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
807
808         2007-09-28  Bernd Schmidt  <bernd.schmidt@analog.com>
809         * config/tc-bfin.c (bfin_fix_adjustable): Partially revert the
810         2007-08-23 change; BFD_RELOC_BFIN_GOT is not adjustable.
811
812         2007-08-23  Jie Zhang  <jie.zhang@analog.com>
813         * config/tc-bfin.c (bfin_fix_adjustable): Adjust
814         BFD_RELOC_BFIN_GOT, BFD_RELOC_BFIN_GOT17M4 and
815         BFD_RELOC_BFIN_FUNCDESC_GOT17M4.
816
817 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
818
819         * read.c (TC_START_LABEL): Add a new argument.
820         (read_a_source_file): Pass the beginning of the symbol through
821         the new argument of TC_START_LABEL.
822         * config/tc-arm.h (TC_START_LABEL): Add a new argument.
823         * config/tc-bfin.c (bfin_start_label): Only search '(' and '['
824         from the beginning of the symbol.
825         * config/tc-bfin.h (TC_START_LABEL): Add the new argument.
826         * config/tc-d30v.h (TC_START_LABEL): Likewise.
827         * config/tc-fr30.h (TC_START_LABEL): Likewise.
828         * config/tc-m32c.h (TC_START_LABEL): Likewise.
829         * config/tc-m32r.h (TC_START_LABEL): Likewise.
830         * config/tc-mep.h (TC_START_LABEL): Likewise.
831
832 2009-08-31  H.J. Lu  <hongjiu.lu@intel.com>
833
834         PR gas/10570
835         * write.c (write_object_file): Revert the accidental change
836         made in revision 1.124 on 2009-08-17.
837
838 2009-08-31  Jan Beulich  <jbeulich@novell.com>
839
840         * config/obj-elf.c (obj_elf_change_section): Set default type
841         by calling bfd_elf_get_default_section_type.
842
843 2009-08-31  Jie Zhang  <jie.zhang@analog.com>
844
845         * config/bfin-aux.h: Change format from DOS to UNIX.
846
847 2009-08-29  Martin Thuresson  <martin@mtme.org>
848
849         * config/tc-arm.c (struct asm_cond, struct asm_psr, struct
850         asm_barrier_opt): Change member template to
851         template_name. (md_begin): Update code to reflect new member
852         names.
853         * config/tc-i386.c (struct templates, struct _i386_insn)
854         (match_template, cpu_flags_match, match_reg_size, match_mem_size)
855         (operand_size_match, md_begin, i386_print_statistics, pi)
856         (build_vex_prefix, md_assemble, parse_insn, optimize_imm)
857         (optimize_disp): Updated code to use new names. (parse_insn):
858         Added casts.
859         * config/tc-ia64.c (dot_template, emit_one_bundle): Updated
860         code to use new names.
861         * config/tc-score.c (struct s3_asm_opcode): Renamed member
862         template to template_name. (s3_parse_16_32_inst, s3_parse_48_inst,
863         s3_do_macro_ldst_label, s3_build_score_ops_hsh): Update code to
864         use new names.
865         * config/tc-score7.c (struct s7_asm_opcode): Renamed member
866         template to template_name. (s7_parse_16_32_inst,
867         s7_do_macro_ldst_label, s7_build_score_ops_hsh): Update code to
868         use new names.
869         * config/tc-tic30.c (md_begin, struct tic30_insn)
870         (md_assemble): Update code to use new names.
871         * config/tc-tic54x.c (struct _tic54x_insn, md_begin)
872         (optimize_insn, tic54x_parse_insn, next_line_shows_parallel):
873         Update code to use new names.
874         * config/tc-arm.c (insert_reg_alias): Rename variable new to
875         new_reg.
876         * config/tc-dlx.c (parse_operand): Rename variable new to
877         new_pos.
878         * config/tc-ia64.c (ia64_gen_real_reloc_type): Rename variable
879         new to newr.
880         * config/tc-mcore.c (parse_exp, parse_imm): Rename variable
881         new to new_pointer.
882         * config/tc-microblaze.c (parse_exp, parse_imm, check_got):
883         Change name from new to new_pointer.
884         * config/tc-or32.c (parse_operand): Rename variable new to
885         new_pointer.
886         * config/tc-pdp11.c (md_assemble): Rename variable new to
887         new_pointer.
888         * config/tc-pj.c (alias): Change argument new to new_name.
889         * config/tc-score.c (s3_build_score_ops_hsh): Rename variable
890         new to new_opcode. (s3_build_dependency_insn_hsh) Rename variable
891         new to new_i2n. (s3_convert): Rename variables old and new to
892         r_old and r_new.
893         * config/tc-score7.c (s7_build_score_ops_hsh): Rename variable
894         new to new_opcode. (s7_build_dependency_insn_hsh): Rename variable
895         new to new_i2d. (s7_b32_relax_to_b16, s7_convert_frag): Rename
896         variables old and new to r_old and r_new.
897         * config/tc-sh.c (parse_exp): Rename variable new to
898         new_pointer.
899         * config/tc-sh64.c (shmedia_parse_exp): Rename variable new to
900         new_pointer.
901         * config/tc-tic4x.c (tic4x_operand_parse): Rename variable new
902         to new_pointer.
903         * config/tc-z8k.c (parse_exp): Rename variable new to
904         new_pointer.
905         * listing.c (listing_newline): Rename variable new to new_i.
906
907 2009-08-29  Matt Fleming  <matt@console-pimps.org>
908
909         * config/tc-sh.c (md_apply_fix): Extend sign of the offset value
910         for 64-bit host.
911
912 2009-08-28  H.J. Lu  <hongjiu.lu@intel.com>
913
914         * config/tc-i386.c (cpu_arch): Use PROCESSOR_L1OM on "l1om".
915         (i386_align_code): Handle PROCESSOR_L1OM.
916         (check_cpu_arch_compatible): Fix a typo in comments.
917         (set_cpu_arch): Check cpu_arch_isa instead of
918         cpu_arch_isa_flags.bitfield.cpul1om.
919         (i386_mach): Likewise.
920         (i386_target_format): Likewise.
921
922         * config/tc-i386.h (processor_type): Add PROCESSOR_L1OM.
923
924 2009-08-26  DJ Delorie  <dj@redhat.com>
925
926         * config/tc-mep.c (md_pcrel_from_section): Handle any other
927         forced-relocation cases.
928
929 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
930
931         * Makefile.am (TARGET_CPU_CFILES): Add config/tc-moxie.c.
932         * config/tc-moxie.c (md_assemble): Fix typos in strings.  Fix
933         syntax error.
934         * Makefile.in: Regenerate.
935         * po/POTFILES.in: Likewise.
936         * po/gas.pot: Likewise.
937
938 2009-08-26  Nick Clifton  <nickc@redhat.com>
939
940         * config/obj-coff-seh.c (seh_arm_write_pdata): Test for
941         seh_ctx_root being NULL.
942
943 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
944
945         * Makefile.am (am__skiplex, am__skipyacc): New.
946         * Makefile.in: Regenerate.
947
948 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
949
950         * Makefile.am (YFLAGS): Remove, not needed any more.
951         (AM_CPPFLAGS): Renamed from ...
952         (INCLUDES): ... this.
953         * Makefile.in: Regenerate.
954
955         * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8 cygnus, add 1.11,
956         foreign and no-dist.
957         (all): Remove now-unneeded dependency upon info.
958         (DIST_SUBDIRS, MKDEP, DEP_INCLUDES, DEP_FLAGS, CLEANFILES)
959         (DEP_FILE_DEPS): Remove variables.
960         (OBJ_FORMAT_CFILES): Add config/obj-multi.c.
961         (OBJ_FORMAT_HFILES): Add config/obj-multi.h.
962         ($(OBJS), ecoff.o): Remove now-unneeded manual dependencies.
963         ($(TARG_CPU_O), $(ATOF_TARG_O), obj-aout.o, obj-coff.o obj-ecoff.o)
964         (obj-elf.o obj-evax.o, obj-fdpicelf.o, obj-multi.o, obj-som.o)
965         (e-mipself.o, e-mipsecoff.o, e-i386aout.o, e-i386coff.o, e-i386elf.o)
966         (e-crisaout.o, e-criself.o, tc-i386.o, xtensa-relax.o): Remove
967         now-unneeded rules.
968         (EXTRA_as_new_SOURCES): Add $(CFILES), $(HFILES), $(TARGET_CPU_CFILES),
969         $(TARGET_CPU_HFILES), $(OBJ_FORMAT_CFILES), $(OBJ_FORMAT_HFILES),
970         $(CONFIG_ATOF_CFILES), $(MULTI_CFILES), so their dependency fragments
971         are picked up in the Makefile.
972         (itbl-lex.c, itbl-ops.o): Remove manual dependencies.
973         (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o, itbl-tops.o)
974         (itbl-test.o): Rewrite using automake-style dependency
975         tracking rules; only list the dependency upon the primary source
976         file, but no included headers.
977         (DEP, DEP1, DEPTC, DEPOBJ, DEP2, dep.sed, dep, dep-in, dep-am):
978         Remove.
979         (mkdep section): Remove.
980         * Makefile.in: Regenerate.
981         * po/POTFILES.in, po/gas.pot: Regenerate.
982
983         * Makefile.am (install-pdf, install-pdf-recursive, install-html)
984         (install-html-recursive): Remove.
985         * Makefile.in: Regenerate.
986         * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
987         (html__strip_dir, install-html, install-html-am): Remove.
988         * doc/Makefile.in: Regenerate.
989
990         * Makefile.in: Regenerate.
991         * aclocal.m4: Likewise.
992         * config.in: Likewise.
993         * configure: Likewise.
994         * doc/Makefile.in: Likewise.
995
996 2009-08-21  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
997
998         * config/tc-xtensa.c (config_max_slots): New global variable.
999         (md_begin): Set config_max_slots.
1000         (total_frag_text_expansion): Use config_max_slots instead of
1001         MAX_SLOTS.
1002         (xg_init_vinsn): Likewise.
1003         (xg_clear_vinsn): Likewise.
1004         (xg_free_vinsn): Likewise.
1005
1006 2009-08-20  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
1007
1008         * config/tc-xtensa.c (xg_copy_vinsn): New function.
1009         (finish_vinsn): Call xg_copy_vinsn.
1010
1011 2009-08-19  Sterling Augustine  <sterling@tensilica.com>
1012
1013         * config/tc-xtensa.h (xtensa_frag_data): Rename unused field fr_prev
1014         to no_transform_end.
1015         * config/tc-xtensa.c (xtensa_mark_difference_of_two_symbols): Set
1016         and use no_transform_end.
1017
1018 2009-08-18  Kai Tietz  <kai.tietz@onevision.com>
1019
1020         * config/obj-coff-seh.c: Add copyright notice.
1021         * config/obj-coff-seh.h: Add copyright notice.
1022         Add x64 specific macros from coff/pe.h header.
1023
1024 2009-08-18  Sterling Augustine  <sterling@tensilica.com>
1025
1026         * config/tc-xtensa.c (xtensa_create_xproperty_segments): Use
1027         sizeof instead of hard-coded value.
1028         (add_xt_block_frags): Remove unused local variable.
1029         (frag_flags_to_number): Change return type to flagword.  Remove
1030         unused local variable.
1031
1032 2009-08-17  Sterling Augustine  <sterling@tensilica.com>
1033
1034         * config/tc-xtensa.c (xtensa_frob_label): move call to
1035         do_align_targets to set frag_type only.
1036
1037 2009-08-17  Kai Tietz  <kai.tietz@onevision.com>
1038
1039         * config/obj-coff-seh.c: New file.
1040         * config/obj-coff-seh.h: Likewise.
1041         * config/obj-coff.c (obj-coff-seh.c): Add include.
1042         (coff_pseudo_table): Add new .seh... commands.
1043         * config/obj-coff.h (obj_coff_seh_do_final): Add new
1044         function prototype.
1045         (obj_coff_generate_pdata): New obj-coff hook.
1046         * write.c (size_seg): Avoid sizing of already sized
1047         sections.
1048         (write_object_file): Call conditional hook
1049         objc_coff_generate_pdata.
1050         * Makefile.am: Add dependencies for new files.
1051         * Makefile.in: Regenerated.
1052
1053 2009-08-17  Nick Clifton  <nickc@redhat.com>
1054
1055         * config/tc-microblaze.c: Include safe-ctype.h instad of ctype.h.
1056         (parse_reg): Use safe-ctype.h macros.
1057         (parse_exp): Likewise.
1058         (md_assemble): Likewise.
1059
1060 2009-08-11  DJ Delorie  <dj@redhat.com>
1061
1062         * config/tc-mep.c (md_estimate_size_before_relax): Handle weak
1063         symbols correctly.
1064         (md_convert_frag): Likewise.
1065         (md_pcrel_from_section): Likewise.
1066         (mep_force_relocation): Likewise.
1067
1068 2009-08-11  Bernd Schmidt  <bernd.schmidt@analog.com>
1069
1070         * config/bfin-parse.y (gen_multi_instr_1): New function.
1071         (asm): Use it instead of bfin_gen_multi_instr.
1072         (error): Add a format string when calling as_bad.
1073         * config/bfin-defs.h (insn_regmask): Declare.
1074         * config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New
1075         macros.
1076         (decode_ProgCtrl_0, decode_LDSTpmod_0, decode_dagMODim_0,
1077         decode_dagMODik_0, decode_dspLDST_0, decode_LDST_0, decode_LDSTiiFP_0,
1078         decode_LDSTii_0, decode_dsp32mac_0, decode_dsp32mult_0,
1079         decode_dsp32alu_0, decode_dsp32shift_0, decode_dsp32shitimm_0,
1080         insn_regmask): New functions.
1081
1082         From Jie Zhang  <jie.zhang@analog.com>
1083         * config/tc-bfin.h (bfin_anomaly_checks): Declare.
1084         (AC_05000074): Define.
1085         (ENABLE_AC_05000074): Define.
1086         * config/tc-bfin.c (enum bfin_cpu_type): New.
1087         (bfin_cpu_t): Typedef.
1088         (bfin_cpu_type): Define.
1089         (bfin_si_revision): Define.
1090         (bfin_anomaly_checks): Define.
1091         (struct bfin_cpu): New.
1092         (bfin_cpus[]): New. (struct bfin_cpu_isa): Define.
1093         (bfin_isa): New global variable.
1094         (OPTION_MCPU): Define.
1095         (md_longopts[]): Add -mcpu option.
1096         (md_parse_option): Deal with -mcpu option and initialize
1097         bfin_anomaly_checks.
1098         * doc/c-bfin.texi: Rename BFIN to Blackfin throughout.  Document
1099         -mcpu option.
1100         * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
1101         05000074.
1102
1103 2009-08-11  Mike Frysinger  <vapier@gentoo.org>
1104
1105         * config/bfin-parse.y (binary): Change "compiler" to "assembler".
1106         (unary): Likewise.
1107
1108 2009-08-11  Nick Clifton  <nickc@redhat.com>
1109
1110         PR 10443
1111         * config/tc-arm.c (do_t_mov_cmp): Do not silently ignore shifted
1112         operands.
1113
1114 2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1115
1116         Fix compilation of i386-*-go32.
1117         * config/tc-i386.c (i386_target_format <TE_GO32>): New.
1118         (i386_target_format <OBJ_MAYBE_COFF>): Compile only if !TE_GO32.
1119         * config/te-go32.h (TARGET_FORMAT): Move the definition ...
1120         * config/tc-i386.h <!i386_target_format>: ... here.
1121
1122 2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
1123
1124         PR gas/10479
1125         * config/tc-arm.c (do_t_add_sub_w): Fixed constraints.
1126
1127 2009-08-07  Daniel Jacobowitz  <dan@codesourcery.com>
1128
1129         * config/tc-arm.c (marked_pr_dependency, mapstate): Delete global
1130         variables.
1131         (mapping_state): Use the section's mapstate.
1132         (mapping_state_2): Likewise.  Skip special sections.
1133         (s_arm_unwind_fnend): Use the section's marked_pr_dependency.
1134         (arm_elf_change_section): Do not set deleted globals.
1135         * config/tc-arm.h (struct arm_segment_info_type): Document
1136         marked_pr_dependency.
1137
1138 2009-08-07  Michael Eager <eager@eagercon.com>
1139
1140         * NEWS: Mention MicroBlaze support.
1141
1142 2009-08-06  Michael Eager <eager@eagercon.com>
1143
1144         * Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to
1145         TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add
1146         DEP_microblaze_elf target.
1147         * Makefile.in: Regenerate.
1148         * config/tc-microblaze.c: Add MicroBlaze assembler.
1149         * config/tc-microblaze.h: Add header for tc-microblaze.c.
1150         * configure.in: Add microblaze target.
1151         * configure: Regenerate.
1152         * configure.tgt: Same.
1153         * doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS.
1154         * doc/Makefile.in: Same.
1155         * doc/all.texi: Set MICROBLAZE.
1156         * doc/as.texinfo: Add MicroBlaze doc links.
1157         * doc/c-microblaze.texi: New MicroBlaze docs.
1158
1159 2009-08-06  Nick Clifton  <nickc@redhat.com>
1160
1161         * config/tc-arm.c (md_assemble): Call mapping_state from inside a
1162         block in case it is a null macro.
1163
1164 2009-08-05  Chao-ying Fu  <fu@mips.com>
1165
1166         * config/tc-mips.c (MIPS_JALR_HINT_P): New define. For IRIX, it is
1167         true for new abi.  For non-IRIX targets, it is always true.
1168         (macro_build_jalr): If MIPS_JALR_HINT_P, emit BFD_RELOC_MIPS_JALR.
1169
1170 2009-08-05  Eric B. Weddington  <eric.weddington@atmel.com>
1171
1172         * config/tc-avr.c (mcu_types): Add attiny2313a, attiny4313, attiny261a,
1173         attiny861a, atmega644pa, attiny24a, attiny44a.
1174         * doc/c-avr.texi: Likewise.
1175
1176 2009-08-04  Sandra Loosemore  <sandra@codesourcery.com>
1177
1178         * doc/c-mips.texi (MIPS Opts): List 1004K options for -march.
1179         * config/tc-mips.c (mips_cpu_info_table): Add 1004K cores.
1180
1181 2009-08-04  Nathan Sidwell  <nathan@codesourcery.com>
1182
1183         * config/tc-arm.c (my_get_expression): Detect missing expressions.
1184
1185 2009-08-02  Eric B. Weddington  <eric.weddington@atmel.com>
1186
1187         * config/tc-avr.c (mcu_types): Add atmega8m1, atmega8c1, atmega16c1.
1188         * doc/c-avr.texi: Likewise.
1189
1190 2009-08-01  Eric B. Weddington  <eric.weddington@atmel.com>
1191
1192         * config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
1193         * doc/c-avr.texi: Likewise.
1194
1195 2009-07-31  Daniel Gutson  <dgutson@codesourcery.com>
1196             Daniel Jacobowitz  <dan@codesourcery.com>
1197
1198         * config/obj-elf.c (obj_elf_ident): Notify section change to the hook.
1199         * config/tc-arm.c (make_mapping_symbol): New function, from
1200         mapping_state.  Save mapping symbols in the frag.
1201         (insert_data_mapping_symbol): New.
1202         (mapping_state): Use make_mapping_symbol, improve state transitions.
1203         (mapping_state_2): New.  Provide dummy definition.
1204         (opcode_select): Do not call mapping_state.
1205         (s_bss): Call md_elf_section_change_hook instead of mapping_state.
1206         (output_inst): Update use of tc_frag_data.
1207         (new_automatic_it_block): Call mapping_state before emitting the
1208         IT instruction.
1209         (md_assemble): Move mapping_state to just before outputting the
1210         new instruction.
1211         (arm_handle_align): Update use of tc_frag_data.
1212         Call insert_data_mapping_symbol.
1213         (arm_init_frag): Update use of tc_frag_data.  Call
1214         mapping_state_2.
1215         (arm_elf_change_section): Always update the mapping symbol FSM state.
1216         (check_mapping_symbols): New function.
1217         (arm_adjust_symtab): Use check_mapping_symbols.
1218         * config/tc-arm.h (struct arm_frag_type): New.
1219         (TC_FRAG_TYPE): Change to struct arm_frag_type.
1220         (TC_FRAG_INIT): Pass max_chars.
1221         (arm_init_frag): Update prototype.
1222
1223 2009-07-31  Anthony Green  <green@moxielogic.com>
1224
1225         * configure.tgt (generic_target): Add moxie-uclinux support.
1226
1227 2009-07-30  Nick Clifton  <nickc@redhat.com>
1228
1229         * doc/c-arm.texi (ARM-Instruction-Set): New node.  Documents the
1230         different syntaxes support by the ARM port.
1231         (ARM Directives): Add entry for .syntax.
1232
1233         * doc/c-mips.texi (MIPS insn): Fix typo.
1234
1235 2009-07-29  Alan Modra  <amodra@bigpond.net.au>
1236
1237         PR ld/10269
1238         * symbols.c (S_FORCE_RELOC): True for BSF_GNU_INDIRECT_FUNCTION.
1239         * config/tc-i386.c: Revert 2009-06-13 change.
1240         * config/tc-i386.h: Likewise.
1241
1242 2009-07-28  Jan Beulich  <jbeulich@novell.com>
1243
1244         * expr.c (op_rank): Specify size. Remove O_md* initializers.
1245
1246 2009-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
1247
1248         * config/tc-m68k.c (mcf5221x_ctrl): New.
1249         (m68k_cpu): Add line for MCF5221x.
1250
1251 2009-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
1252
1253         * config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].
1254         (mcf53017_ctrl): Fix RAMBAR.
1255
1256 2009-07-27  Jan Beulich  <jbeulich@novell.com>
1257
1258         * obj-elf.c (elf_file_symbol): Replace symbol name set up by
1259         symbol_new() with the passed in, unmodified one.
1260
1261 2009-07-27  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1262
1263         * config/tc-cr16.c (md_apply_fix): Put the addend value alone in to
1264         object file without symbol values.
1265         (tc_gen_reloc): For local symbols resolved or its absolute symbol,
1266         then set the relocation type as NULL.
1267
1268 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1269
1270         * config/tc-i386.c (cpu_arch): Add l1om.
1271         (check_cpu_arch_compatible): New.
1272         (set_cpu_arch): Use it.
1273         (i386_arch): New.
1274         (i386_mach): Return bfd_mach_l1om for Intel L1OM.
1275         (md_show_usage): Display l1om.
1276         (i386_target_format): Return ELF_TARGET_L1OM_FORMAT if
1277         cpu_arch_isa_flags.bitfield.cpul1om is set.
1278
1279         * config/tc-i386.h (TARGET_ARCH): Use (i386_arch ()).
1280         (i386_arch): New.
1281         (ELF_TARGET_L1OM_FORMAT): Likewise.
1282
1283         * doc/c-i386.texi: Document l1om.
1284
1285 2009-07-24  Roland McGrath  <roland@redhat.com>
1286             Mark Wielaard  <mjw@redhat.com>
1287
1288         * config/obj-elf.c (obj_elf_ident): Set SEC_MERGE | SEC_STRINGS
1289         flags on .comment section.
1290
1291 2009-07-24  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
1292             Alan Modra  <amodra@bigpond.net.au>
1293
1294         * config/tc-spu.c (md_apply_fix): Handle SPU_ADD_PIC.
1295         * config/tc-spu.h (tc_fix_adjustable): Don't adjust for SPU_ADD_PIC.
1296         (TC_FORCE_RELOCATION): Emit relocs for SPU_ADD_PIC.
1297
1298 2009-07-24  Jan Beulich  <jbeulich@novell.com>
1299
1300         * tc-i386.c (cpu_arch): Add .8087, .287, .387, .no87, .nommx,
1301         .nosse, and .noavx.
1302         (cpu_flags_and_not): New.
1303         (set_cpu_arch): Check whether sub-architecture specified is a
1304         feature disable.
1305         (md_parse_option): Likewise.
1306         (parse_real_register): Don't return floating point register
1307         when x87 functionality is disabled.
1308         (md_show_usage): Add new sub-options.
1309         * doc/c-i386.texi: Update with new command line sub-options.
1310
1311 2009-07-24  Nick Clifton  <nickc@redhat.com>
1312
1313         PR 10437
1314         * config/tc-alpha.c: Fix up uses of gas printf like functions so
1315         that the format string is a constant string.  Add translation
1316         support to message strings.
1317         * config/tc-arc.c: Likewise.
1318         * config/tc-arm.c: Likewise.
1319         * config/tc-cris.c: Likewise.
1320         * config/tc-fr30.c: Likewise.
1321         * config/tc-frv.c: Likewise.
1322         * config/tc-h8300.c: Likewise.
1323         * config/tc-hppa.c: Likewise.
1324         * config/tc-i370.c: Likewise.
1325         * config/tc-i960.c: Likewise.
1326         * config/tc-ia64.c: Likewise.
1327         * config/tc-m32r.c: Likewise.
1328         * config/tc-mep.c: Likewise.
1329         * config/tc-mips.c: Likewise.
1330         * config/tc-moxie.c: Likewise.
1331         * config/tc-msp430.c: Likewise.
1332         * config/tc-openrisc.c: Likewise.
1333         * config/tc-pdp11.c: Likewise.
1334         * config/tc-pj.c: Likewise.
1335         * config/tc-s390.c: Likewise.
1336         * config/tc-sh.c: Likewise.
1337         * config/tc-sh64.c: Likewise.
1338         * config/tc-sparc.c: Likewise.
1339         * config/tc-spu.c: Likewise.
1340         * config/tc-tic30.c: Likewise.
1341         * config/tc-tic4x.c: Likewise.
1342         * config/tc-tic54x.c: Likewise.
1343         * config/tc-v850.c: Likewise.
1344         * config/tc-xc16x.c: Likewise.
1345         * config/tc-xstormy16.c: Likewise.
1346         * config/tc-z80.c: Likewise.
1347         * config/tc-z8k.c: Likewise.
1348         * config/atof-ieee.c: Add translation support to as_warn
1349         messages.
1350         * config/obj-coff.c: Likewise.
1351
1352 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
1353
1354         * config/obj-elf.c (obj_elf_type): Add code to support a type of
1355         gnu_unique_object.
1356         * doc/as.texinfo: Document new feature of .type directive.
1357         * NEWS: Mention support for gnu_unique_object symbol type.
1358
1359 2009-07-23  Nick Clifton  <nickc@redhat.com>
1360
1361         PR binutils/10379
1362         * doc/c-mips.texi (MIPS insn): Document the special behaviour of
1363         the .global directive for MIPS ports.
1364
1365 2009-07-21  H.J. Lu  <hongjiu.lu@intel.com>
1366
1367         PR gas/10420
1368         * config/tc-i386.c (i386_align_code): Tune for 32bit nops in
1369         64bit.
1370         (i386_target_format): Set cpu_arch_isa_flags.bitfield.cpulm
1371         for 64bit.
1372
1373 2009-07-17  H.J. Lu  <hongjiu.lu@intel.com>
1374
1375         * config/tc-i386.c (md_assemble): Update operand types.
1376         (update_imm): Updated.
1377         (finalize_imm): Update the first 2 immediate operands only
1378         for instructions with 2 operands or more.
1379
1380 2009-07-17  H.J. Lu  <hongjiu.lu@intel.com>
1381
1382         * config/tc-i386.c (md_assemble): Check implicit registers
1383         only for instructions with 3 operands or less.
1384
1385 2009-07-17  Nick Clifton  <nickc@redhat.com>
1386
1387         * config/tc-avr.c (md_apply_fix): Cast fixup reloc type to avoid
1388         compile time warning.
1389
1390 2009-07-16  H.J. Lu  <hongjiu.lu@intel.com>
1391
1392         * config/tc-i386.c (md_assemble): Only check i.operands for AX.
1393         (md_estimate_size_before_relax): Don't relax IFUNC symbols.
1394
1395 2009-07-16  Nathan Sidwell  <nathan@codesourcery.com>
1396
1397         * config/tc-arm.c (md_apply_fix <BFD_RELOC_ARM_TARGET2>): Write
1398         the offset for REL targets here.
1399
1400 2009-07-15  Kai Tietz  <kai.tietz@onevision.com>
1401
1402         * listing.c (print_source): Initialize cache by NULL.
1403
1404 2009-07-15  Daniel Gutson  <dgutson@codesourcery.com>
1405
1406         * doc/c-arm.texi (mauto-it): Removed old option.
1407         (mimplicit-it): Added right option.
1408
1409 2009-07-14  Daniel Gutson  <dgutson@codesourcery.com>
1410
1411         * config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define.
1412         (MAX_MEM_FOR_RS_ALIGN_CODE): Define in terms of
1413         MAX_MEM_ALIGNMENT_BYTES.
1414         * config/tc-arm.c (arm_frag_align_code): Replace hard coded
1415         constant with MAX_MEM_FOR_RS_ALIGN_CODE.
1416
1417 2009-07-14  Nick Clifton  <nickc@redhat.com>
1418
1419         PR 10387
1420         * config/tc-arm.h (THUMB_IS_FUNC): Handle a NULL pointer.
1421         (ARM_IS_FUNC): Likewise.
1422
1423 2009-07-14  Daniel Gutson  <dgutson@codesourcery.com>
1424
1425         * config/tc-arm.c (md_assemble): Added validation.
1426
1427 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1428
1429         * Makefile.am: Run "make dep-am".
1430         * Makefile.in: Regenerated.
1431
1432 2009-07-10  Tom Tromey  <tromey@redhat.com>
1433
1434         * Makefile.am (DEPTC_alpha_ecoff): Refer to dwarf2.h, not
1435         elf/dwarf2.h.
1436         (DEPTC_alpha_elf): Likewise.
1437         (DEPTC_alpha_evax): Likewise.
1438         (DEPTC_arm_elf): Likewise.
1439         (DEPTC_hppa_elf): Likewise.
1440         (DEPTC_i386_aout): Likewise.
1441         (DEPTC_i386_coff): Likewise.
1442         (DEPTC_i386_elf): Likewise.
1443         (DEPTC_m68k_aout): Likewise.
1444         (DEPTC_m68k_coff): Likewise.
1445         (DEPTC_m68k_elf): Likewise.
1446         (DEPTC_mips_coff): Likewise.
1447         (DEPTC_mips_ecoff): Likewise.
1448         (DEPTC_mips_elf): Likewise.
1449         (DEPTC_ppc_coff): Likewise.
1450         (DEPTC_ppc_elf): Likewise.
1451         (DEPTC_s390_elf): Likewise.
1452         (DEPTC_sh_coff): Likewise.
1453         (DEPTC_sh_elf): Likewise.
1454         (DEPTC_sh64_elf): Likewise.
1455         (DEPTC_sparc_aout): Likewise.
1456         (DEPTC_sparc_coff): Likewise.
1457         (DEPTC_sparc_elf): Likewise.
1458         (as.o): Likewise.
1459         (dwarf2dbg.o): Likewise.
1460         (dw2gencfi.o): Likewise.
1461         (ehopt.o): Likewise.
1462         (read.o): Likewise.
1463         * Makefile.in: Rebuild.
1464         * dw2gencfi.h: Include dwarf2.h, not elf/dwarf2.h.
1465         * dwarf2dbg.c: Likewise.
1466         * ehopt.c: Likewise.
1467
1468 2009-07-09  Daniel Gutson  <dgutson@codesourcery.com>
1469
1470         * config/tc-arm.c (it_fsm_post_encode): New forward declaration.
1471         (set_it_insn_type_nonvoid): New macro.
1472         (emit_thumb32_expr): New function.
1473         (thumb_insn_size): New function.
1474         (emit_insn): New function.
1475         (s_arm_elf_inst): New function.
1476         (md_pseudo_table): New pseudo-opcode entries added.
1477         * doc/c-arm.texi: New directive added.
1478
1479 2009-07-07  DJ Delorie  <dj@redhat.com>
1480
1481         * config/tc-mep.c (md_begin): Don't reset the coprocessor options
1482         when enabling other options without a specific configuration.
1483
1484 2009-07-07  Chung-Lin Tang  <cltang@pllab.cs.nthu.edu.tw>
1485
1486         * config/tc-arm.c (insns): Fix encoding for torvsc.
1487
1488 2009-07-06  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1489
1490         * config/tc-i386.c (cpu_arch): Add .fma4 and CPU_FMA4_FLAGS.
1491         (build_modrm_byte): Add support to handle FMA4 instructions.
1492         (md_show_usage): Add fma4.
1493
1494 2009-07-04  Alan Modra  <amodra@bigpond.net.au>
1495
1496         * config/tc-cr16.h (TC_LINKRELAX_FIXUP): Set only for code sections.
1497
1498 2009-07-02  Tristan Gingold  <gingold@adacore.com>
1499
1500         * Makefile.am (OBJ_FORMATS): Add macho.
1501         (CPU_OBJ_VALID): Ditto.
1502         (OBJ_FORMAT_CFILES): Add config/obj-macho.c
1503         (OBJ_FORMAT_HFILES): Add config/obj-macho.h
1504         (obj-macho.o): New rule.
1505         * Makefile.in: Regenerated.
1506         * configure.tgt (generic_target): Add i386-*-darwin*.
1507         * config/tc-i386.h: Use i386_target_format for Mach-O.
1508         * config/tc-i386.c (i386_target_format): Define it for Mach-O.
1509         (i386_target_format): Add a case for bfd_target_mach_o_flavour.
1510         * config/obj-macho.h: New file.
1511         * config/obj-macho.c: New file.
1512
1513 2009-07-01  Nick Clifton  <nickc@redhat.com>
1514
1515         PR 10168
1516         * config/tc-arm.c (do_t_pkhtb): Swap Rm and Rn when encoding as
1517         PKHBT.
1518
1519 2009-07-01  Paul Brook <paul@codesourcery.com>
1520
1521         * config/tc-arm.c (MISSING_FNSTART): Define.
1522         (s_arm_unwind_fnstart): Diagnose duplicate directive.
1523         (s_arm_unwind_handlerdata, s_arm_unwind_fnend, s_arm_unwind_fnend,
1524         s_arm_unwind_cantunwind, s_arm_unwind_personalityindex,
1525         s_arm_unwind_personality, s_arm_unwind_save, s_arm_unwind_movsp,
1526         s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): Error if
1527         not inside function unwinding region.
1528
1529 2009-06-29  H.J. Lu  <hongjiu.lu@intel.com>
1530
1531         * config/tc-i386.c: Reformat.
1532
1533 2009-06-23  DJ Delorie  <dj@redhat.com>
1534
1535         * config/tc-mep.c (mep_check_ivc2_scheduling): For IVC2, allocate
1536         32 bits for relaxable branches so that we can relax them later.
1537         (md_estimate_size_before_relax): Assume IVC2 branches will be relaxed.
1538         (mep_relax_frag): New.
1539         (md_convert_frag): Relax IVC2 branches in-place.
1540         * config/tc-mep.h ((mep_relax_frag): New.
1541
1542 2009-06-22  Martin Thuresson  <martin@mtme.org>
1543
1544         * app, as.c, as.h, atof-generic.c, cgen.c,
1545         config/atof-ieee.c, config/obj-aout.c,
1546         config/obj-coff.c, config/obj-ecoff.c,
1547         config/obj-elf.c, config/obj-som.c, config/tc-alpha.c,
1548         config/tc-arc.c, config/tc-arm.c, config/tc-cr16.c,
1549         config/tc-cris.c, config/tc-crx.c, config/tc-d30v.c,
1550         config/tc-dlx.c, config/tc-hppa.c, config/tc-i370.c,
1551         config/tc-i386-intel.c, config/tc-i386.c,
1552         config/tc-i860.c, config/tc-i960.c, config/tc-ia64.c,
1553         config/tc-iq2000.c, config/tc-m32c.c,
1554         config/tc-m32r.c, config/tc-m68hc11.c,
1555         config/tc-m68k.c, config/tc-maxq.c, config/tc-mcore.c,
1556         config/tc-mep.c, config/tc-mips.c, config/tc-mmix.c,
1557         config/tc-mn10300.c, config/tc-moxie.c,
1558         config/tc-ns32k.c, config/tc-pj.c, config/tc-ppc.c,
1559         config/tc-s390.c, config/tc-score.c,
1560         config/tc-score7.c, config/tc-sh.c, config/tc-sparc.c,
1561         config/tc-spu.c, config/tc-tic30.c, config/tc-vax.c,
1562         config/tc-xtensa.c, config/xtensa-relax.c,
1563         dw2gencfi.c, dwarf2dbg.c, ehopt.c, expr.c,
1564         frags.c, input-file.c, read.c, sb.c,
1565         subsegs.c, symbols.c, write.c: Change the name of the
1566         gas macro `assert' to `gas_assert'.
1567
1568 2009-06-22  Daniel Gutson <dgutson@codesourcery.com>
1569
1570         * config/tc-arm.c (implicit_it_mode): New enum.
1571         (implicit_it_mode): New global.
1572         (it_instruction_type): New enum.
1573         (arm_parse_it_mode): New function.
1574         (arm_long_opts): New option added.
1575         (arm_it): New field.
1576         (it_state): New enum.
1577         (now_it): New macro.
1578         (check_it_blocks_finished): New function.
1579         (insns[]): Use the IT Thumb opcodes for ARM too.
1580         (arm_cleanup): Call check_it_blocks_finished.
1581         (now_it_compatible): New function.
1582         (conditional_insn): New function.
1583         (set_it_insn_type): New macro.
1584         (set_it_insn_type_last): New macro.
1585         (do_it): Call automatic IT machinery functions.
1586         (do_t_add_sub): Likewise
1587         (do_t_arit3): Likewise.
1588         (do_t_arit3c): Likewise.
1589         (do_t_blx): Likewise.
1590         (do_t_branch): Likewise.
1591         (do_t_bkpt): Likewise.
1592         (do_t_branch23): Likewise.
1593         (do_t_bx): Likewise.
1594         (do_t_bxj): Likewise.
1595         (do_t_cps): Likewise.
1596         (do_t_cpsi): Likewise.
1597         (do_t_cbz): Likewise.
1598         (do_t_it): Likewise.
1599         (encode_thumb2_ldmstm): Likewise.
1600         (do_t_ldst): Likewise.
1601         (do_t_mov_cmp): Likewise.
1602         (do_t_mvn_tst): Likewise.
1603         (do_t_mul): Likewise.
1604         (do_t_neg): Likewise.
1605         (do_t_setend): Likewise.
1606         (do_t_shift): Likewise.
1607         (do_t_tb): Likewise.
1608         (output_it_inst): New function.
1609         (new_automatic_it_block): New function.
1610         (close_automatic_it_block): New function.
1611         (now_it_add_mask): New function.
1612         (it_fsm_pre_encode): New function.
1613         (handle_it_state): New function.
1614         (it_fsm_post_encode): New function.
1615         (force_automatic_it_block_close): New function.
1616         (in_it_block): New function.
1617         (md_assemble): Call automatic IT block machinery functions.
1618         (arm_frob_label): Likewise.
1619         (arm_opts): New element.
1620         * config/tc-arm.h (it_state): New enum.
1621         (current_it): New struct.
1622         (arm_segment_info_type): New member added.
1623         * doc/c-arm.texi: New option -mimplicit-it documented.
1624
1625 2009-06-20  Alan Modra  <amodra@bigpond.net.au>
1626
1627         PR 10302
1628         * doc/as.texinfo (Section <ELF "M,S" flag>): Clarify tail merge.
1629
1630 2009-06-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1631
1632         * config/tc-s390.c (md_gather_operands): Accept an instruction
1633         without operands if all operands are tagged as optional.
1634
1635 2009-06-18  Nick Clifton  <nickc@redhat.com>
1636
1637         PR 10169
1638         * tc-arm.c (do_t_ssat): Move common code from here...
1639         (do_t_usat): ... and here to...
1640         (do_t_ssat_usat): New function: ... here.  Add code to check that
1641         the shift value, if present, is in range.
1642
1643 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
1644
1645         Merge cegcc and mingw32ce target name changes
1646         from CeGCC project:
1647
1648         2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
1649
1650         * configure.tgt: Add arm*-*-cegcc* target.
1651
1652         2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
1653
1654         * configure.tgt: Add arm-*-mingw32ce* target.
1655
1656 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
1657
1658         * config/tc-vax.c (md_estimate_size_before_relax): Accept
1659         indirect symbol references in the PIC mode and emit a
1660         PC-relative relocation instead of a GOT/PLT one.  Likewise
1661         for symbols known to be hidden at this point.
1662
1663 2009-06-15  Nick Clifton  <nickc@redhat.com>
1664
1665         PR 10186
1666         * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
1667         instruction.
1668
1669 2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>
1670
1671         PR ld/10269
1672         * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
1673         instead of generic_force_reloc.
1674
1675         * config/tc-i386.h (TC_FORCE_RELOCATION): New.
1676
1677 2009-06-11  Anthony Green  <green@moxielogic.com>
1678
1679         * config/tc-moxie.c (md_chars_to_number): Define.
1680         (md_begin): Populate opcode hashtable with more form 3 opcodes.
1681         (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
1682         (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
1683         (tc_gen_reloc): Ditto.
1684         (md_pcrel_from): Ditto.
1685         (md_chars_to_number): New function.
1686
1687 2009-06-10  Anthony Green  <green@moxielogic.com>
1688
1689         * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
1690         opcodes.
1691
1692 2009-06-09  Jakub Jelinek  <jakub@redhat.com>
1693
1694         PR gas/10255
1695         * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
1696         to DW_CFA_advance_loc4.
1697
1698 2009-06-08  Dave Korn  <dave.korn.cygwin@gmail.com>
1699
1700         PR gas/977
1701         * config/tc-i386.c (md_estimate_size_before_relax):  Don't relax
1702         branches to weak symbols.
1703         (md_apply_fix):  Don't convert fixes against weak symbols to
1704         section-relative offsets, but save addend for later reloc emission.
1705         (tc_gen_reloc):  When emitting reloc against weak symbol, adjust
1706         addend to pre-compensate for bfd_install_relocation.
1707
1708 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
1709
1710         * dep-in.sed: Don't use \n in replacement part of s command.
1711         * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
1712         * Makefile.in: Regenerate.
1713
1714 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
1715
1716         PR gas/10198
1717         * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
1718
1719 2009-05-26  Catherine Moore  <clm@codesourcery.com>
1720
1721         * config/tc-mips.c (check_for_24k_errata): Remove.
1722         (md_mips_end): Remove call to check_for_24k_errata.
1723         (start_noreorder): Likewise.
1724         (s_change_sec): Likewise.
1725         (s_change_section): Likewise.
1726         (insns_between): Add 24k errata checks.
1727         (append_insn): Remove declaration and references to nhdx_24k.
1728         Remove calls to check_for_24k_errata.
1729
1730 2009-05-26  Nick Clifton  <nickc@redhat.com>
1731
1732         * po/id.po: Updated Indonesian translation.
1733         * po/gas.pot: Updated template file.
1734
1735 2009-05-26  Nick Clifton  <nickc@redhat.com>
1736
1737         PR 10143
1738         * config/bfin-parse.y (error): Use "%s" as format string for error
1739         message.
1740
1741 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
1742
1743         * dep-in.sed: Output one filename per line with all lines having
1744         continuation backslash.  Prefix first line with "A", following
1745         lines with "B".
1746         * Makefile.am (DEP): Don't use dep.sed here.
1747         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
1748         sort and uniq.
1749         (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
1750         Emit multi dependencies on one line.
1751         * Makefile.in: Regenerate.
1752
1753 2009-05-25  Tristan Gingold  <gingold@adacore.com>
1754
1755         * makefile.vms: New file to compile gas on VMS.
1756
1757         * configure.com: New file to do configuration on VMS with DCL.
1758
1759 2009-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
1760
1761         * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
1762         (nops_for_insn): Likewise.
1763
1764 2009-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1765
1766         * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
1767
1768 2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1769
1770         * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
1771         (build_modrm_byte): Remove DREX handling support.
1772         (DREX_*): Delete.
1773         (drex_byte): Delete.
1774         (md_assemble): Remove DREX handling support.
1775         (process_operands): Remove DREX, SSE5 support.
1776         (i386_insn): Remove DREX.
1777
1778 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
1779
1780         * Makefile.am: Run "make dep-am".
1781         * Makefile.in: Regenerate.
1782
1783 2009-05-20  Kai Tietz  <kai.tietz@onevision.com>
1784             H.J. Lu  <hongjiu.lu@intel.com>
1785
1786         * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
1787         (TARGET_FORMAT): Removed for x86 pe-coff.
1788         (COFF_TARGET_FORMAT): Likewise.
1789
1790         * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
1791         (md_parse_option): Likewise.
1792         (md_show_usage): Show option --32/--64 for x86 pe-coff.
1793         (i386_target_format): Use also for x86 pe-coff.
1794
1795         * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
1796         for x86 pe-coff.
1797
1798 2009-05-19  DJ Delorie  <dj@redhat.com>
1799
1800         * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
1801         (mep_process_saved_insns): Remove debugging printfs.
1802
1803 2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>
1804
1805         * NEWS:  Mention new feature.
1806         * config/obj-coff.c (obj_coff_common_parse):  New function.
1807         (obj_coff_comm):  Likewise.
1808         (coff_pseudo_table):  Override default ".comm" definition on PE.
1809         * doc/as.texinfo:  Document new feature.
1810
1811 2009-05-17  Kai Tietz  <kai.tietz@onevision.com>
1812
1813         * config/obj-coff.c (obj_coff_section): Add 'y' as
1814         specifier for SEC_COFF_NOREAD section flag.
1815         * doc/as.texinfo: Add documentation about .section flag 'y'.
1816
1817 2009-05-13  DJ Delorie  <dj@redhat.com>
1818
1819         * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
1820
1821 2009-05-13  Andrew Jenner  <andrew@codesourcery.com>
1822
1823         * config/tc-arm.c: Move as.h to start of file.
1824
1825 2009-05-05 Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1826
1827         * config/tc-arm.h: Fix typo in comment.
1828         (ARM_IS_FUNC): New macro.
1829         (MD_APPLY_SYM_VALUE): Define.
1830
1831         * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
1832         all versions of EABI.
1833         (relax_branch): Do not relax for branches to ARM functions.
1834         (md_pcrel_from_section): Set up base correctly for
1835         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
1836         BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
1837         BFD_RELOC_ARM_PCREL_CALL.
1838         (md_apply_fix): Flip bl to blx where possible.
1839         Flip blx to bl where possible.
1840         (arm_force_relocation): Force relocations for
1841         BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
1842         BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
1843         BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
1844         BFD_RELOC_THUMB_PCREL_BRANCH25.
1845         (arm_apply_sym_value): New function.
1846
1847 2009-05-04  Tristan Gingold  <gingold@adacore.com>
1848
1849         * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
1850
1851 2009-05-01  Nathan Sidwell  <nathan@codesourcery.com>
1852
1853         * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
1854         * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
1855         * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
1856         the default FPU from the processor.
1857
1858 2009-05-01  Julian Brown  <julian@codesourcery.com>
1859
1860         * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
1861         (md_pcrel_from_section): Align address for BLX.
1862         (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
1863         BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
1864
1865 2009-04-29  DJ Delorie  <dj@redhat.com>
1866
1867         * config/tc-mep.c (md_begin): Check coprocessor type.
1868         (md_check_parallel64_scheduling): Use memset to initialize the buffer.
1869         (md_check_parallel32_scheduling): Likewise.
1870         (slot_ok): New.
1871         (mep_check_ivc2_scheduling): New.
1872         (mep_check_parallel_scheduling): Call it.
1873         (mep_process_saved_insns): Add IVC2 slot support.
1874         (md_assemble): Likewise.
1875
1876 2009-04-30  Nick Clifton  <nickc@redhat.com>
1877
1878         * config/obj-elf.c (obj_elf_type): Add support for a
1879         gnu_indirect_function type.
1880         * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
1881         against indirect function symbols.
1882         * doc/as.texinfo (.type): Document the support for the
1883         gnu_indirect_function symbol type.
1884         * NEWS: Mention the new feature.
1885
1886 2009-04-24  Cary Coutant  <ccoutant@google.com>
1887
1888         * NEWS: Add item about discriminator support.
1889         * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
1890         * dwarf2dbg.c (current): Add discriminator field.
1891         (dwarf2_where): Copy discriminator value.
1892         (dwarf2_consume_line_info): Set discriminator to 0.
1893         (dwarf2_directive_loc): Process discriminator sub-op.
1894         (out_leb128): New function.
1895         (process_entries): Output DW_LNE_set_discriminator.
1896         * doc/as.texinfo: Add discriminator operand to .loc directive.
1897
1898 2009-04-22  Nathan Sidwell  <nathan@codesourcery.com>
1899
1900         * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
1901         as_bad calls to silence compiler warning.
1902
1903 2009-04-21  H.J. Lu  <hongjiu.lu@intel.com>
1904
1905         * config/tc-i386-intel.c (O_XXX): Reorder.
1906
1907 2009-04-20  Jan Beulich  <jbeulich@novell.com>
1908
1909         * Makefile.am: Add explicit dependency of tc-i386.o on
1910         tc-i386-intel.c.
1911         * Makefile.in: Likewise.
1912         * config/tc-i386.c (i386_finalize_immediate): Declare, broken
1913         out from i386_immediate.
1914         (i386_immediate): Slightly re-arrange, call
1915         i386_finalize_immediate.
1916         (i386_finalize_displacement): Declare, broken out from
1917         i386_displacement.
1918         (i386_displacement): Slightly re-arrange, call
1919         i386_finalize_displacement.
1920         (i386_intel_simplify, i386_intel_parse_name): Declare.
1921         (this_operand): Initialize to -1.
1922         (set_intel_syntax): Set expression rank for O_full_ptr.
1923         (md_assemble): Set this_operand back to -1 after parsing
1924         operands.
1925         (x86_cons): Negate intel_syntax to indicate state. Call
1926         i386_intel_simplify.
1927         (md_operand): Convert if to switch. Handle '[' for Intel
1928         syntax.
1929         (i386_intel_operand): Delete, including all helper functions
1930         and data.
1931         * config/tc-i386-intel.c: New file, all new code.
1932         * config/tc-i386.h (i386_operator): Declare.
1933         (md_operator): Define to i386_operator.
1934         (i386_need_index_operator): Declare.
1935         (md_need_index_operator): Define to i386_need_index_operator.
1936         (O_full_ptr): Define.
1937
1938 2009-04-20  Jan Beulich  <jbeulich@novell.com>
1939
1940         * expr.c (operand): Call md_need_index_operator() and
1941         md_operator() if defined. Add unary label.
1942         (operator): Call md_operator() if defined.
1943         (expr): Adjust assertions on range and rank of op_left and
1944         op_right. Don't abort on unhandled operators when reducing
1945         expressions with both operands being constant.
1946         (expr_set_rank): New.
1947         * expr.h (expr_set_rank): Declare.
1948
1949 2009-04-15  Anthony Green  <green@moxielogic.com>
1950
1951         * config/tc-moxie.h: New file.
1952         * config/tc-moxie.c: New file.
1953         * configure: Add support for moxie.
1954         * configure.tgt: Add support for moxie.
1955
1956 2009-04-16  Jan Beulich  <jbeulich@novell.com>
1957
1958         * expr.c: Include limits.h if available, and #define CHAR_BITS
1959         otherwise.
1960         (expr): Check range of shift count when evaluating a constant
1961         expression.
1962
1963 2009-04-15  Jan Beulich  <jbeulich@novell.com>
1964
1965         * config/tc-i386.c (process_operands): Print operands in
1966         correct order depending on intel_syntax.
1967
1968 2009-04-09  Catherine Moore  <clm@codesourcery.com>
1969
1970         * config/tc-mips.c (mips_fix_24k): Declare.
1971         (check_for_24k_errata): New.
1972         (mips_cleanup): Call check_for_24k_errata.
1973         (start_noreorder): Likewise.
1974         (md_mips_end): Likewise.
1975         (s_change_sec): Likewise.
1976         (s_change_section): Likewise.
1977         (append_insn): Call check_for_24k_errata.  Prevent
1978         ERET/DERET instructions from being moved into delay
1979         slots.
1980         (OPTION_FIX_24K): New.
1981         (OPTION_NO_FIX_24k) New.
1982         (md_longopts): Add "mfix-24k" and "mno-fix-24k".
1983         (md_parse_option): Handle fix-24k options.
1984         (md_show_usage): Display fix-24k options.
1985         * doc/c-mips.texi: Document.
1986
1987 2009-04-09  Adam Nemet  <anemet@caviumnetworks.com>
1988
1989         * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
1990         instead of HAVE_64BIT_SYMBOLS.
1991
1992 2009-04-07  DJ Delorie  <dj@redhat.com>
1993
1994         * config/tc-mep.c: Add UCI/DSP instruction support.  Add C5 support.
1995         (md_show_usage): Change default endian to little.
1996         * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
1997
1998 2009-04-06  DJ Delorie  <dj@redhat.com>
1999
2000         * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
2001         immediates.
2002         (build_bytes): Pass insn to do_a_fix_imm.
2003
2004 2009-04-02  Daniel Gutson <dgutson@codesourcery.com>
2005
2006         * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
2007         * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
2008         Cortex-M1.
2009
2010 2009-04-01  Matt Thomas <matt@netbsd.org>
2011
2012         * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
2013         (md_assemble): emit symbol name when used as immediate in PIC mode.
2014         (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
2015
2016 2009-04-01  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
2017
2018         * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
2019
2020 2009-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2021
2022         * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
2023         (find_real_start): Likewise.
2024         * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
2025
2026 2009-04-01  Nathan Sidwell  <nathan@codesourcery.com>
2027
2028         * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
2029         (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
2030         whenever possible.
2031
2032 2009-03-31  Peter Bergner  <bergner@vnet.ibm.com>
2033
2034         * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
2035
2036 2009-03-31  Dave Korn  <dave.korn.cygwin@gmail.com>
2037
2038         * doc/internals.texi:  Fix trivial syntax errors.
2039
2040 2009-03-26  Alan Modra  <amodra@bigpond.net.au>
2041
2042         PR 10005
2043         * config/tc-i386.c (reloc): Don't abort on lack of required
2044         reloc type.
2045
2046 2009-03-25  H.J. Lu  <hongjiu.lu@intel.com>
2047
2048         * config/tc-i386.c (parse_insn): Use default_arch on unsupported
2049         arch.
2050
2051 2009-03-23  H.J. Lu  <hongjiu.lu@intel.com>
2052
2053         PR gas/9966
2054         * listing.c (listing_newline): Properly handle `\\"' and ';'.
2055
2056         * read.c (is_end_of_line): Update comments for line separator.
2057         (read_begin): Set line separator in is_end_of_line to 2.
2058
2059 2009-03-19  David S. Miller  <davem@davemloft.net>
2060
2061         * config/tc-sparc.c (md_parse_option): If the user gives
2062         us '--64' make sure max_architecture is at least V9.
2063
2064 2009-03-18  Andrew Stubbs  <ams@codesourcery.com>
2065
2066         * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
2067         BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
2068         Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
2069
2070 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
2071
2072         * as.h: Include alloca-conf.h instead of config.h and remove
2073         existing #if's handling alloca.
2074         * Makefile.am: Run "make dep-am".
2075         * Makefile.in: Regenerate.
2076
2077 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
2078
2079         * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
2080         C_AIX_WEAKEXT too.
2081
2082 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
2083
2084         * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
2085         "value" from fx_offset.  Manually resubtract md_pcrel_from_section
2086         where necessary.
2087
2088 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
2089
2090         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
2091         * configure.in: Likewise.
2092         * configure: Regenerate.
2093
2094 2009-03-11  Hans-Peter Nilsson  <hp@axis.com>
2095
2096         * config/tc-cris.c (cris_create_short_jump): Remove prototype.
2097         Rename, changing all callers, to...
2098         (md_create_short_jump): Adjust head comment.  Assert
2099         word-sized-branch distance for v32.  Bail out calling as_fatal for
2100         compatibility mode here.
2101         (md_create_long_jump): ...not here.
2102         * config/tc-cris.h (md_create_short_jump): Do not define.
2103
2104 2009-03-10  Hans-Peter Nilsson  <hp@axis.com>
2105
2106         * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
2107         the jump table for multiple overflowing entries with the same
2108         target, handle base symbols being different.
2109         (relax_segment) <case rs_broken_word, second loop>: Whenever a
2110         single entry overflows, arrange to redirect all entries with the
2111         same target.
2112
2113 2009-03-10  Alan Modra  <amodra@bigpond.net.au>
2114
2115         * config/tc-ppc.c (parse_cpu): Delete.
2116         (md_parse_option, ppc_machine): Use ppc_parse_cpu.
2117
2118 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
2119
2120         PR gas/9915
2121         * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New.  Defined as 0.
2122         (LOCAL_LABELS_FB): Undefine befoe define.
2123
2124 2009-03-06  Nick Clifton  <nickc@redhat.com>
2125
2126         * po/es.po: Updated Spanish translation.
2127
2128 2009-03-05  Joseph Myers  <joseph@codesourcery.com>
2129
2130         * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
2131         s_incbin): Call md_cons_align (1).
2132
2133 2009-03-04  Nick Clifton  <nickc@redhat.com>
2134
2135         * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
2136         based targets.
2137         (s_alpha_comm): Only define "temp" and "log_align" local variables
2138         for EVAX targets.
2139
2140 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
2141
2142         * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
2143         have non-zero addend.
2144         (md_assemble): Parse args of __tls_get_addr calls.
2145         (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
2146
2147 2009-03-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2148
2149         binutils/3807
2150         * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
2151         local scope for ELF targets.
2152
2153 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
2154
2155         * config/tc-ppc.c (md_assemble): APUinfo only for e500.
2156
2157 2009-03-03  Tristan Gingold  <gingold@adacore.com>
2158             Eric Botcazou  <ebotcazou@adacore.com>
2159             Douglas B Rupp  <rupp@gnat.com>
2160
2161         * doc/as.texinfo (Overview): Mention -replace/-noreplace options
2162         for Alpha.
2163         * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
2164         * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
2165         (OBJ_SYMFIELD_TYPE): Remove.
2166         (tc_canonicalize_symbol_name): Define to evax_shorten_name.
2167         (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
2168         (tc_frob_file_before_fix): Do not defined on evax.
2169         * config/tc-alpha.c: Always includes dwarf2dbg.h.
2170         Include vms.h if OBJ_EVAX.
2171         (struct alpha_fixup): Add xtrasym and procsym (evax only).
2172         (enum alpha_macro_arg): Remove trailing comma.
2173         (md_longopts): Add replace and noreplace arguments (evax only).
2174         (alpha_evax_proc_hash): New variable.
2175         (alpha_link_section): Make it global.
2176         (alpha_ctors_section, alpha_dtors_section): Removed.
2177         (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
2178         (alpha_lit8_section): Ifndef'ed on evax.
2179         (alpha_lit8_symbol): Ditto.
2180         (alpha_prologue_label): New variable.
2181         (alpha_linkage_symbol): New variable (evax only).
2182         (alpha_flag_replace): Ditto.
2183         (struct alpha_evax_procs): Add handler and handler_data field.
2184         (alpha_evax_proc): Now of type pointer.
2185         (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
2186         (struct alpha_reloc_tag): Add sym and psym fields (evax only).
2187         (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
2188         (alpha_adjust_relocs): Ifndef'ed on evax.
2189         (load_expression): Add opname argument.
2190         Implement LDA/BSR optimization for evax.
2191         (emit_lda): Adjust for new prototype of load_expression.
2192         (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
2193         (emit_loadstore): Likewise.
2194         (emit_ldXu): Likewise.
2195         (emit_stX): Likewise.
2196         (emit_jsrjmp): Likewise.  Implement LDA/BSR optimization for evax.
2197         (emit_ldgp): Avoid warning in evax case.
2198         (add_to_link_pool): Make it static.  Return symbolic expression rather
2199         than number expression for the offset.
2200         (s_alpha_text): Create .text symbol for evax if not already created.
2201         (s_alpha_comm): Do not create specific section for common symbol.
2202         Fill common area with zeros for evax.
2203         (s_alpha_prologue): Create alpha_prologue_label.
2204         (s_alpha_section_name): New function (evax).
2205         (s_alpha_section_word): Likewise.
2206         (section_name): New static variabke moved out from ...
2207         (s_alpha_section): ... here.  Create new sections on demand.
2208         (s_alpha_literals): New function (evax).
2209         (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
2210         alpha_evax_proc_hash table.
2211         (s_alpha_handler): New function (evax).
2212         (s_alpha_frame): Adjust for new type of alpha_evax_proc.
2213         (s_alpha_prologue): New function (evax).
2214         (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
2215         handling of procedures with hash table.
2216         Add support for condition handlers.
2217         (s_alpha_linkage): Create linkage_fixup instance and chain it.
2218         (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
2219         (s_alpha_mask): Likewise.
2220         (s_alpha_fmask): Likewise.
2221         (s_alpha_end): Clear alpha_evax_proc.
2222         (s_alpha_align): Increase max_alignment to 16.
2223         (alpha_print_token): Call print_expr_1 instead of print_expr.
2224         (md_pseudo_table): Add "section", "literals", "handler" and
2225         "handler_data" (evax).  Do not ignore "prologue" on evax.
2226         Fix indentation.
2227         (md_begin): Create hash table for alpha_evax_proc_hash.
2228         (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
2229         (md_show_usage): Mention -replace/-noreplace for evax.
2230         (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
2231         (alpha_force_relocation): Likewise.
2232         (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
2233         (tc_gen_reloc): Likewise.  Add BFD_RELOC_ALPHA_LINKAGE for evax.
2234         (emit_insn): New cases for evax specific relocs.
2235         (assemble_insn): Fix indentation.
2236         Take care of -MDISP in operand table.
2237         * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
2238         (OBJ_SYMFIELD_TYPE): New macro.
2239         (obj_symbol_new_hook): Define.
2240         (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
2241         (obj_frob_file_before_fix): Ditto.
2242         (PDSC_S_M_HANDLER_VALID): New macro.
2243         (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
2244         (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
2245         Add prototypes for functions declared in obj-evax.c
2246         * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
2247         (s_evax_weak): Convert to ansi-C.
2248         (evax_symbol_new_hook): New function.
2249         (evax_frob_symbol): Ditto.
2250         (evax_frob_file_before_adjust): Ditto.
2251         (evax_frob_file_before_fix): Ditto.
2252         (evax_shorten_name): Ditto.
2253         (crc32): Ditto.
2254         (encode_32): Ditto.
2255         (encode_16): Ditto.
2256         (decode_16): Ditto.
2257         (shorten_identifier): Ditto.
2258         (is_truncated_identifier): Ditto.
2259         * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
2260         * as.c (close_output_file): Remove #ifndef OBJ_VMS.
2261         (main): Ditto.
2262
2263 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
2264
2265         * Makefile.am: Run "make dep-am".
2266         * Makefile.in: Regenerate.
2267
2268 2009-03-02  Nick Clifton  <nickc@redhat.com>
2269
2270         PR 9874
2271         * config/tc-ia64.c (fix_insn): Fix warning reported by
2272         -Wformat-security.
2273
2274 2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
2275
2276         * config/tc-score7.c: New file.
2277         * doc/c-score.texi: New file.
2278         * Makefile.am: Update dependencies for tc-score.c.
2279         * Makefile.in: Regenerate.
2280         * NEWS: Mention support for Score7 architecture.
2281         * config/tc-score.c: Add support for Score7 architecture.
2282         * config/tc-score.h: Likewise.
2283         * doc/Makefile.am: Add c-score.texi.
2284         * doc/Makefile.in: Regenerate.
2285         * doc/all.texi: Add Score7.
2286         * doc/as.texinfo: Add Score7.
2287
2288 2009-03-01  Mark Mitchell  <mark@codesourcery.com>
2289
2290         * config/tc-arm.c (md_assemble): Allow barrier instructions on
2291         ARMv6-M cores.
2292
2293 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2294
2295         * configure: Regenerate.
2296
2297 2009-02-26  Peter Bergner  <bergner@vnet.ibm.com>
2298
2299         * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
2300         "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
2301         (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
2302
2303 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
2304
2305         * config/tc-i386.c (fits_in_imm4): Removed.
2306
2307 2009-02-24  Helge Deller <deller@gmx.de>
2308
2309         * config/tc-hppa.c (pa_ip): Add check of immediate values.
2310         (SAVE_IMMEDIATE): New define.
2311
2312 2009-02-23  Mark Mitchell  <mark@codesourcery.com>
2313
2314         * config/tc-arm.c (warn_deprecated_sp): New macro.
2315         (do_t_mov_cmp): Permit R13 as the second
2316         argument to "cmp.n".
2317
2318 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2319
2320         * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
2321         (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
2322
2323 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2324
2325         * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
2326
2327 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2328
2329         * config/tc-i386.c (vex_imm4): Removed.
2330         (VEX_check_operands): Likewise.
2331         (match_template): Updated.
2332
2333 2009-02-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2334
2335         * doc/all.texi: Set S390.
2336         * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
2337         * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
2338         * doc/Makefile.in: Likewise.
2339         * doc/c-s390.texi: New.
2340
2341 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
2342
2343         * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
2344         (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
2345         (mcf5307_ctrl): Add VBR.
2346         (no_mac): New variable.
2347         (m68k_extensions): Refer to no_mac mask.
2348         (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
2349         52252..52259, 53011..53017.
2350         (m68k_ip): Process CPUCR.
2351         (init_table): Add cpucr entry.
2352         (m68k_set_extension): Allow negated mask to refer to a variable.
2353         (md_show_usage): Use '%s' to silence fprintf warning.
2354         * config/m68k-parse.h (CPUCR): New control register.
2355
2356 2009-02-10  Nathan Sidwell  <nathan@codesourcery.com>
2357
2358         * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
2359         as_bad calls to silence compiler warning.
2360
2361 2009-02-06  Nick Clifton  <nickc@redhat.com>
2362
2363         PR 9814
2364         * config/tc-arm.c (MODE_RECORDED): New define.
2365         (output_inst): Record the thumb_mode in the current frag.
2366         (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
2367         (arm_init_frag): Only set the tc_frag_data field if it has not
2368         already been set.
2369
2370 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
2371
2372         AVX Programming Reference (January, 2009)
2373         * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
2374         (CPU_FLAGS_AVX_MATCH): Updated.
2375         (CPU_FLAGS_32BIT_MATCH): Likewise.
2376         (cpu_flags_match): Likewise.
2377
2378 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
2379
2380         * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
2381         M_MSGWAIT and M_MSGWAIT_T.
2382         (mips_cpu_info_table): Add XLR entry.
2383         * doc/c-mips.texi (-march): Document xlr.
2384
2385 2009-02-03  Eric B. Weddington  <eric.weddington@atmel.com>
2386
2387         * config/tc-avr.c (mcu_types): Add ata6289.
2388         * doc/c-avr.texi: Likewise.
2389
2390 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
2391
2392         * configure.in: AC_SUBST pdfdir.
2393         * Makefile.am: Add install-pdf, install-pdf-am,
2394         and install-pdf-recursive targets.
2395         * doc/Makefile.am: Define pdf__strip_dir. Add
2396         install-pdf and install-pdf-am targets.
2397         * po/Make-in: Add install-pdf target.
2398         * configure: Regenerate.
2399         * Makefile.in: Regenerate.
2400         * doc/Makefile.in: Regenerate.
2401
2402 2009-02-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
2403
2404         * config/m68k-parse.h (enum pic_relocation): Add values for TLS
2405         relocations.
2406         * config/m68k-parse.y (yylex): Parse TLS relocations.
2407         * config/tc-m68k.c (m68k_elf_cons): New static function.
2408         (md_pseudo_table): Use it.
2409         (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
2410         relocations.
2411         (md_apply_fix): Fix to set thread local flag.
2412         (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
2413
2414 2009-02-03  Vince Weaver <vince@csl.cornell.edu>
2415
2416         PR 9779
2417         * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
2418         indexed addressing for symbolic expressions.
2419
2420 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
2421
2422         * config/tc-arm.c (BAD_SP): Define.
2423         (s_arm_unwind_fnstart): Use REG_SP.
2424         (s_arm_unwind_setfp): Likewise.
2425         (reject_bad_reg): New macro.
2426         (do_co_reg): Check for bad registers.
2427         (do_co_reg2c): Likewise.
2428         (do_srs): Use REG_SP.
2429         (do_t_add_sub): Check for bad registers.
2430         (do_t_adr): Likewise.
2431         (do_t_arit3): Likewise.
2432         (do_t_arit3c): Likewise.
2433         (do_t_bfc): Likewise.
2434         (do_t_bfi): Likewise.
2435         (do_t_bfx): Likewise.
2436         (do_t_blx): Likewise.
2437         (do_t_bx): Likewise.
2438         (do_t_bxj): Likewise.
2439         (do_t_clz): Likewise.
2440         (do_t_div): Likewise.
2441         (do_t_mla): Likewise.
2442         (do_t_mlal): Likewise.
2443         (do_t_mov_cmp): Likewise.
2444         (do_t_mov16): Likewise.
2445         (do_t_mvn_tst): Likewise.
2446         (do_t_mrs): Likewise.
2447         (do_t_msr): Likewise.
2448         (do_t_mul): Likewise.
2449         (do_t_mull): Likewise.
2450         (do_t_orn): Likewise.
2451         (do_t_pkhbt): Likewise.
2452         (do_t_pld): Likewise.
2453         (do_t_rbit): Likewise.
2454         (do_t_rev): Likewise.
2455         (do_t_rrx): Likewise.
2456         (do_t_rsb): Likewise.
2457         (do_t_shift): Likewise.
2458         (do_t_simd): Likewise.
2459         (do_t_ssat): Likewise.
2460         (do_t_ssat16): Likewise.
2461         (do_t_sxtah): Likewise.
2462         (do_t_sxth): Likewise.
2463         (do_t_tb): Likewise.
2464         (do_t_usat): Likewise.
2465         (do_t_usat16): Likewise.
2466         (nysn_insert_sp): Use REG_SP.
2467
2468 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
2469
2470         * config/tc-arm.c (do_t_orn): New function.
2471         (do_t_rrx): Likewise.
2472         (insns): Add orn and rrx.
2473
2474 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
2475
2476         * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
2477         uasx, uhasx, uhsx, uqasx, uqsax, usax.
2478
2479 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
2480
2481         * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
2482         qdsub in Thumb-2 mode.
2483
2484 2009-01-29  Paul Brook  <paul@codesourcery.com>
2485             Mark Mitchell  <mark@codesourcery.com>
2486
2487         * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
2488         of MUL when possible.
2489
2490 2009-01-29  Nick Clifton  <nickc@redhat.com>
2491
2492         * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
2493
2494 2009-01-29  Nathan Sidwell  <nathan@codesourcery.com>
2495             Catherine Moore <clm@codesourcery.com?
2496
2497         * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
2498         .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
2499         directives.
2500
2501 2009-01-27  Nick Clifton  <nickc@redhat.com>
2502
2503         * config/tc-mips.c (append_insn): Cope with a complex reloc
2504         sequence containing an unsupported reloc type.
2505         (enum options): Replace computed #define's constants for option
2506         numbers with this enum.
2507         (struct md_longopts): Use the enum.  Allow OPTION_32 in a non-ELF
2508         environment.
2509         (md_parse_option): Allow -32 in a non-ELF environment.
2510
2511 2009-01-26  Andrew Stubbs  <ams@codesourcery.com>
2512
2513         * config/tc-arm.c (attributes_set_explicitly): New array.
2514         (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
2515         (cpu_arch): Add ARM_ARCH_V5T.
2516         (aeabi_set_attribute_int): New function.
2517         (aeabi_set_attribute_string): New function.
2518         (aeabi_set_public_attributes): Set attributes according to the user's
2519         intentions, rather than the actual state of the binary.
2520         Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
2521         bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
2522         Support WMMXv2. Use attribute names instead of numbers.
2523         * read.c (s_vendor_attribute): Change return type to int.
2524         Return the tag number that was set.
2525         * read.h (s_vendor_attribute): Change return type to int.
2526
2527 2009-01-26  Eric B. Weddington  <eric.weddington@atmel.com>
2528
2529         PR 9789
2530         * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
2531         * doc/c-avr.texi: Likewise.
2532
2533 2009-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2534
2535         * doc/c-arm.texi (): Document -mwarn-deprecated.
2536         * config/tc-arm.c (WARN_DEPRECATED): Remove.  Replace with ...
2537         (warn_on_deprecated): ... this.
2538         (opcode_lookup, md_assemble): Check it before warning.
2539         (arm_opts): Add m[no-]warn-deprecated.
2540         (md_parse_option): Replace WARN_DEPRECATED with
2541         warn_on_deprecated.
2542
2543 2009-01-23  Andreas Schwab  <schwab@suse.de>
2544
2545         * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
2546         arguments to macro_build to match format.
2547
2548         * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
2549         * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
2550
2551 2009-01-19  Nick Clifton  <nickc@redhat.com>
2552
2553         * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
2554         ELF format ARM targets.
2555         * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
2556
2557 2009-01-19  Nick Clifton  <nickc@redhat.com>
2558
2559         * configure.tgt: Restore alpha sorting to object format switch
2560         statement.
2561
2562 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
2563
2564         * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
2565
2566 2009-01-16  Mark Shinwell  <shinwell@codesourcery.com>
2567
2568         * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
2569         * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
2570
2571 2009-01-16  Andrew Stubbs  <ams@codesourcery.com>
2572             Daniel Jacobowitz  <dan@codesourcery.com>
2573
2574         * config/tc-arm.c (arm_copy_symbol_attributes): New function.
2575         * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
2576         (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
2577         * read.c (s_vendor_attribute): Add support for symbolic tag names.
2578         Improve string parser.
2579         * doc/c-arm.texi (ARM Machine Directives): Document
2580         .eabi_attribute symbolic tag names.
2581
2582 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2583
2584         * configure.in (commonbfdlib): Delete.
2585         * configure: Regenerate.
2586         * po/POTFILES.in: Regenerate.
2587
2588 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
2589             Julian Brown   <julian@codesourcery.com>
2590
2591         * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
2592
2593 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
2594
2595         * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
2596         bfd_elf_add_obj_attr_int_string.
2597
2598 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2599
2600         * configure.tgt(ia64-*-*vms*): New target.
2601         * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
2602         * tc.h (md_number_to_chars): Declare iff undefined.
2603         * config/obj-elf.c (obj_elf_change_section): Change type of arg
2604         attr to bfd_vma.
2605         (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
2606         variables attr, md_attr to bfd_vma.
2607         (obj_elf_section_word): Likewise.
2608         (obj_elf_section): Change type of variable attr to bfd_vma
2609         * config/obj-elf.h (obj_elf_change_section): Change type of arg
2610         attr to bfd_vma.
2611         * config/tc-ia64.c (bfdver.h,time.h): Include.
2612         (ia64_elf_section_letter): Now returns a bfd_vma.
2613         Handle VMS specific attributes.
2614         (ia64_elf_section_flags): Arg attr now a bfd_vma.
2615         (ia64_init): Don't turn on dependency checking for VMS.
2616         (ia64_target_format): Check for VMS flag bit.
2617         (do_alias): Hande decc$ functions.
2618         (get_vms_time): New function.
2619         (ia64_vms_note): New function.
2620         * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
2621         (ia64_elf_section_flags): Arg attr now a bfd_vma.
2622         (tc_init_after_args): Define for VMS.
2623         * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
2624         (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
2625         * config/tc-alpha.h: Likewise.
2626         * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
2627         (x86_64_section_word): Return a bfd_vma.
2628         * config/tc-i386.h: Likewise.
2629         * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
2630         attr to bfd_vma.
2631         * config/tc-ip2k.h: Likewise.
2632         * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
2633         (mep_elf_section_flags): Change type of arg attr to bfd_vma.
2634         * config/tc-mep.h: Likewise.
2635         * config/tc-ppc.c  (ppc_section_letter): Return a bfd_vma.
2636         (ppc_section_word): Return a bfd_vma.
2637         (ppc_section_flags): Change type of arg attr to bfd_vma.
2638         * config/tc-ppc.h: Likewise.
2639         * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
2640         * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
2641         DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
2642         New file with new macros
2643         * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
2644         macros.
2645
2646 2009-01-15  Nick Clifton  <nickc@redhat.com>
2647
2648         PR 9722
2649         * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
2650         instructions before generating a Thumb2 nop.
2651
2652 2009-01-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2653
2654         * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
2655
2656 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
2657
2658         * config/tc-spu.c (md_pseudo_table): Add "brinfo".
2659         (brinfo): New var.
2660         (md_assemble): Poke brinfo into branch instructions.
2661         (spu_brinfo): New function.
2662         (md_apply_fix): Don't assume insn fields start off at zero, mask
2663         them to remove possible brinfo.
2664
2665 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2666
2667         * doc/c-i386.texi: Reformat.
2668
2669 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2670
2671         * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
2672         .syscall.
2673         (i386_align_code): Handle PROCESSOR_COREI7.
2674         (md_show_usage): Add corei7, clflush and syscall.
2675         (i386_target_format): Replace cpup4 with cpuclflush.
2676
2677         * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
2678
2679         * doc/c-i386.texi: Document corei7, clflush and syscall.
2680
2681 2009-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2682
2683         * config/tc-i386.c (cpu_arch): Add .rdtscp.
2684         (md_show_usage): Display rdtscp.
2685
2686         * doc/c-i386.texi: Document rdtscp.
2687
2688 2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
2689
2690         * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
2691         Test the new "deprecated" opcode field.
2692
2693 2009-01-07  Sterling Augustine  <sterling@tensilica.com>
2694
2695         * config/tc-xtensa.c (produce_flix): New.
2696         (option_flix, optoin_no_generate_flix, option_no_flix) Define.
2697         (md_longopts): Add support for them.
2698         (md_parse_option): Likewise.
2699         (md_show_usage): Add help message.
2700         (finish_vinsn): Don't allow multi-slot flix when produce_flix
2701         option is set to FLIX_NONE.
2702         * config/xtensa-relax.c (transition_applies): Only relax to
2703         flix branches when produce_flix equals FLIX_ALL.
2704         * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
2705         FLIX_NONE): New.
2706         (produce_flix): Declare.
2707
2708 2009-01-06  Chao-ying Fu  <fu@mips.com>
2709
2710         * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
2711         Use strncmp to match jalr and jalr.hb.
2712         Fix a typo.
2713
2714 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
2715
2716         AVX Programming Reference (December, 2008)
2717         * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
2718         support.  Don't swap REG and NDS for FMA.
2719
2720 2009-01-02  Matthias Klose  <doko@ubuntu.com>
2721
2722         * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
2723         behaviour.
2724
2725 For older changes see ChangeLog-2008
2726 \f
2727 Local Variables:
2728 mode: change-log
2729 left-margin: 8
2730 fill-column: 74
2731 version-control: never
2732 End: