* config/tc-arm.c (implicit_it_mode): New enum.
[binutils.git] / gas / ChangeLog
blob074e239dd71bd0a8b9c83064588ff8c2cb072d4a
1 2009-06-22  Daniel Gutson <dgutson@codesourcery.com>
3         * config/tc-arm.c (implicit_it_mode): New enum.
4         (implicit_it_mode): New global.
5         (it_instruction_type): New enum.
6         (arm_parse_it_mode): New function.
7         (arm_long_opts): New option added.
8         (arm_it): New field.
9         (it_state): New enum.
10         (now_it): New macro.
11         (check_it_blocks_finished): New function.
12         (insns[]): Use the IT Thumb opcodes for ARM too.
13         (arm_cleanup): Call check_it_blocks_finished.
14         (now_it_compatible): New function.
15         (conditional_insn): New function.
16         (set_it_insn_type): New macro.
17         (set_it_insn_type_last): New macro.
18         (do_it): Call automatic IT machinery functions.
19         (do_t_add_sub): Likewise
20         (do_t_arit3): Likewise.
21         (do_t_arit3c): Likewise.
22         (do_t_blx): Likewise.
23         (do_t_branch): Likewise.
24         (do_t_bkpt): Likewise.
25         (do_t_branch23): Likewise.
26         (do_t_bx): Likewise.
27         (do_t_bxj): Likewise.
28         (do_t_cps): Likewise.
29         (do_t_cpsi): Likewise.
30         (do_t_cbz): Likewise.
31         (do_t_it): Likewise.
32         (encode_thumb2_ldmstm): Likewise.
33         (do_t_ldst): Likewise.
34         (do_t_mov_cmp): Likewise.
35         (do_t_mvn_tst): Likewise.
36         (do_t_mul): Likewise.
37         (do_t_neg): Likewise.
38         (do_t_setend): Likewise.
39         (do_t_shift): Likewise.
40         (do_t_tb): Likewise.
41         (output_it_inst): New function.
42         (new_automatic_it_block): New function.
43         (close_automatic_it_block): New function.
44         (now_it_add_mask): New function.
45         (it_fsm_pre_encode): New function.
46         (handle_it_state): New function.
47         (it_fsm_post_encode): New function.
48         (force_automatic_it_block_close): New function.
49         (in_it_block): New function.
50         (md_assemble): Call automatic IT block machinery functions.
51         (arm_frob_label): Likewise.
52         (arm_opts): New element.
53         * config/tc-arm.h (it_state): New enum.
54         (current_it): New struct.
55         (arm_segment_info_type): New member added.
56         * doc/c-arm.texi: New option -mimplicit-it documented.
58 2009-06-20  Alan Modra  <amodra@bigpond.net.au>
60         PR 10302
61         * doc/as.texinfo (Section <ELF "M,S" flag>): Clarify tail merge.
63 2009-06-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
65         * config/tc-s390.c (md_gather_operands): Accept an instruction
66         without operands if all operands are tagged as optional.
68 2009-06-18  Nick Clifton  <nickc@redhat.com>
70         PR 10169
71         * gas/tc-arm.c (do_t_ssat): Move common code from here...
72         (do_t_usat): ... and here to...
73         (do_t_ssat_usat): New function: ... here.  Add code to check that
74         the shift value, if present, is in range.
76 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
78         Merge cegcc and mingw32ce target name changes
79         from CeGCC project:
81         2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
83         * configure.tgt: Add arm*-*-cegcc* target.
85         2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
87         * configure.tgt: Add arm-*-mingw32ce* target.
89 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
91         * config/tc-vax.c (md_estimate_size_before_relax): Accept
92         indirect symbol references in the PIC mode and emit a
93         PC-relative relocation instead of a GOT/PLT one.  Likewise
94         for symbols known to be hidden at this point.
96 2009-06-15  Nick Clifton  <nickc@redhat.com>
98         PR 10186
99         * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
100         instruction.
102 2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>
104         PR ld/10269
105         * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
106         instead of generic_force_reloc.
108         * config/tc-i386.h (TC_FORCE_RELOCATION): New.
110 2009-06-11  Anthony Green  <green@moxielogic.com>
112         * config/tc-moxie.c (md_chars_to_number): Define.
113         (md_begin): Populate opcode hashtable with more form 3 opcodes.
114         (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
115         (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
116         (tc_gen_reloc): Ditto.
117         (md_pcrel_from): Ditto.
118         (md_chars_to_number): New function.
120 2009-06-10  Anthony Green  <green@moxielogic.com>
122         * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
123         opcodes.
125 2009-06-09  Jakub Jelinek  <jakub@redhat.com>
127         PR gas/10255
128         * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
129         to DW_CFA_advance_loc4.
131 2009-06-08  Dave Korn  <dave.korn.cygwin@gmail.com>
133         PR gas/977
134         * config/tc-i386.c (md_estimate_size_before_relax):  Don't relax
135         branches to weak symbols.
136         (md_apply_fix):  Don't convert fixes against weak symbols to
137         section-relative offsets, but save addend for later reloc emission.
138         (tc_gen_reloc):  When emitting reloc against weak symbol, adjust
139         addend to pre-compensate for bfd_install_relocation.
141 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
143         * dep-in.sed: Don't use \n in replacement part of s command.
144         * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
145         * Makefile.in: Regenerate.
147 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
149         PR gas/10198
150         * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
152 2009-05-26  Catherine Moore  <clm@codesourcery.com>
154         * config/tc-mips.c (check_for_24k_errata): Remove.
155         (md_mips_end): Remove call to check_for_24k_errata.
156         (start_noreorder): Likewise.
157         (s_change_sec): Likewise.
158         (s_change_section): Likewise.
159         (insns_between): Add 24k errata checks.
160         (append_insn): Remove declaration and references to nhdx_24k.
161         Remove calls to check_for_24k_errata.
162             
163 2009-05-26  Nick Clifton  <nickc@redhat.com>
165         * po/id.po: Updated Indonesian translation.
166         * po/gas.pot: Updated template file.
168 2009-05-26  Nick Clifton  <nickc@redhat.com>
170         PR 10143
171         * config/bfin-parse.y (error): Use "%s" as format string for error
172         message.
174 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
176         * dep-in.sed: Output one filename per line with all lines having
177         continuation backslash.  Prefix first line with "A", following
178         lines with "B".
179         * Makefile.am (DEP): Don't use dep.sed here.
180         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
181         sort and uniq.
182         (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
183         Emit multi dependencies on one line.
184         * Makefile.in: Regenerate.
186 2009-05-25  Tristan Gingold  <gingold@adacore.com>
188         * makefile.vms: New file to compile gas on VMS.
190         * configure.com: New file to do configuration on VMS with DCL.
192 2009-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
194         * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
195         (nops_for_insn): Likewise.
197 2009-05-22  H.J. Lu  <hongjiu.lu@intel.com>
199         * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
201 2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
203         * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
204         (build_modrm_byte): Remove DREX handling support.
205         (DREX_*): Delete.
206         (drex_byte): Delete.
207         (md_assemble): Remove DREX handling support.
208         (process_operands): Remove DREX, SSE5 support.
209         (i386_insn): Remove DREX.
210         
211 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
213         * Makefile.am: Run "make dep-am".
214         * Makefile.in: Regenerate.
216 2009-05-20  Kai Tietz  <kai.tietz@onevision.com>
217             H.J. Lu  <hongjiu.lu@intel.com>
219         * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
220         (TARGET_FORMAT): Removed for x86 pe-coff.
221         (COFF_TARGET_FORMAT): Likewise.
223         * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
224         (md_parse_option): Likewise.
225         (md_show_usage): Show option --32/--64 for x86 pe-coff.
226         (i386_target_format): Use also for x86 pe-coff.
228         * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
229         for x86 pe-coff.
231 2009-05-19  DJ Delorie  <dj@redhat.com>
233         * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
234         (mep_process_saved_insns): Remove debugging printfs.
236 2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>
238         * NEWS:  Mention new feature.
239         * config/obj-coff.c (obj_coff_common_parse):  New function.
240         (obj_coff_comm):  Likewise.
241         (coff_pseudo_table):  Override default ".comm" definition on PE.
242         * doc/as.texinfo:  Document new feature.
244 2009-05-17  Kai Tietz  <kai.tietz@onevision.com>
246         * config/obj-coff.c (obj_coff_section): Add 'y' as
247         specifier for SEC_COFF_NOREAD section flag.
248         * doc/as.texinfo: Add documentation about .section flag 'y'.
250 2009-05-13  DJ Delorie  <dj@redhat.com>
252         * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
254 2009-05-13  Andrew Jenner  <andrew@codesourcery.com>
256         * config/tc-arm.c: Move as.h to start of file.
258 2009-05-05 Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
260         * config/tc-arm.h: Fix typo in comment.
261         (ARM_IS_FUNC): New macro.
262         (MD_APPLY_SYM_VALUE): Define.
264         * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
265         all versions of EABI.
266         (relax_branch): Do not relax for branches to ARM functions.
267         (md_pcrel_from_section): Set up base correctly for
268         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
269         BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
270         BFD_RELOC_ARM_PCREL_CALL.
271         (md_apply_fix): Flip bl to blx where possible.
272         Flip blx to bl where possible.
273         (arm_force_relocation): Force relocations for
274         BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
275         BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
276         BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
277         BFD_RELOC_THUMB_PCREL_BRANCH25.
278         (arm_apply_sym_value): New function.
279         
280 2009-05-04  Tristan Gingold  <gingold@adacore.com>
282         * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
284 2009-05-01  Nathan Sidwell  <nathan@codesourcery.com>
286         * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
287         * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
288         * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
289         the default FPU from the processor.
291 2009-05-01  Julian Brown  <julian@codesourcery.com>
293         * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
294         (md_pcrel_from_section): Align address for BLX.
295         (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
296         BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
298 2009-04-29  DJ Delorie  <dj@redhat.com>
300         * config/tc-mep.c (md_begin): Check coprocessor type.
301         (md_check_parallel64_scheduling): Use memset to initialize the buffer.
302         (md_check_parallel32_scheduling): Likewise.
303         (slot_ok): New.
304         (mep_check_ivc2_scheduling): New.
305         (mep_check_parallel_scheduling): Call it.
306         (mep_process_saved_insns): Add IVC2 slot support.
307         (md_assemble): Likewise.
309 2009-04-30  Nick Clifton  <nickc@redhat.com>
311         * config/obj-elf.c (obj_elf_type): Add support for a
312         gnu_indirect_function type.
313         * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
314         against indirect function symbols.
315         * doc/as.texinfo (.type): Document the support for the
316         gnu_indirect_function symbol type.
317         * NEWS: Mention the new feature.
319 2009-04-24  Cary Coutant  <ccoutant@google.com>
321         * NEWS: Add item about discriminator support.
322         * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
323         * dwarf2dbg.c (current): Add discriminator field.
324         (dwarf2_where): Copy discriminator value.
325         (dwarf2_consume_line_info): Set discriminator to 0.
326         (dwarf2_directive_loc): Process discriminator sub-op.
327         (out_leb128): New function.
328         (process_entries): Output DW_LNE_set_discriminator.
329         * doc/as.texinfo: Add discriminator operand to .loc directive.
331 2009-04-22  Nathan Sidwell  <nathan@codesourcery.com>
333         * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
334         as_bad calls to silence compiler warning.
336 2009-04-21  H.J. Lu  <hongjiu.lu@intel.com>
338         * config/tc-i386-intel.c (O_XXX): Reorder.
340 2009-04-20  Jan Beulich  <jbeulich@novell.com>
342         * Makefile.am: Add explicit dependency of tc-i386.o on
343         tc-i386-intel.c.
344         * Makefile.in: Likewise.
345         * config/tc-i386.c (i386_finalize_immediate): Declare, broken
346         out from i386_immediate.
347         (i386_immediate): Slightly re-arrange, call
348         i386_finalize_immediate.
349         (i386_finalize_displacement): Declare, broken out from
350         i386_displacement.
351         (i386_displacement): Slightly re-arrange, call
352         i386_finalize_displacement.
353         (i386_intel_simplify, i386_intel_parse_name): Declare.
354         (this_operand): Initialize to -1.
355         (set_intel_syntax): Set expression rank for O_full_ptr.
356         (md_assemble): Set this_operand back to -1 after parsing
357         operands.
358         (x86_cons): Negate intel_syntax to indicate state. Call
359         i386_intel_simplify.
360         (md_operand): Convert if to switch. Handle '[' for Intel
361         syntax.
362         (i386_intel_operand): Delete, including all helper functions
363         and data.
364         * config/tc-i386-intel.c: New file, all new code.
365         * config/tc-i386.h (i386_operator): Declare.
366         (md_operator): Define to i386_operator.
367         (i386_need_index_operator): Declare.
368         (md_need_index_operator): Define to i386_need_index_operator.
369         (O_full_ptr): Define.
371 2009-04-20  Jan Beulich  <jbeulich@novell.com>
373         * expr.c (operand): Call md_need_index_operator() and
374         md_operator() if defined. Add unary label.
375         (operator): Call md_operator() if defined.
376         (expr): Adjust assertions on range and rank of op_left and
377         op_right. Don't abort on unhandled operators when reducing
378         expressions with both operands being constant.
379         (expr_set_rank): New.
380         * expr.h (expr_set_rank): Declare.
382 2009-04-15  Anthony Green  <green@moxielogic.com>
384         * config/tc-moxie.h: New file.
385         * config/tc-moxie.c: New file.
386         * configure: Add support for moxie.
387         * configure.tgt: Add support for moxie.
389 2009-04-16  Jan Beulich  <jbeulich@novell.com>
391         * expr.c: Include limits.h if available, and #define CHAR_BITS
392         otherwise.
393         (expr): Check range of shift count when evaluating a constant
394         expression.
396 2009-04-15  Jan Beulich  <jbeulich@novell.com>
398         * config/tc-i386.c (process_operands): Print operands in
399         correct order depending on intel_syntax.
401 2009-04-09  Catherine Moore  <clm@codesourcery.com>
403         * config/tc-mips.c (mips_fix_24k): Declare.
404         (check_for_24k_errata): New.
405         (mips_cleanup): Call check_for_24k_errata.
406         (start_noreorder): Likewise.
407         (md_mips_end): Likewise.
408         (s_change_sec): Likewise.
409         (s_change_section): Likewise.
410         (append_insn): Call check_for_24k_errata.  Prevent
411         ERET/DERET instructions from being moved into delay
412         slots.
413         (OPTION_FIX_24K): New.
414         (OPTION_NO_FIX_24k) New.
415         (md_longopts): Add "mfix-24k" and "mno-fix-24k".
416         (md_parse_option): Handle fix-24k options.
417         (md_show_usage): Display fix-24k options.
418         * doc/c-mips.texi: Document.
420 2009-04-09  Adam Nemet  <anemet@caviumnetworks.com>
422         * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
423         instead of HAVE_64BIT_SYMBOLS.
425 2009-04-07  DJ Delorie  <dj@redhat.com>
427         * config/tc-mep.c: Add UCI/DSP instruction support.  Add C5 support.
428         (md_show_usage): Change default endian to little.
429         * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
431 2009-04-06  DJ Delorie  <dj@redhat.com>
433         * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
434         immediates.
435         (build_bytes): Pass insn to do_a_fix_imm.
437 2009-04-02  Daniel Gutson <dgutson@codesourcery.com>
439         * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
440         * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
441         Cortex-M1.
443 2009-04-01  Matt Thomas <matt@netbsd.org>
445         * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
446         (md_assemble): emit symbol name when used as immediate in PIC mode.
447         (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
449 2009-04-01  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
451         * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
453 2009-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
455         * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
456         (find_real_start): Likewise.
457         * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
459 2009-04-01  Nathan Sidwell  <nathan@codesourcery.com>
461         * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
462         (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
463         whenever possible.
465 2009-03-31  Peter Bergner  <bergner@vnet.ibm.com>
467         * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
469 2009-03-31  Dave Korn  <dave.korn.cygwin@gmail.com>
471         * doc/internals.texi:  Fix trivial syntax errors.
473 2009-03-26  Alan Modra  <amodra@bigpond.net.au>
475         PR 10005
476         * config/tc-i386.c (reloc): Don't abort on lack of required
477         reloc type.
479 2009-03-25  H.J. Lu  <hongjiu.lu@intel.com>
481         * config/tc-i386.c (parse_insn): Use default_arch on unsupported
482         arch.
484 2009-03-23  H.J. Lu  <hongjiu.lu@intel.com>
486         PR gas/9966
487         * listing.c (listing_newline): Properly handle `\\"' and ';'.
489         * read.c (is_end_of_line): Update comments for line separator.
490         (read_begin): Set line separator in is_end_of_line to 2.
492 2009-03-19  David S. Miller  <davem@davemloft.net>
494         * config/tc-sparc.c (md_parse_option): If the user gives
495         us '--64' make sure max_architecture is at least V9.
497 2009-03-18  Andrew Stubbs  <ams@codesourcery.com>
499         * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
500         BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
501         Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
503 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
505         * as.h: Include alloca-conf.h instead of config.h and remove
506         existing #if's handling alloca.
507         * Makefile.am: Run "make dep-am".
508         * Makefile.in: Regenerate.
510 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
512         * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
513         C_AIX_WEAKEXT too.
515 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
517         * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
518         "value" from fx_offset.  Manually resubtract md_pcrel_from_section
519         where necessary.
521 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
523         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
524         * configure.in: Likewise.
525         * configure: Regenerate.
527 2009-03-11  Hans-Peter Nilsson  <hp@axis.com>
529         * config/tc-cris.c (cris_create_short_jump): Remove prototype.
530         Rename, changing all callers, to...
531         (md_create_short_jump): Adjust head comment.  Assert
532         word-sized-branch distance for v32.  Bail out calling as_fatal for
533         compatibility mode here.
534         (md_create_long_jump): ...not here.
535         * config/tc-cris.h (md_create_short_jump): Do not define.
537 2009-03-10  Hans-Peter Nilsson  <hp@axis.com>
539         * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
540         the jump table for multiple overflowing entries with the same
541         target, handle base symbols being different.
542         (relax_segment) <case rs_broken_word, second loop>: Whenever a
543         single entry overflows, arrange to redirect all entries with the
544         same target.
546 2009-03-10  Alan Modra  <amodra@bigpond.net.au>
548         * config/tc-ppc.c (parse_cpu): Delete.
549         (md_parse_option, ppc_machine): Use ppc_parse_cpu.
551 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
553         PR gas/9915
554         * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New.  Defined as 0.
555         (LOCAL_LABELS_FB): Undefine befoe define.
557 2009-03-06  Nick Clifton  <nickc@redhat.com>
559         * po/es.po: Updated Spanish translation.
561 2009-03-05  Joseph Myers  <joseph@codesourcery.com>
563         * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
564         s_incbin): Call md_cons_align (1).
566 2009-03-04  Nick Clifton  <nickc@redhat.com>
568         * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
569         based targets.
570         (s_alpha_comm): Only define "temp" and "log_align" local variables
571         for EVAX targets.
573 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
575         * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
576         have non-zero addend.
577         (md_assemble): Parse args of __tls_get_addr calls.
578         (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
580 2009-03-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
582         binutils/3807
583         * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
584         local scope for ELF targets.
586 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
588         * config/tc-ppc.c (md_assemble): APUinfo only for e500.
590 2009-03-03  Tristan Gingold  <gingold@adacore.com>
591             Eric Botcazou  <ebotcazou@adacore.com>
592             Douglas B Rupp  <rupp@gnat.com>
594         * doc/as.texinfo (Overview): Mention -replace/-noreplace options
595         for Alpha.
596         * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
597         * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
598         (OBJ_SYMFIELD_TYPE): Remove.
599         (tc_canonicalize_symbol_name): Define to evax_shorten_name.
600         (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
601         (tc_frob_file_before_fix): Do not defined on evax.
602         * config/tc-alpha.c: Always includes dwarf2dbg.h.
603         Include vms.h if OBJ_EVAX.
604         (struct alpha_fixup): Add xtrasym and procsym (evax only).
605         (enum alpha_macro_arg): Remove trailing comma.
606         (md_longopts): Add replace and noreplace arguments (evax only).
607         (alpha_evax_proc_hash): New variable.
608         (alpha_link_section): Make it global.
609         (alpha_ctors_section, alpha_dtors_section): Removed.
610         (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
611         (alpha_lit8_section): Ifndef'ed on evax.
612         (alpha_lit8_symbol): Ditto.
613         (alpha_prologue_label): New variable.
614         (alpha_linkage_symbol): New variable (evax only).
615         (alpha_flag_replace): Ditto.
616         (struct alpha_evax_procs): Add handler and handler_data field.
617         (alpha_evax_proc): Now of type pointer.
618         (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
619         (struct alpha_reloc_tag): Add sym and psym fields (evax only).
620         (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
621         (alpha_adjust_relocs): Ifndef'ed on evax.
622         (load_expression): Add opname argument.
623         Implement LDA/BSR optimization for evax.
624         (emit_lda): Adjust for new prototype of load_expression.
625         (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
626         (emit_loadstore): Likewise.
627         (emit_ldXu): Likewise.
628         (emit_stX): Likewise.
629         (emit_jsrjmp): Likewise.  Implement LDA/BSR optimization for evax.
630         (emit_ldgp): Avoid warning in evax case.
631         (add_to_link_pool): Make it static.  Return symbolic expression rather
632         than number expression for the offset.
633         (s_alpha_text): Create .text symbol for evax if not already created.
634         (s_alpha_comm): Do not create specific section for common symbol.
635         Fill common area with zeros for evax.
636         (s_alpha_prologue): Create alpha_prologue_label.
637         (s_alpha_section_name): New function (evax).
638         (s_alpha_section_word): Likewise.
639         (section_name): New static variabke moved out from ...
640         (s_alpha_section): ... here.  Create new sections on demand.
641         (s_alpha_literals): New function (evax).
642         (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
643         alpha_evax_proc_hash table.
644         (s_alpha_handler): New function (evax).
645         (s_alpha_frame): Adjust for new type of alpha_evax_proc.
646         (s_alpha_prologue): New function (evax).
647         (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
648         handling of procedures with hash table.
649         Add support for condition handlers.
650         (s_alpha_linkage): Create linkage_fixup instance and chain it.
651         (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
652         (s_alpha_mask): Likewise.
653         (s_alpha_fmask): Likewise.
654         (s_alpha_end): Clear alpha_evax_proc.
655         (s_alpha_align): Increase max_alignment to 16.
656         (alpha_print_token): Call print_expr_1 instead of print_expr.
657         (md_pseudo_table): Add "section", "literals", "handler" and
658         "handler_data" (evax).  Do not ignore "prologue" on evax.
659         Fix indentation.
660         (md_begin): Create hash table for alpha_evax_proc_hash.
661         (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
662         (md_show_usage): Mention -replace/-noreplace for evax.
663         (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
664         (alpha_force_relocation): Likewise.
665         (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
666         (tc_gen_reloc): Likewise.  Add BFD_RELOC_ALPHA_LINKAGE for evax.
667         (emit_insn): New cases for evax specific relocs.
668         (assemble_insn): Fix indentation.
669         Take care of -MDISP in operand table.
670         * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
671         (OBJ_SYMFIELD_TYPE): New macro.
672         (obj_symbol_new_hook): Define.
673         (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
674         (obj_frob_file_before_fix): Ditto.
675         (PDSC_S_M_HANDLER_VALID): New macro.
676         (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
677         (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
678         Add prototypes for functions declared in obj-evax.c
679         * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
680         (s_evax_weak): Convert to ansi-C.
681         (evax_symbol_new_hook): New function.
682         (evax_frob_symbol): Ditto.
683         (evax_frob_file_before_adjust): Ditto.
684         (evax_frob_file_before_fix): Ditto.
685         (evax_shorten_name): Ditto.
686         (crc32): Ditto.
687         (encode_32): Ditto.
688         (encode_16): Ditto.
689         (decode_16): Ditto.
690         (shorten_identifier): Ditto.
691         (is_truncated_identifier): Ditto.
692         * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
693         * as.c (close_output_file): Remove #ifndef OBJ_VMS.
694         (main): Ditto.
696 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
698         * Makefile.am: Run "make dep-am".
699         * Makefile.in: Regenerate.
701 2009-03-02  Nick Clifton  <nickc@redhat.com>
703         PR 9874
704         * config/tc-ia64.c (fix_insn): Fix warning reported by
705         -Wformat-security.
707 2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
709         * config/tc-score7.c: New file.
710         * doc/c-score.texi: New file.
711         * Makefile.am: Update dependencies for tc-score.c.
712         * Makefile.in: Regenerate.
713         * NEWS: Mention support for Score7 architecture.
714         * config/tc-score.c: Add support for Score7 architecture.
715         * config/tc-score.h: Likewise.
716         * doc/Makefile.am: Add c-score.texi.
717         * doc/Makefile.in: Regenerate.
718         * doc/all.texi: Add Score7.
719         * doc/as.texinfo: Add Score7.
721 2009-03-01  Mark Mitchell  <mark@codesourcery.com>
723         * config/tc-arm.c (md_assemble): Allow barrier instructions on
724         ARMv6-M cores.
726 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
728         * configure: Regenerate.
730 2009-02-26  Peter Bergner  <bergner@vnet.ibm.com>
732         * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
733         "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
734         (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
736 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
738         * config/tc-i386.c (fits_in_imm4): Removed.
740 2009-02-24  Helge Deller <deller@gmx.de>
742         * config/tc-hppa.c (pa_ip): Add check of immediate values.
743         (SAVE_IMMEDIATE): New define.
745 2009-02-23  Mark Mitchell  <mark@codesourcery.com>
747         * config/tc-arm.c (warn_deprecated_sp): New macro.
748         (do_t_mov_cmp): Permit R13 as the second
749         argument to "cmp.n".
751 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
753         * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
754         (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
756 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
758         * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
760 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
762         * config/tc-i386.c (vex_imm4): Removed.
763         (VEX_check_operands): Likewise.
764         (match_template): Updated.
766 2009-02-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
768         * doc/all.texi: Set S390.
769         * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
770         * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
771         * doc/Makefile.in: Likewise.
772         * doc/c-s390.texi: New.
774 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
776         * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
777         (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
778         (mcf5307_ctrl): Add VBR.
779         (no_mac): New variable.
780         (m68k_extensions): Refer to no_mac mask.
781         (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
782         52252..52259, 53011..53017.
783         (m68k_ip): Process CPUCR.
784         (init_table): Add cpucr entry.
785         (m68k_set_extension): Allow negated mask to refer to a variable.
786         (md_show_usage): Use '%s' to silence fprintf warning.
787         * config/m68k-parse.h (CPUCR): New control register.
789 2009-02-10  Nathan Sidwell  <nathan@codesourcery.com>
791         * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
792         as_bad calls to silence compiler warning.
794 2009-02-06  Nick Clifton  <nickc@redhat.com>
796         PR 9814
797         * config/tc-arm.c (MODE_RECORDED): New define.
798         (output_inst): Record the thumb_mode in the current frag.
799         (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
800         (arm_init_frag): Only set the tc_frag_data field if it has not
801         already been set.
803 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
805         AVX Programming Reference (January, 2009)
806         * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
807         (CPU_FLAGS_AVX_MATCH): Updated.
808         (CPU_FLAGS_32BIT_MATCH): Likewise.
809         (cpu_flags_match): Likewise.
811 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
813         * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
814         M_MSGWAIT and M_MSGWAIT_T.
815         (mips_cpu_info_table): Add XLR entry.
816         * doc/c-mips.texi (-march): Document xlr.
818 2009-02-03  Eric B. Weddington  <eric.weddington@atmel.com>
820         * config/tc-avr.c (mcu_types): Add ata6289.
821         * doc/c-avr.texi: Likewise.
823 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
825         * configure.in: AC_SUBST pdfdir.
826         * Makefile.am: Add install-pdf, install-pdf-am,
827         and install-pdf-recursive targets.
828         * doc/Makefile.am: Define pdf__strip_dir. Add
829         install-pdf and install-pdf-am targets.
830         * po/Make-in: Add install-pdf target.
831         * configure: Regenerate.
832         * Makefile.in: Regenerate.
833         * doc/Makefile.in: Regenerate.
835 2009-02-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
837         * config/m68k-parse.h (enum pic_relocation): Add values for TLS
838         relocations.
839         * config/m68k-parse.y (yylex): Parse TLS relocations.
840         * config/tc-m68k.c (m68k_elf_cons): New static function.
841         (md_pseudo_table): Use it.
842         (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
843         relocations.
844         (md_apply_fix): Fix to set thread local flag.
845         (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
847 2009-02-03  Vince Weaver <vince@csl.cornell.edu>
849         PR 9779
850         * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
851         indexed addressing for symbolic expressions.
853 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
855         * config/tc-arm.c (BAD_SP): Define.
856         (s_arm_unwind_fnstart): Use REG_SP.
857         (s_arm_unwind_setfp): Likewise.
858         (reject_bad_reg): New macro.
859         (do_co_reg): Check for bad registers.
860         (do_co_reg2c): Likewise.
861         (do_srs): Use REG_SP.
862         (do_t_add_sub): Check for bad registers.
863         (do_t_adr): Likewise.
864         (do_t_arit3): Likewise.
865         (do_t_arit3c): Likewise.
866         (do_t_bfc): Likewise.
867         (do_t_bfi): Likewise.
868         (do_t_bfx): Likewise.
869         (do_t_blx): Likewise.
870         (do_t_bx): Likewise.
871         (do_t_bxj): Likewise.
872         (do_t_clz): Likewise.
873         (do_t_div): Likewise.
874         (do_t_mla): Likewise.
875         (do_t_mlal): Likewise.
876         (do_t_mov_cmp): Likewise.
877         (do_t_mov16): Likewise.
878         (do_t_mvn_tst): Likewise.
879         (do_t_mrs): Likewise.
880         (do_t_msr): Likewise.
881         (do_t_mul): Likewise.
882         (do_t_mull): Likewise.
883         (do_t_orn): Likewise.
884         (do_t_pkhbt): Likewise.
885         (do_t_pld): Likewise.
886         (do_t_rbit): Likewise.
887         (do_t_rev): Likewise.
888         (do_t_rrx): Likewise.
889         (do_t_rsb): Likewise.
890         (do_t_shift): Likewise.
891         (do_t_simd): Likewise.
892         (do_t_ssat): Likewise.
893         (do_t_ssat16): Likewise.
894         (do_t_sxtah): Likewise.
895         (do_t_sxth): Likewise.
896         (do_t_tb): Likewise.
897         (do_t_usat): Likewise.
898         (do_t_usat16): Likewise.
899         (nysn_insert_sp): Use REG_SP.
901 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
903         * config/tc-arm.c (do_t_orn): New function.
904         (do_t_rrx): Likewise.
905         (insns): Add orn and rrx.
907 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
909         * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
910         uasx, uhasx, uhsx, uqasx, uqsax, usax.
912 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
914         * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
915         qdsub in Thumb-2 mode.
917 2009-01-29  Paul Brook  <paul@codesourcery.com>
918             Mark Mitchell  <mark@codesourcery.com>
920         * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
921         of MUL when possible.
923 2009-01-29  Nick Clifton  <nickc@redhat.com>
925         * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
927 2009-01-29  Nathan Sidwell  <nathan@codesourcery.com>
928             Catherine Moore <clm@codesourcery.com?
930         * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
931         .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
932         directives.
934 2009-01-27  Nick Clifton  <nickc@redhat.com>
936         * config/tc-mips.c (append_insn): Cope with a complex reloc
937         sequence containing an unsupported reloc type.
938         (enum options): Replace computed #define's constants for option
939         numbers with this enum.
940         (struct md_longopts): Use the enum.  Allow OPTION_32 in a non-ELF
941         environment.
942         (md_parse_option): Allow -32 in a non-ELF environment.
944 2009-01-26  Andrew Stubbs  <ams@codesourcery.com>
946         * config/tc-arm.c (attributes_set_explicitly): New array.
947         (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
948         (cpu_arch): Add ARM_ARCH_V5T.
949         (aeabi_set_attribute_int): New function.
950         (aeabi_set_attribute_string): New function.
951         (aeabi_set_public_attributes): Set attributes according to the user's
952         intentions, rather than the actual state of the binary.
953         Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
954         bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
955         Support WMMXv2. Use attribute names instead of numbers.
956         * read.c (s_vendor_attribute): Change return type to int.
957         Return the tag number that was set.
958         * read.h (s_vendor_attribute): Change return type to int.
960 2009-01-26  Eric B. Weddington  <eric.weddington@atmel.com>
962         PR 9789
963         * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
964         * doc/c-avr.texi: Likewise.
966 2009-01-23  Nathan Sidwell  <nathan@codesourcery.com>
968         * doc/c-arm.texi (): Document -mwarn-deprecated.
969         * config/tc-arm.c (WARN_DEPRECATED): Remove.  Replace with ...
970         (warn_on_deprecated): ... this.
971         (opcode_lookup, md_assemble): Check it before warning.
972         (arm_opts): Add m[no-]warn-deprecated.
973         (md_parse_option): Replace WARN_DEPRECATED with
974         warn_on_deprecated.
976 2009-01-23  Andreas Schwab  <schwab@suse.de>
978         * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
979         arguments to macro_build to match format.
981         * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
982         * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
984 2009-01-19  Nick Clifton  <nickc@redhat.com>
986         * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
987         ELF format ARM targets.
988         * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
990 2009-01-19  Nick Clifton  <nickc@redhat.com>
992         * configure.tgt: Restore alpha sorting to object format switch
993         statement.
995 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
997         * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
999 2009-01-16  Mark Shinwell  <shinwell@codesourcery.com>
1001         * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
1002         * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
1004 2009-01-16  Andrew Stubbs  <ams@codesourcery.com>
1005             Daniel Jacobowitz  <dan@codesourcery.com>
1007         * config/tc-arm.c (arm_copy_symbol_attributes): New function.
1008         * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
1009         (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
1010         * read.c (s_vendor_attribute): Add support for symbolic tag names.
1011         Improve string parser.
1012         * doc/c-arm.texi (ARM Machine Directives): Document
1013         .eabi_attribute symbolic tag names.
1015 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1017         * configure.in (commonbfdlib): Delete.
1018         * configure: Regenerate.
1019         * po/POTFILES.in: Regenerate.
1021 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
1022             Julian Brown   <julian@codesourcery.com>
1024         * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
1026 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
1028         * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
1029         bfd_elf_add_obj_attr_int_string.
1031 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
1033         * configure.tgt(ia64-*-*vms*): New target.
1034         * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
1035         * tc.h (md_number_to_chars): Declare iff undefined.
1036         * config/obj-elf.c (obj_elf_change_section): Change type of arg
1037         attr to bfd_vma.
1038         (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
1039         variables attr, md_attr to bfd_vma.
1040         (obj_elf_section_word): Likewise.
1041         (obj_elf_section): Change type of variable attr to bfd_vma
1042         * config/obj-elf.h (obj_elf_change_section): Change type of arg
1043         attr to bfd_vma.
1044         * config/tc-ia64.c (bfdver.h,time.h): Include.
1045         (ia64_elf_section_letter): Now returns a bfd_vma.
1046         Handle VMS specific attributes.
1047         (ia64_elf_section_flags): Arg attr now a bfd_vma.
1048         (ia64_init): Don't turn on dependency checking for VMS.
1049         (ia64_target_format): Check for VMS flag bit.
1050         (do_alias): Hande decc$ functions.
1051         (get_vms_time): New function.
1052         (ia64_vms_note): New function.
1053         * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
1054         (ia64_elf_section_flags): Arg attr now a bfd_vma.
1055         (tc_init_after_args): Define for VMS.
1056         * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
1057         (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
1058         * config/tc-alpha.h: Likewise.
1059         * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
1060         (x86_64_section_word): Return a bfd_vma.
1061         * config/tc-i386.h: Likewise.
1062         * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
1063         attr to bfd_vma.
1064         * config/tc-ip2k.h: Likewise.
1065         * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
1066         (mep_elf_section_flags): Change type of arg attr to bfd_vma.
1067         * config/tc-mep.h: Likewise.
1068         * config/tc-ppc.c  (ppc_section_letter): Return a bfd_vma.
1069         (ppc_section_word): Return a bfd_vma.
1070         (ppc_section_flags): Change type of arg attr to bfd_vma.
1071         * config/tc-ppc.h: Likewise.
1072         * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
1073         * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
1074         DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
1075         New file with new macros
1076         * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
1077         macros.
1079 2009-01-15  Nick Clifton  <nickc@redhat.com>
1081         PR 9722
1082         * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
1083         instructions before generating a Thumb2 nop.
1085 2009-01-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1087         * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
1089 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
1091         * config/tc-spu.c (md_pseudo_table): Add "brinfo".
1092         (brinfo): New var.
1093         (md_assemble): Poke brinfo into branch instructions.
1094         (spu_brinfo): New function.
1095         (md_apply_fix): Don't assume insn fields start off at zero, mask
1096         them to remove possible brinfo.
1098 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1100         * doc/c-i386.texi: Reformat.
1102 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1104         * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
1105         .syscall.
1106         (i386_align_code): Handle PROCESSOR_COREI7.
1107         (md_show_usage): Add corei7, clflush and syscall.
1108         (i386_target_format): Replace cpup4 with cpuclflush.
1110         * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
1112         * doc/c-i386.texi: Document corei7, clflush and syscall.
1114 2009-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1116         * config/tc-i386.c (cpu_arch): Add .rdtscp.
1117         (md_show_usage): Display rdtscp.
1119         * doc/c-i386.texi: Document rdtscp.
1121 2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
1123         * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
1124         Test the new "deprecated" opcode field.
1126 2009-01-07  Sterling Augustine  <sterling@tensilica.com>
1128         * config/tc-xtensa.c (produce_flix): New.
1129         (option_flix, optoin_no_generate_flix, option_no_flix) Define.
1130         (md_longopts): Add support for them.
1131         (md_parse_option): Likewise.
1132         (md_show_usage): Add help message.
1133         (finish_vinsn): Don't allow multi-slot flix when produce_flix
1134         option is set to FLIX_NONE.
1135         * config/xtensa-relax.c (transition_applies): Only relax to
1136         flix branches when produce_flix equals FLIX_ALL.
1137         * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
1138         FLIX_NONE): New.
1139         (produce_flix): Declare.
1141 2009-01-06  Chao-ying Fu  <fu@mips.com>
1143         * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
1144         Use strncmp to match jalr and jalr.hb.
1145         Fix a typo.
1147 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
1149         AVX Programming Reference (December, 2008)
1150         * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
1151         support.  Don't swap REG and NDS for FMA.
1153 2009-01-02  Matthias Klose  <doko@ubuntu.com>
1155         * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
1156         behaviour.
1158 For older changes see ChangeLog-2008
1160 Local Variables:
1161 mode: change-log
1162 left-margin: 8
1163 fill-column: 74
1164 version-control: never
1165 End: