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