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