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