1 2009-04-02 Daniel Gutson <dgutson@codesourcery.com>
3 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
4 * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
7 2009-04-01 Matt Thomas <matt@netbsd.org>
9 * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
10 (md_assemble): emit symbol name when used as immediate in PIC mode.
11 (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
13 2009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
15 * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
17 2009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
19 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
20 (find_real_start): Likewise.
21 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
23 2009-04-01 Nathan Sidwell <nathan@codesourcery.com>
25 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
26 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
29 2009-03-31 Peter Bergner <bergner@vnet.ibm.com>
31 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
33 2009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
35 * doc/internals.texi: Fix trivial syntax errors.
37 2009-03-26 Alan Modra <amodra@bigpond.net.au>
40 * config/tc-i386.c (reloc): Don't abort on lack of required
43 2009-03-25 H.J. Lu <hongjiu.lu@intel.com>
45 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
48 2009-03-23 H.J. Lu <hongjiu.lu@intel.com>
51 * listing.c (listing_newline): Properly handle `\\"' and ';'.
53 * read.c (is_end_of_line): Update comments for line separator.
54 (read_begin): Set line separator in is_end_of_line to 2.
56 2009-03-19 David S. Miller <davem@davemloft.net>
58 * config/tc-sparc.c (md_parse_option): If the user gives
59 us '--64' make sure max_architecture is at least V9.
61 2009-03-18 Andrew Stubbs <ams@codesourcery.com>
63 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
64 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
65 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
67 2009-03-18 Alan Modra <amodra@bigpond.net.au>
69 * as.h: Include alloca-conf.h instead of config.h and remove
70 existing #if's handling alloca.
71 * Makefile.am: Run "make dep-am".
72 * Makefile.in: Regenerate.
74 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
76 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
79 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
81 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
82 "value" from fx_offset. Manually resubtract md_pcrel_from_section
85 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
87 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
88 * configure.in: Likewise.
89 * configure: Regenerate.
91 2009-03-11 Hans-Peter Nilsson <hp@axis.com>
93 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
94 Rename, changing all callers, to...
95 (md_create_short_jump): Adjust head comment. Assert
96 word-sized-branch distance for v32. Bail out calling as_fatal for
97 compatibility mode here.
98 (md_create_long_jump): ...not here.
99 * config/tc-cris.h (md_create_short_jump): Do not define.
101 2009-03-10 Hans-Peter Nilsson <hp@axis.com>
103 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
104 the jump table for multiple overflowing entries with the same
105 target, handle base symbols being different.
106 (relax_segment) <case rs_broken_word, second loop>: Whenever a
107 single entry overflows, arrange to redirect all entries with the
110 2009-03-10 Alan Modra <amodra@bigpond.net.au>
112 * config/tc-ppc.c (parse_cpu): Delete.
113 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
115 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
118 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
119 (LOCAL_LABELS_FB): Undefine befoe define.
121 2009-03-06 Nick Clifton <nickc@redhat.com>
123 * po/es.po: Updated Spanish translation.
125 2009-03-05 Joseph Myers <joseph@codesourcery.com>
127 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
128 s_incbin): Call md_cons_align (1).
130 2009-03-04 Nick Clifton <nickc@redhat.com>
132 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
134 (s_alpha_comm): Only define "temp" and "log_align" local variables
137 2009-03-04 Alan Modra <amodra@bigpond.net.au>
139 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
140 have non-zero addend.
141 (md_assemble): Parse args of __tls_get_addr calls.
142 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
144 2009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
147 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
148 local scope for ELF targets.
150 2009-03-04 Alan Modra <amodra@bigpond.net.au>
152 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
154 2009-03-03 Tristan Gingold <gingold@adacore.com>
155 Eric Botcazou <ebotcazou@adacore.com>
156 Douglas B Rupp <rupp@gnat.com>
158 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
160 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
161 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
162 (OBJ_SYMFIELD_TYPE): Remove.
163 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
164 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
165 (tc_frob_file_before_fix): Do not defined on evax.
166 * config/tc-alpha.c: Always includes dwarf2dbg.h.
167 Include vms.h if OBJ_EVAX.
168 (struct alpha_fixup): Add xtrasym and procsym (evax only).
169 (enum alpha_macro_arg): Remove trailing comma.
170 (md_longopts): Add replace and noreplace arguments (evax only).
171 (alpha_evax_proc_hash): New variable.
172 (alpha_link_section): Make it global.
173 (alpha_ctors_section, alpha_dtors_section): Removed.
174 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
175 (alpha_lit8_section): Ifndef'ed on evax.
176 (alpha_lit8_symbol): Ditto.
177 (alpha_prologue_label): New variable.
178 (alpha_linkage_symbol): New variable (evax only).
179 (alpha_flag_replace): Ditto.
180 (struct alpha_evax_procs): Add handler and handler_data field.
181 (alpha_evax_proc): Now of type pointer.
182 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
183 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
184 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
185 (alpha_adjust_relocs): Ifndef'ed on evax.
186 (load_expression): Add opname argument.
187 Implement LDA/BSR optimization for evax.
188 (emit_lda): Adjust for new prototype of load_expression.
189 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
190 (emit_loadstore): Likewise.
191 (emit_ldXu): Likewise.
192 (emit_stX): Likewise.
193 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
194 (emit_ldgp): Avoid warning in evax case.
195 (add_to_link_pool): Make it static. Return symbolic expression rather
196 than number expression for the offset.
197 (s_alpha_text): Create .text symbol for evax if not already created.
198 (s_alpha_comm): Do not create specific section for common symbol.
199 Fill common area with zeros for evax.
200 (s_alpha_prologue): Create alpha_prologue_label.
201 (s_alpha_section_name): New function (evax).
202 (s_alpha_section_word): Likewise.
203 (section_name): New static variabke moved out from ...
204 (s_alpha_section): ... here. Create new sections on demand.
205 (s_alpha_literals): New function (evax).
206 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
207 alpha_evax_proc_hash table.
208 (s_alpha_handler): New function (evax).
209 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
210 (s_alpha_prologue): New function (evax).
211 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
212 handling of procedures with hash table.
213 Add support for condition handlers.
214 (s_alpha_linkage): Create linkage_fixup instance and chain it.
215 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
216 (s_alpha_mask): Likewise.
217 (s_alpha_fmask): Likewise.
218 (s_alpha_end): Clear alpha_evax_proc.
219 (s_alpha_align): Increase max_alignment to 16.
220 (alpha_print_token): Call print_expr_1 instead of print_expr.
221 (md_pseudo_table): Add "section", "literals", "handler" and
222 "handler_data" (evax). Do not ignore "prologue" on evax.
224 (md_begin): Create hash table for alpha_evax_proc_hash.
225 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
226 (md_show_usage): Mention -replace/-noreplace for evax.
227 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
228 (alpha_force_relocation): Likewise.
229 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
230 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
231 (emit_insn): New cases for evax specific relocs.
232 (assemble_insn): Fix indentation.
233 Take care of -MDISP in operand table.
234 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
235 (OBJ_SYMFIELD_TYPE): New macro.
236 (obj_symbol_new_hook): Define.
237 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
238 (obj_frob_file_before_fix): Ditto.
239 (PDSC_S_M_HANDLER_VALID): New macro.
240 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
241 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
242 Add prototypes for functions declared in obj-evax.c
243 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
244 (s_evax_weak): Convert to ansi-C.
245 (evax_symbol_new_hook): New function.
246 (evax_frob_symbol): Ditto.
247 (evax_frob_file_before_adjust): Ditto.
248 (evax_frob_file_before_fix): Ditto.
249 (evax_shorten_name): Ditto.
254 (shorten_identifier): Ditto.
255 (is_truncated_identifier): Ditto.
256 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
257 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
260 2009-03-03 Alan Modra <amodra@bigpond.net.au>
262 * Makefile.am: Run "make dep-am".
263 * Makefile.in: Regenerate.
265 2009-03-02 Nick Clifton <nickc@redhat.com>
268 * config/tc-ia64.c (fix_insn): Fix warning reported by
271 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
273 * config/tc-score7.c: New file.
274 * doc/c-score.texi: New file.
275 * Makefile.am: Update dependencies for tc-score.c.
276 * Makefile.in: Regenerate.
277 * NEWS: Mention support for Score7 architecture.
278 * config/tc-score.c: Add support for Score7 architecture.
279 * config/tc-score.h: Likewise.
280 * doc/Makefile.am: Add c-score.texi.
281 * doc/Makefile.in: Regenerate.
282 * doc/all.texi: Add Score7.
283 * doc/as.texinfo: Add Score7.
285 2009-03-01 Mark Mitchell <mark@codesourcery.com>
287 * config/tc-arm.c (md_assemble): Allow barrier instructions on
290 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
292 * configure: Regenerate.
294 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
296 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
297 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
298 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
300 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
302 * config/tc-i386.c (fits_in_imm4): Removed.
304 2009-02-24 Helge Deller <deller@gmx.de>
306 * config/tc-hppa.c (pa_ip): Add check of immediate values.
307 (SAVE_IMMEDIATE): New define.
309 2009-02-23 Mark Mitchell <mark@codesourcery.com>
311 * config/tc-arm.c (warn_deprecated_sp): New macro.
312 (do_t_mov_cmp): Permit R13 as the second
315 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
317 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
318 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
320 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
322 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
324 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
326 * config/tc-i386.c (vex_imm4): Removed.
327 (VEX_check_operands): Likewise.
328 (match_template): Updated.
330 2009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
332 * doc/all.texi: Set S390.
333 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
334 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
335 * doc/Makefile.in: Likewise.
336 * doc/c-s390.texi: New.
338 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
340 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
341 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
342 (mcf5307_ctrl): Add VBR.
343 (no_mac): New variable.
344 (m68k_extensions): Refer to no_mac mask.
345 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
346 52252..52259, 53011..53017.
347 (m68k_ip): Process CPUCR.
348 (init_table): Add cpucr entry.
349 (m68k_set_extension): Allow negated mask to refer to a variable.
350 (md_show_usage): Use '%s' to silence fprintf warning.
351 * config/m68k-parse.h (CPUCR): New control register.
353 2009-02-10 Nathan Sidwell <nathan@codesourcery.com>
355 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
356 as_bad calls to silence compiler warning.
358 2009-02-06 Nick Clifton <nickc@redhat.com>
361 * config/tc-arm.c (MODE_RECORDED): New define.
362 (output_inst): Record the thumb_mode in the current frag.
363 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
364 (arm_init_frag): Only set the tc_frag_data field if it has not
367 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
369 AVX Programming Reference (January, 2009)
370 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
371 (CPU_FLAGS_AVX_MATCH): Updated.
372 (CPU_FLAGS_32BIT_MATCH): Likewise.
373 (cpu_flags_match): Likewise.
375 2009-02-03 Sandip Matte <sandip@rmicorp.com>
377 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
378 M_MSGWAIT and M_MSGWAIT_T.
379 (mips_cpu_info_table): Add XLR entry.
380 * doc/c-mips.texi (-march): Document xlr.
382 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
384 * config/tc-avr.c (mcu_types): Add ata6289.
385 * doc/c-avr.texi: Likewise.
387 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
389 * configure.in: AC_SUBST pdfdir.
390 * Makefile.am: Add install-pdf, install-pdf-am,
391 and install-pdf-recursive targets.
392 * doc/Makefile.am: Define pdf__strip_dir. Add
393 install-pdf and install-pdf-am targets.
394 * po/Make-in: Add install-pdf target.
395 * configure: Regenerate.
396 * Makefile.in: Regenerate.
397 * doc/Makefile.in: Regenerate.
399 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
401 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
403 * config/m68k-parse.y (yylex): Parse TLS relocations.
404 * config/tc-m68k.c (m68k_elf_cons): New static function.
405 (md_pseudo_table): Use it.
406 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
408 (md_apply_fix): Fix to set thread local flag.
409 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
411 2009-02-03 Vince Weaver <vince@csl.cornell.edu>
414 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
415 indexed addressing for symbolic expressions.
417 2009-01-29 Mark Mitchell <mark@codesourcery.com>
419 * config/tc-arm.c (BAD_SP): Define.
420 (s_arm_unwind_fnstart): Use REG_SP.
421 (s_arm_unwind_setfp): Likewise.
422 (reject_bad_reg): New macro.
423 (do_co_reg): Check for bad registers.
424 (do_co_reg2c): Likewise.
425 (do_srs): Use REG_SP.
426 (do_t_add_sub): Check for bad registers.
427 (do_t_adr): Likewise.
428 (do_t_arit3): Likewise.
429 (do_t_arit3c): Likewise.
430 (do_t_bfc): Likewise.
431 (do_t_bfi): Likewise.
432 (do_t_bfx): Likewise.
433 (do_t_blx): Likewise.
435 (do_t_bxj): Likewise.
436 (do_t_clz): Likewise.
437 (do_t_div): Likewise.
438 (do_t_mla): Likewise.
439 (do_t_mlal): Likewise.
440 (do_t_mov_cmp): Likewise.
441 (do_t_mov16): Likewise.
442 (do_t_mvn_tst): Likewise.
443 (do_t_mrs): Likewise.
444 (do_t_msr): Likewise.
445 (do_t_mul): Likewise.
446 (do_t_mull): Likewise.
447 (do_t_orn): Likewise.
448 (do_t_pkhbt): Likewise.
449 (do_t_pld): Likewise.
450 (do_t_rbit): Likewise.
451 (do_t_rev): Likewise.
452 (do_t_rrx): Likewise.
453 (do_t_rsb): Likewise.
454 (do_t_shift): Likewise.
455 (do_t_simd): Likewise.
456 (do_t_ssat): Likewise.
457 (do_t_ssat16): Likewise.
458 (do_t_sxtah): Likewise.
459 (do_t_sxth): Likewise.
461 (do_t_usat): Likewise.
462 (do_t_usat16): Likewise.
463 (nysn_insert_sp): Use REG_SP.
465 2009-01-29 Mark Mitchell <mark@codesourcery.com>
467 * config/tc-arm.c (do_t_orn): New function.
468 (do_t_rrx): Likewise.
469 (insns): Add orn and rrx.
471 2009-01-29 Mark Mitchell <mark@codesourcery.com>
473 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
474 uasx, uhasx, uhsx, uqasx, uqsax, usax.
476 2009-01-29 Mark Mitchell <mark@codesourcery.com>
478 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
479 qdsub in Thumb-2 mode.
481 2009-01-29 Paul Brook <paul@codesourcery.com>
482 Mark Mitchell <mark@codesourcery.com>
484 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
485 of MUL when possible.
487 2009-01-29 Nick Clifton <nickc@redhat.com>
489 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
491 2009-01-29 Nathan Sidwell <nathan@codesourcery.com>
492 Catherine Moore <clm@codesourcery.com?
494 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
495 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
498 2009-01-27 Nick Clifton <nickc@redhat.com>
500 * config/tc-mips.c (append_insn): Cope with a complex reloc
501 sequence containing an unsupported reloc type.
502 (enum options): Replace computed #define's constants for option
503 numbers with this enum.
504 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
506 (md_parse_option): Allow -32 in a non-ELF environment.
508 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
510 * config/tc-arm.c (attributes_set_explicitly): New array.
511 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
512 (cpu_arch): Add ARM_ARCH_V5T.
513 (aeabi_set_attribute_int): New function.
514 (aeabi_set_attribute_string): New function.
515 (aeabi_set_public_attributes): Set attributes according to the user's
516 intentions, rather than the actual state of the binary.
517 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
518 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
519 Support WMMXv2. Use attribute names instead of numbers.
520 * read.c (s_vendor_attribute): Change return type to int.
521 Return the tag number that was set.
522 * read.h (s_vendor_attribute): Change return type to int.
524 2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
527 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
528 * doc/c-avr.texi: Likewise.
530 2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
532 * doc/c-arm.texi (): Document -mwarn-deprecated.
533 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
534 (warn_on_deprecated): ... this.
535 (opcode_lookup, md_assemble): Check it before warning.
536 (arm_opts): Add m[no-]warn-deprecated.
537 (md_parse_option): Replace WARN_DEPRECATED with
540 2009-01-23 Andreas Schwab <schwab@suse.de>
542 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
543 arguments to macro_build to match format.
545 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
546 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
548 2009-01-19 Nick Clifton <nickc@redhat.com>
550 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
551 ELF format ARM targets.
552 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
554 2009-01-19 Nick Clifton <nickc@redhat.com>
556 * configure.tgt: Restore alpha sorting to object format switch
559 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
561 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
563 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
565 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
566 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
568 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
569 Daniel Jacobowitz <dan@codesourcery.com>
571 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
572 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
573 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
574 * read.c (s_vendor_attribute): Add support for symbolic tag names.
575 Improve string parser.
576 * doc/c-arm.texi (ARM Machine Directives): Document
577 .eabi_attribute symbolic tag names.
579 2009-01-16 Alan Modra <amodra@bigpond.net.au>
581 * configure.in (commonbfdlib): Delete.
582 * configure: Regenerate.
583 * po/POTFILES.in: Regenerate.
585 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
586 Julian Brown <julian@codesourcery.com>
588 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
590 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
592 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
593 bfd_elf_add_obj_attr_int_string.
595 2009-01-15 Douglas B Rupp <rupp@gnat.com>
597 * configure.tgt(ia64-*-*vms*): New target.
598 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
599 * tc.h (md_number_to_chars): Declare iff undefined.
600 * config/obj-elf.c (obj_elf_change_section): Change type of arg
602 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
603 variables attr, md_attr to bfd_vma.
604 (obj_elf_section_word): Likewise.
605 (obj_elf_section): Change type of variable attr to bfd_vma
606 * config/obj-elf.h (obj_elf_change_section): Change type of arg
608 * config/tc-ia64.c (bfdver.h,time.h): Include.
609 (ia64_elf_section_letter): Now returns a bfd_vma.
610 Handle VMS specific attributes.
611 (ia64_elf_section_flags): Arg attr now a bfd_vma.
612 (ia64_init): Don't turn on dependency checking for VMS.
613 (ia64_target_format): Check for VMS flag bit.
614 (do_alias): Hande decc$ functions.
615 (get_vms_time): New function.
616 (ia64_vms_note): New function.
617 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
618 (ia64_elf_section_flags): Arg attr now a bfd_vma.
619 (tc_init_after_args): Define for VMS.
620 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
621 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
622 * config/tc-alpha.h: Likewise.
623 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
624 (x86_64_section_word): Return a bfd_vma.
625 * config/tc-i386.h: Likewise.
626 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
628 * config/tc-ip2k.h: Likewise.
629 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
630 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
631 * config/tc-mep.h: Likewise.
632 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
633 (ppc_section_word): Return a bfd_vma.
634 (ppc_section_flags): Change type of arg attr to bfd_vma.
635 * config/tc-ppc.h: Likewise.
636 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
637 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
638 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
639 New file with new macros
640 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
643 2009-01-15 Nick Clifton <nickc@redhat.com>
646 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
647 instructions before generating a Thumb2 nop.
649 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
651 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
653 2009-01-12 Alan Modra <amodra@bigpond.net.au>
655 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
657 (md_assemble): Poke brinfo into branch instructions.
658 (spu_brinfo): New function.
659 (md_apply_fix): Don't assume insn fields start off at zero, mask
660 them to remove possible brinfo.
662 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
664 * doc/c-i386.texi: Reformat.
666 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
668 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
670 (i386_align_code): Handle PROCESSOR_COREI7.
671 (md_show_usage): Add corei7, clflush and syscall.
672 (i386_target_format): Replace cpup4 with cpuclflush.
674 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
676 * doc/c-i386.texi: Document corei7, clflush and syscall.
678 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
680 * config/tc-i386.c (cpu_arch): Add .rdtscp.
681 (md_show_usage): Display rdtscp.
683 * doc/c-i386.texi: Document rdtscp.
685 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
687 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
688 Test the new "deprecated" opcode field.
690 2009-01-07 Sterling Augustine <sterling@tensilica.com>
692 * config/tc-xtensa.c (produce_flix): New.
693 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
694 (md_longopts): Add support for them.
695 (md_parse_option): Likewise.
696 (md_show_usage): Add help message.
697 (finish_vinsn): Don't allow multi-slot flix when produce_flix
698 option is set to FLIX_NONE.
699 * config/xtensa-relax.c (transition_applies): Only relax to
700 flix branches when produce_flix equals FLIX_ALL.
701 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
703 (produce_flix): Declare.
705 2009-01-06 Chao-ying Fu <fu@mips.com>
707 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
708 Use strncmp to match jalr and jalr.hb.
711 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
713 AVX Programming Reference (December, 2008)
714 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
715 support. Don't swap REG and NDS for FMA.
717 2009-01-02 Matthias Klose <doko@ubuntu.com>
719 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
722 For older changes see ChangeLog-2008
728 version-control: never