Updated Spanish translations.
[binutils-gdb.git] / gas / ChangeLog
1 2009-03-06 Nick Clifton <nickc@redhat.com>
2
3 * po/es.po: Updated Spanish translation.
4
5 2009-03-05 Joseph Myers <joseph@codesourcery.com>
6
7 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
8 s_incbin): Call md_cons_align (1).
9
10 2009-03-04 Nick Clifton <nickc@redhat.com>
11
12 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
13 based targets.
14 (s_alpha_comm): Only define "temp" and "log_align" local variables
15 for EVAX targets.
16
17 2009-03-04 Alan Modra <amodra@bigpond.net.au>
18
19 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
20 have non-zero addend.
21 (md_assemble): Parse args of __tls_get_addr calls.
22 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
23
24 2009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
25
26 binutils/3807
27 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
28 local scope for ELF targets.
29
30 2009-03-04 Alan Modra <amodra@bigpond.net.au>
31
32 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
33
34 2009-03-03 Tristan Gingold <gingold@adacore.com>
35 Eric Botcazou <ebotcazou@adacore.com>
36 Douglas B Rupp <rupp@gnat.com>
37
38 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
39 for Alpha.
40 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
41 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
42 (OBJ_SYMFIELD_TYPE): Remove.
43 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
44 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
45 (tc_frob_file_before_fix): Do not defined on evax.
46 * config/tc-alpha.c: Always includes dwarf2dbg.h.
47 Include vms.h if OBJ_EVAX.
48 (struct alpha_fixup): Add xtrasym and procsym (evax only).
49 (enum alpha_macro_arg): Remove trailing comma.
50 (md_longopts): Add replace and noreplace arguments (evax only).
51 (alpha_evax_proc_hash): New variable.
52 (alpha_link_section): Make it global.
53 (alpha_ctors_section, alpha_dtors_section): Removed.
54 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
55 (alpha_lit8_section): Ifndef'ed on evax.
56 (alpha_lit8_symbol): Ditto.
57 (alpha_prologue_label): New variable.
58 (alpha_linkage_symbol): New variable (evax only).
59 (alpha_flag_replace): Ditto.
60 (struct alpha_evax_procs): Add handler and handler_data field.
61 (alpha_evax_proc): Now of type pointer.
62 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
63 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
64 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
65 (alpha_adjust_relocs): Ifndef'ed on evax.
66 (load_expression): Add opname argument.
67 Implement LDA/BSR optimization for evax.
68 (emit_lda): Adjust for new prototype of load_expression.
69 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
70 (emit_loadstore): Likewise.
71 (emit_ldXu): Likewise.
72 (emit_stX): Likewise.
73 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
74 (emit_ldgp): Avoid warning in evax case.
75 (add_to_link_pool): Make it static. Return symbolic expression rather
76 than number expression for the offset.
77 (s_alpha_text): Create .text symbol for evax if not already created.
78 (s_alpha_comm): Do not create specific section for common symbol.
79 Fill common area with zeros for evax.
80 (s_alpha_prologue): Create alpha_prologue_label.
81 (s_alpha_section_name): New function (evax).
82 (s_alpha_section_word): Likewise.
83 (section_name): New static variabke moved out from ...
84 (s_alpha_section): ... here. Create new sections on demand.
85 (s_alpha_literals): New function (evax).
86 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
87 alpha_evax_proc_hash table.
88 (s_alpha_handler): New function (evax).
89 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
90 (s_alpha_prologue): New function (evax).
91 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
92 handling of procedures with hash table.
93 Add support for condition handlers.
94 (s_alpha_linkage): Create linkage_fixup instance and chain it.
95 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
96 (s_alpha_mask): Likewise.
97 (s_alpha_fmask): Likewise.
98 (s_alpha_end): Clear alpha_evax_proc.
99 (s_alpha_align): Increase max_alignment to 16.
100 (alpha_print_token): Call print_expr_1 instead of print_expr.
101 (md_pseudo_table): Add "section", "literals", "handler" and
102 "handler_data" (evax). Do not ignore "prologue" on evax.
103 Fix indentation.
104 (md_begin): Create hash table for alpha_evax_proc_hash.
105 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
106 (md_show_usage): Mention -replace/-noreplace for evax.
107 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
108 (alpha_force_relocation): Likewise.
109 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
110 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
111 (emit_insn): New cases for evax specific relocs.
112 (assemble_insn): Fix indentation.
113 Take care of -MDISP in operand table.
114 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
115 (OBJ_SYMFIELD_TYPE): New macro.
116 (obj_symbol_new_hook): Define.
117 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
118 (obj_frob_file_before_fix): Ditto.
119 (PDSC_S_M_HANDLER_VALID): New macro.
120 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
121 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
122 Add prototypes for functions declared in obj-evax.c
123 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
124 (s_evax_weak): Convert to ansi-C.
125 (evax_symbol_new_hook): New function.
126 (evax_frob_symbol): Ditto.
127 (evax_frob_file_before_adjust): Ditto.
128 (evax_frob_file_before_fix): Ditto.
129 (evax_shorten_name): Ditto.
130 (crc32): Ditto.
131 (encode_32): Ditto.
132 (encode_16): Ditto.
133 (decode_16): Ditto.
134 (shorten_identifier): Ditto.
135 (is_truncated_identifier): Ditto.
136 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
137 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
138 (main): Ditto.
139
140 2009-03-03 Alan Modra <amodra@bigpond.net.au>
141
142 * Makefile.am: Run "make dep-am".
143 * Makefile.in: Regenerate.
144
145 2009-03-02 Nick Clifton <nickc@redhat.com>
146
147 PR 9874
148 * config/tc-ia64.c (fix_insn): Fix warning reported by
149 -Wformat-security.
150
151 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
152
153 * config/tc-score7.c: New file.
154 * doc/c-score.texi: New file.
155 * Makefile.am: Update dependencies for tc-score.c.
156 * Makefile.in: Regenerate.
157 * NEWS: Mention support for Score7 architecture.
158 * config/tc-score.c: Add support for Score7 architecture.
159 * config/tc-score.h: Likewise.
160 * doc/Makefile.am: Add c-score.texi.
161 * doc/Makefile.in: Regenerate.
162 * doc/all.texi: Add Score7.
163 * doc/as.texinfo: Add Score7.
164
165 2009-03-01 Mark Mitchell <mark@codesourcery.com>
166
167 * config/tc-arm.c (md_assemble): Allow barrier instructions on
168 ARMv6-M cores.
169
170 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
171
172 * configure: Regenerate.
173
174 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
175
176 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
177 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
178 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
179
180 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
181
182 * config/tc-i386.c (fits_in_imm4): Removed.
183
184 2009-02-24 Helge Deller <deller@gmx.de>
185
186 * config/tc-hppa.c (pa_ip): Add check of immediate values.
187 (SAVE_IMMEDIATE): New define.
188
189 2009-02-23 Mark Mitchell <mark@codesourcery.com>
190
191 * config/tc-arm.c (warn_deprecated_sp): New macro.
192 (do_t_mov_cmp): Permit R13 as the second
193 argument to "cmp.n".
194
195 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
196
197 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
198 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
199
200 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
201
202 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
203
204 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
205
206 * config/tc-i386.c (vex_imm4): Removed.
207 (VEX_check_operands): Likewise.
208 (match_template): Updated.
209
210 2009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
211
212 * doc/all.texi: Set S390.
213 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
214 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
215 * doc/Makefile.in: Likewise.
216 * doc/c-s390.texi: New.
217
218 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
219
220 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
221 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
222 (mcf5307_ctrl): Add VBR.
223 (no_mac): New variable.
224 (m68k_extensions): Refer to no_mac mask.
225 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
226 52252..52259, 53011..53017.
227 (m68k_ip): Process CPUCR.
228 (init_table): Add cpucr entry.
229 (m68k_set_extension): Allow negated mask to refer to a variable.
230 (md_show_usage): Use '%s' to silence fprintf warning.
231 * config/m68k-parse.h (CPUCR): New control register.
232
233 2009-02-10 Nathan Sidwell <nathan@codesourcery.com>
234
235 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
236 as_bad calls to silence compiler warning.
237
238 2009-02-06 Nick Clifton <nickc@redhat.com>
239
240 PR 9814
241 * config/tc-arm.c (MODE_RECORDED): New define.
242 (output_inst): Record the thumb_mode in the current frag.
243 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
244 (arm_init_frag): Only set the tc_frag_data field if it has not
245 already been set.
246
247 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
248
249 AVX Programming Reference (January, 2009)
250 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
251 (CPU_FLAGS_AVX_MATCH): Updated.
252 (CPU_FLAGS_32BIT_MATCH): Likewise.
253 (cpu_flags_match): Likewise.
254
255 2009-02-03 Sandip Matte <sandip@rmicorp.com>
256
257 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
258 M_MSGWAIT and M_MSGWAIT_T.
259 (mips_cpu_info_table): Add XLR entry.
260 * doc/c-mips.texi (-march): Document xlr.
261
262 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
263
264 * config/tc-avr.c (mcu_types): Add ata6289.
265 * doc/c-avr.texi: Likewise.
266
267 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
268
269 * configure.in: AC_SUBST pdfdir.
270 * Makefile.am: Add install-pdf, install-pdf-am,
271 and install-pdf-recursive targets.
272 * doc/Makefile.am: Define pdf__strip_dir. Add
273 install-pdf and install-pdf-am targets.
274 * po/Make-in: Add install-pdf target.
275 * configure: Regenerate.
276 * Makefile.in: Regenerate.
277 * doc/Makefile.in: Regenerate.
278
279 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
280
281 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
282 relocations.
283 * config/m68k-parse.y (yylex): Parse TLS relocations.
284 * config/tc-m68k.c (m68k_elf_cons): New static function.
285 (md_pseudo_table): Use it.
286 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
287 relocations.
288 (md_apply_fix): Fix to set thread local flag.
289 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
290
291 2009-02-03 Vince Weaver <vince@csl.cornell.edu>
292
293 PR 9779
294 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
295 indexed addressing for symbolic expressions.
296
297 2009-01-29 Mark Mitchell <mark@codesourcery.com>
298
299 * config/tc-arm.c (BAD_SP): Define.
300 (s_arm_unwind_fnstart): Use REG_SP.
301 (s_arm_unwind_setfp): Likewise.
302 (reject_bad_reg): New macro.
303 (do_co_reg): Check for bad registers.
304 (do_co_reg2c): Likewise.
305 (do_srs): Use REG_SP.
306 (do_t_add_sub): Check for bad registers.
307 (do_t_adr): Likewise.
308 (do_t_arit3): Likewise.
309 (do_t_arit3c): Likewise.
310 (do_t_bfc): Likewise.
311 (do_t_bfi): Likewise.
312 (do_t_bfx): Likewise.
313 (do_t_blx): Likewise.
314 (do_t_bx): Likewise.
315 (do_t_bxj): Likewise.
316 (do_t_clz): Likewise.
317 (do_t_div): Likewise.
318 (do_t_mla): Likewise.
319 (do_t_mlal): Likewise.
320 (do_t_mov_cmp): Likewise.
321 (do_t_mov16): Likewise.
322 (do_t_mvn_tst): Likewise.
323 (do_t_mrs): Likewise.
324 (do_t_msr): Likewise.
325 (do_t_mul): Likewise.
326 (do_t_mull): Likewise.
327 (do_t_orn): Likewise.
328 (do_t_pkhbt): Likewise.
329 (do_t_pld): Likewise.
330 (do_t_rbit): Likewise.
331 (do_t_rev): Likewise.
332 (do_t_rrx): Likewise.
333 (do_t_rsb): Likewise.
334 (do_t_shift): Likewise.
335 (do_t_simd): Likewise.
336 (do_t_ssat): Likewise.
337 (do_t_ssat16): Likewise.
338 (do_t_sxtah): Likewise.
339 (do_t_sxth): Likewise.
340 (do_t_tb): Likewise.
341 (do_t_usat): Likewise.
342 (do_t_usat16): Likewise.
343 (nysn_insert_sp): Use REG_SP.
344
345 2009-01-29 Mark Mitchell <mark@codesourcery.com>
346
347 * config/tc-arm.c (do_t_orn): New function.
348 (do_t_rrx): Likewise.
349 (insns): Add orn and rrx.
350
351 2009-01-29 Mark Mitchell <mark@codesourcery.com>
352
353 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
354 uasx, uhasx, uhsx, uqasx, uqsax, usax.
355
356 2009-01-29 Mark Mitchell <mark@codesourcery.com>
357
358 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
359 qdsub in Thumb-2 mode.
360
361 2009-01-29 Paul Brook <paul@codesourcery.com>
362 Mark Mitchell <mark@codesourcery.com>
363
364 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
365 of MUL when possible.
366
367 2009-01-29 Nick Clifton <nickc@redhat.com>
368
369 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
370
371 2009-01-29 Nathan Sidwell <nathan@codesourcery.com>
372 Catherine Moore <clm@codesourcery.com?
373
374 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
375 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
376 directives.
377
378 2009-01-27 Nick Clifton <nickc@redhat.com>
379
380 * config/tc-mips.c (append_insn): Cope with a complex reloc
381 sequence containing an unsupported reloc type.
382 (enum options): Replace computed #define's constants for option
383 numbers with this enum.
384 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
385 environment.
386 (md_parse_option): Allow -32 in a non-ELF environment.
387
388 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
389
390 * config/tc-arm.c (attributes_set_explicitly): New array.
391 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
392 (cpu_arch): Add ARM_ARCH_V5T.
393 (aeabi_set_attribute_int): New function.
394 (aeabi_set_attribute_string): New function.
395 (aeabi_set_public_attributes): Set attributes according to the user's
396 intentions, rather than the actual state of the binary.
397 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
398 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
399 Support WMMXv2. Use attribute names instead of numbers.
400 * read.c (s_vendor_attribute): Change return type to int.
401 Return the tag number that was set.
402 * read.h (s_vendor_attribute): Change return type to int.
403
404 2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
405
406 PR 9789
407 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
408 * doc/c-avr.texi: Likewise.
409
410 2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
411
412 * doc/c-arm.texi (): Document -mwarn-deprecated.
413 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
414 (warn_on_deprecated): ... this.
415 (opcode_lookup, md_assemble): Check it before warning.
416 (arm_opts): Add m[no-]warn-deprecated.
417 (md_parse_option): Replace WARN_DEPRECATED with
418 warn_on_deprecated.
419
420 2009-01-23 Andreas Schwab <schwab@suse.de>
421
422 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
423 arguments to macro_build to match format.
424
425 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
426 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
427
428 2009-01-19 Nick Clifton <nickc@redhat.com>
429
430 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
431 ELF format ARM targets.
432 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
433
434 2009-01-19 Nick Clifton <nickc@redhat.com>
435
436 * configure.tgt: Restore alpha sorting to object format switch
437 statement.
438
439 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
440
441 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
442
443 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
444
445 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
446 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
447
448 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
449 Daniel Jacobowitz <dan@codesourcery.com>
450
451 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
452 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
453 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
454 * read.c (s_vendor_attribute): Add support for symbolic tag names.
455 Improve string parser.
456 * doc/c-arm.texi (ARM Machine Directives): Document
457 .eabi_attribute symbolic tag names.
458
459 2009-01-16 Alan Modra <amodra@bigpond.net.au>
460
461 * configure.in (commonbfdlib): Delete.
462 * configure: Regenerate.
463 * po/POTFILES.in: Regenerate.
464
465 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
466 Julian Brown <julian@codesourcery.com>
467
468 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
469
470 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
471
472 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
473 bfd_elf_add_obj_attr_int_string.
474
475 2009-01-15 Douglas B Rupp <rupp@gnat.com>
476
477 * configure.tgt(ia64-*-*vms*): New target.
478 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
479 * tc.h (md_number_to_chars): Declare iff undefined.
480 * config/obj-elf.c (obj_elf_change_section): Change type of arg
481 attr to bfd_vma.
482 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
483 variables attr, md_attr to bfd_vma.
484 (obj_elf_section_word): Likewise.
485 (obj_elf_section): Change type of variable attr to bfd_vma
486 * config/obj-elf.h (obj_elf_change_section): Change type of arg
487 attr to bfd_vma.
488 * config/tc-ia64.c (bfdver.h,time.h): Include.
489 (ia64_elf_section_letter): Now returns a bfd_vma.
490 Handle VMS specific attributes.
491 (ia64_elf_section_flags): Arg attr now a bfd_vma.
492 (ia64_init): Don't turn on dependency checking for VMS.
493 (ia64_target_format): Check for VMS flag bit.
494 (do_alias): Hande decc$ functions.
495 (get_vms_time): New function.
496 (ia64_vms_note): New function.
497 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
498 (ia64_elf_section_flags): Arg attr now a bfd_vma.
499 (tc_init_after_args): Define for VMS.
500 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
501 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
502 * config/tc-alpha.h: Likewise.
503 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
504 (x86_64_section_word): Return a bfd_vma.
505 * config/tc-i386.h: Likewise.
506 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
507 attr to bfd_vma.
508 * config/tc-ip2k.h: Likewise.
509 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
510 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
511 * config/tc-mep.h: Likewise.
512 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
513 (ppc_section_word): Return a bfd_vma.
514 (ppc_section_flags): Change type of arg attr to bfd_vma.
515 * config/tc-ppc.h: Likewise.
516 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
517 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
518 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
519 New file with new macros
520 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
521 macros.
522
523 2009-01-15 Nick Clifton <nickc@redhat.com>
524
525 PR 9722
526 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
527 instructions before generating a Thumb2 nop.
528
529 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
530
531 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
532
533 2009-01-12 Alan Modra <amodra@bigpond.net.au>
534
535 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
536 (brinfo): New var.
537 (md_assemble): Poke brinfo into branch instructions.
538 (spu_brinfo): New function.
539 (md_apply_fix): Don't assume insn fields start off at zero, mask
540 them to remove possible brinfo.
541
542 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
543
544 * doc/c-i386.texi: Reformat.
545
546 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
547
548 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
549 .syscall.
550 (i386_align_code): Handle PROCESSOR_COREI7.
551 (md_show_usage): Add corei7, clflush and syscall.
552 (i386_target_format): Replace cpup4 with cpuclflush.
553
554 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
555
556 * doc/c-i386.texi: Document corei7, clflush and syscall.
557
558 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
559
560 * config/tc-i386.c (cpu_arch): Add .rdtscp.
561 (md_show_usage): Display rdtscp.
562
563 * doc/c-i386.texi: Document rdtscp.
564
565 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
566
567 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
568 Test the new "deprecated" opcode field.
569
570 2009-01-07 Sterling Augustine <sterling@tensilica.com>
571
572 * config/tc-xtensa.c (produce_flix): New.
573 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
574 (md_longopts): Add support for them.
575 (md_parse_option): Likewise.
576 (md_show_usage): Add help message.
577 (finish_vinsn): Don't allow multi-slot flix when produce_flix
578 option is set to FLIX_NONE.
579 * config/xtensa-relax.c (transition_applies): Only relax to
580 flix branches when produce_flix equals FLIX_ALL.
581 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
582 FLIX_NONE): New.
583 (produce_flix): Declare.
584
585 2009-01-06 Chao-ying Fu <fu@mips.com>
586
587 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
588 Use strncmp to match jalr and jalr.hb.
589 Fix a typo.
590
591 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
592
593 AVX Programming Reference (December, 2008)
594 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
595 support. Don't swap REG and NDS for FMA.
596
597 2009-01-02 Matthias Klose <doko@ubuntu.com>
598
599 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
600 behaviour.
601
602 For older changes see ChangeLog-2008
603 \f
604 Local Variables:
605 mode: change-log
606 left-margin: 8
607 fill-column: 74
608 version-control: never
609 End: