Mention MicroBlaze.
[binutils-gdb.git] / gas / ChangeLog
1 2009-08-07 Michael Eager <eager@eagercon.com>
2
3 * NEWS: Mention MicroBlaze support.
4
5 2009-08-06 Michael Eager <eager@eagercon.com>
6
7 * Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to
8 TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add
9 DEP_microblaze_elf target.
10 * Makefile.in: Regenerate.
11 * config/tc-microblaze.c: Add MicroBlaze assembler.
12 * config/tc-microblaze.h: Add header for tc-microblaze.c.
13 * configure.in: Add microblaze target.
14 * configure: Regenerate.
15 * configure.tgt: Same.
16 * doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS.
17 * doc/Makefile.in: Same.
18 * doc/all.texi: Set MICROBLAZE.
19 * doc/as.texinfo: Add MicroBlaze doc links.
20 * doc/c-microblaze.texi: New MicroBlaze docs.
21
22 2009-08-06 Nick Clifton <nickc@redhat.com>
23
24 * config/tc-arm.c (md_assemble): Call mapping_state from inside a
25 block in case it is a null macro.
26
27 2009-08-05 Chao-ying Fu <fu@mips.com>
28
29 * config/tc-mips.c (MIPS_JALR_HINT_P): New define. For IRIX, it is
30 true for new abi. For non-IRIX targets, it is always true.
31 (macro_build_jalr): If MIPS_JALR_HINT_P, emit BFD_RELOC_MIPS_JALR.
32
33 2009-08-05 Eric B. Weddington <eric.weddington@atmel.com>
34
35 * config/tc-avr.c (mcu_types): Add attiny2313a, attiny4313, attiny261a,
36 attiny861a, atmega644pa, attiny24a, attiny44a.
37 * doc/c-avr.texi: Likewise.
38
39 2009-08-04 Sandra Loosemore <sandra@codesourcery.com>
40
41 * doc/c-mips.texi (MIPS Opts): List 1004K options for -march.
42 * config/tc-mips.c (mips_cpu_info_table): Add 1004K cores.
43
44 2009-08-04 Nathan Sidwell <nathan@codesourcery.com>
45
46 * config/tc-arm.c (my_get_expression): Detect missing expressions.
47
48 2009-08-02 Eric B. Weddington <eric.weddington@atmel.com>
49
50 * config/tc-avr.c (mcu_types): Add atmega8m1, atmega8c1, atmega16c1.
51 * doc/c-avr.texi: Likewise.
52
53 2009-08-01 Eric B. Weddington <eric.weddington@atmel.com>
54
55 * config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
56 * doc/c-avr.texi: Likewise.
57
58 2009-07-31 Daniel Gutson <dgutson@codesourcery.com>
59 Daniel Jacobowitz <dan@codesourcery.com>
60
61 * config/obj-elf.c (obj_elf_ident): Notify section change to the hook.
62 * config/tc-arm.c (make_mapping_symbol): New function, from
63 mapping_state. Save mapping symbols in the frag.
64 (insert_data_mapping_symbol): New.
65 (mapping_state): Use make_mapping_symbol, improve state transitions.
66 (mapping_state_2): New. Provide dummy definition.
67 (opcode_select): Do not call mapping_state.
68 (s_bss): Call md_elf_section_change_hook instead of mapping_state.
69 (output_inst): Update use of tc_frag_data.
70 (new_automatic_it_block): Call mapping_state before emitting the
71 IT instruction.
72 (md_assemble): Move mapping_state to just before outputting the
73 new instruction.
74 (arm_handle_align): Update use of tc_frag_data.
75 Call insert_data_mapping_symbol.
76 (arm_init_frag): Update use of tc_frag_data. Call
77 mapping_state_2.
78 (arm_elf_change_section): Always update the mapping symbol FSM state.
79 (check_mapping_symbols): New function.
80 (arm_adjust_symtab): Use check_mapping_symbols.
81 * config/tc-arm.h (struct arm_frag_type): New.
82 (TC_FRAG_TYPE): Change to struct arm_frag_type.
83 (TC_FRAG_INIT): Pass max_chars.
84 (arm_init_frag): Update prototype.
85
86 2009-07-31 Anthony Green <green@moxielogic.com>
87
88 * configure.tgt (generic_target): Add moxie-uclinux support.
89
90 2009-07-30 Nick Clifton <nickc@redhat.com>
91
92 * doc/c-arm.texi (ARM-Instruction-Set): New node. Documents the
93 different syntaxes support by the ARM port.
94 (ARM Directives): Add entry for .syntax.
95
96 * doc/c-mips.texi (MIPS insn): Fix typo.
97
98 2009-07-29 Alan Modra <amodra@bigpond.net.au>
99
100 PR ld/10269
101 * symbols.c (S_FORCE_RELOC): True for BSF_GNU_INDIRECT_FUNCTION.
102 * config/tc-i386.c: Revert 2009-06-13 change.
103 * config/tc-i386.h: Likewise.
104
105 2009-07-28 Jan Beulich <jbeulich@novell.com>
106
107 * expr.c (op_rank): Specify size. Remove O_md* initializers.
108
109 2009-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
110
111 * config/tc-m68k.c (mcf5221x_ctrl): New.
112 (m68k_cpu): Add line for MCF5221x.
113
114 2009-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
115
116 * config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].
117 (mcf53017_ctrl): Fix RAMBAR.
118
119 2009-07-27 Jan Beulich <jbeulich@novell.com>
120
121 * obj-elf.c (elf_file_symbol): Replace symbol name set up by
122 symbol_new() with the passed in, unmodified one.
123
124 2009-07-27 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
125
126 * config/tc-cr16.c (md_apply_fix): Put the addend value alone in to
127 object file without symbol values.
128 (tc_gen_reloc): For local symbols resolved or its absolute symbol,
129 then set the relocation type as NULL.
130
131 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
132
133 * config/tc-i386.c (cpu_arch): Add l1om.
134 (check_cpu_arch_compatible): New.
135 (set_cpu_arch): Use it.
136 (i386_arch): New.
137 (i386_mach): Return bfd_mach_l1om for Intel L1OM.
138 (md_show_usage): Display l1om.
139 (i386_target_format): Return ELF_TARGET_L1OM_FORMAT if
140 cpu_arch_isa_flags.bitfield.cpul1om is set.
141
142 * config/tc-i386.h (TARGET_ARCH): Use (i386_arch ()).
143 (i386_arch): New.
144 (ELF_TARGET_L1OM_FORMAT): Likewise.
145
146 * doc/c-i386.texi: Document l1om.
147
148 2009-07-24 Roland McGrath <roland@redhat.com>
149 Mark Wielaard <mjw@redhat.com>
150
151 * config/obj-elf.c (obj_elf_ident): Set SEC_MERGE | SEC_STRINGS
152 flags on .comment section.
153
154 2009-07-24 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
155 Alan Modra <amodra@bigpond.net.au>
156
157 * config/tc-spu.c (md_apply_fix): Handle SPU_ADD_PIC.
158 * config/tc-spu.h (tc_fix_adjustable): Don't adjust for SPU_ADD_PIC.
159 (TC_FORCE_RELOCATION): Emit relocs for SPU_ADD_PIC.
160
161 2009-07-24 Jan Beulich <jbeulich@novell.com>
162
163 * tc-i386.c (cpu_arch): Add .8087, .287, .387, .no87, .nommx,
164 .nosse, and .noavx.
165 (cpu_flags_and_not): New.
166 (set_cpu_arch): Check whether sub-architecture specified is a
167 feature disable.
168 (md_parse_option): Likewise.
169 (parse_real_register): Don't return floating point register
170 when x87 functionality is disabled.
171 (md_show_usage): Add new sub-options.
172 * doc/c-i386.texi: Update with new command line sub-options.
173
174 2009-07-24 Nick Clifton <nickc@redhat.com>
175
176 PR 10437
177 * config/tc-alpha.c: Fix up uses of gas printf like functions so
178 that the format string is a constant string. Add translation
179 support to message strings.
180 * config/tc-arc.c: Likewise.
181 * config/tc-arm.c: Likewise.
182 * config/tc-cris.c: Likewise.
183 * config/tc-fr30.c: Likewise.
184 * config/tc-frv.c: Likewise.
185 * config/tc-h8300.c: Likewise.
186 * config/tc-hppa.c: Likewise.
187 * config/tc-i370.c: Likewise.
188 * config/tc-i960.c: Likewise.
189 * config/tc-ia64.c: Likewise.
190 * config/tc-m32r.c: Likewise.
191 * config/tc-mep.c: Likewise.
192 * config/tc-mips.c: Likewise.
193 * config/tc-moxie.c: Likewise.
194 * config/tc-msp430.c: Likewise.
195 * config/tc-openrisc.c: Likewise.
196 * config/tc-pdp11.c: Likewise.
197 * config/tc-pj.c: Likewise.
198 * config/tc-s390.c: Likewise.
199 * config/tc-sh.c: Likewise.
200 * config/tc-sh64.c: Likewise.
201 * config/tc-sparc.c: Likewise.
202 * config/tc-spu.c: Likewise.
203 * config/tc-tic30.c: Likewise.
204 * config/tc-tic4x.c: Likewise.
205 * config/tc-tic54x.c: Likewise.
206 * config/tc-v850.c: Likewise.
207 * config/tc-xc16x.c: Likewise.
208 * config/tc-xstormy16.c: Likewise.
209 * config/tc-z80.c: Likewise.
210 * config/tc-z8k.c: Likewise.
211 * config/atof-ieee.c: Add translation support to as_warn
212 messages.
213 * config/obj-coff.c: Likewise.
214
215 2009-07-23 Ulrich Drepper <drepper@redhat.com>
216
217 * config/obj-elf.c (obj_elf_type): Add code to support a type of
218 gnu_unique_object.
219 * doc/as.texinfo: Document new feature of .type directive.
220 * NEWS: Mention support for gnu_unique_object symbol type.
221
222 2009-07-23 Nick Clifton <nickc@redhat.com>
223
224 PR binutils/10379
225 * doc/c-mips.texi (MIPS insn): Document the special behaviour of
226 the .global directive for MIPS ports.
227
228 2009-07-21 H.J. Lu <hongjiu.lu@intel.com>
229
230 PR gas/10420
231 * config/tc-i386.c (i386_align_code): Tune for 32bit nops in
232 64bit.
233 (i386_target_format): Set cpu_arch_isa_flags.bitfield.cpulm
234 for 64bit.
235
236 2009-07-17 H.J. Lu <hongjiu.lu@intel.com>
237
238 * config/tc-i386.c (md_assemble): Update operand types.
239 (update_imm): Updated.
240 (finalize_imm): Update the first 2 immediate operands only
241 for instructions with 2 operands or more.
242
243 2009-07-17 H.J. Lu <hongjiu.lu@intel.com>
244
245 * config/tc-i386.c (md_assemble): Check implicit registers
246 only for instructions with 3 operands or less.
247
248 2009-07-17 Nick Clifton <nickc@redhat.com>
249
250 * config/tc-avr.c (md_apply_fix): Cast fixup reloc type to avoid
251 compile time warning.
252
253 2009-07-16 H.J. Lu <hongjiu.lu@intel.com>
254
255 * config/tc-i386.c (md_assemble): Only check i.operands for AX.
256 (md_estimate_size_before_relax): Don't relax IFUNC symbols.
257
258 2009-07-16 Nathan Sidwell <nathan@codesourcery.com>
259
260 * config/tc-arm.c (md_apply_fix <BFD_RELOC_ARM_TARGET2>): Write
261 the offset for REL targets here.
262
263 2009-07-15 Kai Tietz <kai.tietz@onevision.com>
264
265 * listing.c (print_source): Initialize cache by NULL.
266
267 2009-07-15 Daniel Gutson <dgutson@codesourcery.com>
268
269 * doc/c-arm.texi (mauto-it): Removed old option.
270 (mimplicit-it): Added right option.
271
272 2009-07-14 Daniel Gutson <dgutson@codesourcery.com>
273
274 * config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define.
275 (MAX_MEM_FOR_RS_ALIGN_CODE): Define in terms of
276 MAX_MEM_ALIGNMENT_BYTES.
277 * config/tc-arm.c (arm_frag_align_code): Replace hard coded
278 constant with MAX_MEM_FOR_RS_ALIGN_CODE.
279
280 2009-07-14 Nick Clifton <nickc@redhat.com>
281
282 PR 10387
283 * config/tc-arm.h (THUMB_IS_FUNC): Handle a NULL pointer.
284 (ARM_IS_FUNC): Likewise.
285
286 2009-07-14 Daniel Gutson <dgutson@codesourcery.com>
287
288 * config/tc-arm.c (md_assemble): Added validation.
289
290 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
291
292 * Makefile.am: Run "make dep-am".
293 * Makefile.in: Regenerated.
294
295 2009-07-10 Tom Tromey <tromey@redhat.com>
296
297 * Makefile.am (DEPTC_alpha_ecoff): Refer to dwarf2.h, not
298 elf/dwarf2.h.
299 (DEPTC_alpha_elf): Likewise.
300 (DEPTC_alpha_evax): Likewise.
301 (DEPTC_arm_elf): Likewise.
302 (DEPTC_hppa_elf): Likewise.
303 (DEPTC_i386_aout): Likewise.
304 (DEPTC_i386_coff): Likewise.
305 (DEPTC_i386_elf): Likewise.
306 (DEPTC_m68k_aout): Likewise.
307 (DEPTC_m68k_coff): Likewise.
308 (DEPTC_m68k_elf): Likewise.
309 (DEPTC_mips_coff): Likewise.
310 (DEPTC_mips_ecoff): Likewise.
311 (DEPTC_mips_elf): Likewise.
312 (DEPTC_ppc_coff): Likewise.
313 (DEPTC_ppc_elf): Likewise.
314 (DEPTC_s390_elf): Likewise.
315 (DEPTC_sh_coff): Likewise.
316 (DEPTC_sh_elf): Likewise.
317 (DEPTC_sh64_elf): Likewise.
318 (DEPTC_sparc_aout): Likewise.
319 (DEPTC_sparc_coff): Likewise.
320 (DEPTC_sparc_elf): Likewise.
321 (as.o): Likewise.
322 (dwarf2dbg.o): Likewise.
323 (dw2gencfi.o): Likewise.
324 (ehopt.o): Likewise.
325 (read.o): Likewise.
326 * Makefile.in: Rebuild.
327 * dw2gencfi.h: Include dwarf2.h, not elf/dwarf2.h.
328 * dwarf2dbg.c: Likewise.
329 * ehopt.c: Likewise.
330
331 2009-07-09 Daniel Gutson <dgutson@codesourcery.com>
332
333 * config/tc-arm.c (it_fsm_post_encode): New forward declaration.
334 (set_it_insn_type_nonvoid): New macro.
335 (emit_thumb32_expr): New function.
336 (thumb_insn_size): New function.
337 (emit_insn): New function.
338 (s_arm_elf_inst): New function.
339 (md_pseudo_table): New pseudo-opcode entries added.
340 * doc/c-arm.texi: New directive added.
341
342 2009-07-07 DJ Delorie <dj@redhat.com>
343
344 * config/tc-mep.c (md_begin): Don't reset the coprocessor options
345 when enabling other options without a specific configuration.
346
347 2009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
348
349 * config/tc-arm.c (insns): Fix encoding for torvsc.
350
351 2009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
352
353 * config/tc-i386.c (cpu_arch): Add .fma4 and CPU_FMA4_FLAGS.
354 (build_modrm_byte): Add support to handle FMA4 instructions.
355 (md_show_usage): Add fma4.
356
357 2009-07-04 Alan Modra <amodra@bigpond.net.au>
358
359 * config/tc-cr16.h (TC_LINKRELAX_FIXUP): Set only for code sections.
360
361 2009-07-02 Tristan Gingold <gingold@adacore.com>
362
363 * Makefile.am (OBJ_FORMATS): Add macho.
364 (CPU_OBJ_VALID): Ditto.
365 (OBJ_FORMAT_CFILES): Add config/obj-macho.c
366 (OBJ_FORMAT_HFILES): Add config/obj-macho.h
367 (obj-macho.o): New rule.
368 * Makefile.in: Regenerated.
369 * configure.tgt (generic_target): Add i386-*-darwin*.
370 * config/tc-i386.h: Use i386_target_format for Mach-O.
371 * config/tc-i386.c (i386_target_format): Define it for Mach-O.
372 (i386_target_format): Add a case for bfd_target_mach_o_flavour.
373 * config/obj-macho.h: New file.
374 * config/obj-macho.c: New file.
375
376 2009-07-01 Nick Clifton <nickc@redhat.com>
377
378 PR 10168
379 * config/tc-arm.c (do_t_pkhtb): Swap Rm and Rn when encoding as
380 PKHBT.
381
382 2009-07-01 Paul Brook <paul@codesourcery.com>
383
384 * config/tc-arm.c (MISSING_FNSTART): Define.
385 (s_arm_unwind_fnstart): Diagnose duplicate directive.
386 (s_arm_unwind_handlerdata, s_arm_unwind_fnend, s_arm_unwind_fnend,
387 s_arm_unwind_cantunwind, s_arm_unwind_personalityindex,
388 s_arm_unwind_personality, s_arm_unwind_save, s_arm_unwind_movsp,
389 s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): Error if
390 not inside function unwinding region.
391
392 2009-06-29 H.J. Lu <hongjiu.lu@intel.com>
393
394 * config/tc-i386.c: Reformat.
395
396 2009-06-23 DJ Delorie <dj@redhat.com>
397
398 * config/tc-mep.c (mep_check_ivc2_scheduling): For IVC2, allocate
399 32 bits for relaxable branches so that we can relax them later.
400 (md_estimate_size_before_relax): Assume IVC2 branches will be relaxed.
401 (mep_relax_frag): New.
402 (md_convert_frag): Relax IVC2 branches in-place.
403 * config/tc-mep.h ((mep_relax_frag): New.
404
405 2009-06-22 Martin Thuresson <martin@mtme.org>
406
407 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
408 gas/config/atof-ieee.c, gas/config/obj-aout.c,
409 gas/config/obj-coff.c, gas/config/obj-ecoff.c,
410 gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
411 gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
412 gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
413 gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
414 gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
415 gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
416 gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
417 gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
418 gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
419 gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
420 gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
421 gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
422 gas/config/tc-s390.c, gas/config/tc-score.c,
423 gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
424 gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
425 gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
426 gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
427 gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
428 gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
429 gas macro `assert' to `gas_assert'.
430
431 2009-06-22 Daniel Gutson <dgutson@codesourcery.com>
432
433 * config/tc-arm.c (implicit_it_mode): New enum.
434 (implicit_it_mode): New global.
435 (it_instruction_type): New enum.
436 (arm_parse_it_mode): New function.
437 (arm_long_opts): New option added.
438 (arm_it): New field.
439 (it_state): New enum.
440 (now_it): New macro.
441 (check_it_blocks_finished): New function.
442 (insns[]): Use the IT Thumb opcodes for ARM too.
443 (arm_cleanup): Call check_it_blocks_finished.
444 (now_it_compatible): New function.
445 (conditional_insn): New function.
446 (set_it_insn_type): New macro.
447 (set_it_insn_type_last): New macro.
448 (do_it): Call automatic IT machinery functions.
449 (do_t_add_sub): Likewise
450 (do_t_arit3): Likewise.
451 (do_t_arit3c): Likewise.
452 (do_t_blx): Likewise.
453 (do_t_branch): Likewise.
454 (do_t_bkpt): Likewise.
455 (do_t_branch23): Likewise.
456 (do_t_bx): Likewise.
457 (do_t_bxj): Likewise.
458 (do_t_cps): Likewise.
459 (do_t_cpsi): Likewise.
460 (do_t_cbz): Likewise.
461 (do_t_it): Likewise.
462 (encode_thumb2_ldmstm): Likewise.
463 (do_t_ldst): Likewise.
464 (do_t_mov_cmp): Likewise.
465 (do_t_mvn_tst): Likewise.
466 (do_t_mul): Likewise.
467 (do_t_neg): Likewise.
468 (do_t_setend): Likewise.
469 (do_t_shift): Likewise.
470 (do_t_tb): Likewise.
471 (output_it_inst): New function.
472 (new_automatic_it_block): New function.
473 (close_automatic_it_block): New function.
474 (now_it_add_mask): New function.
475 (it_fsm_pre_encode): New function.
476 (handle_it_state): New function.
477 (it_fsm_post_encode): New function.
478 (force_automatic_it_block_close): New function.
479 (in_it_block): New function.
480 (md_assemble): Call automatic IT block machinery functions.
481 (arm_frob_label): Likewise.
482 (arm_opts): New element.
483 * config/tc-arm.h (it_state): New enum.
484 (current_it): New struct.
485 (arm_segment_info_type): New member added.
486 * doc/c-arm.texi: New option -mimplicit-it documented.
487
488 2009-06-20 Alan Modra <amodra@bigpond.net.au>
489
490 PR 10302
491 * doc/as.texinfo (Section <ELF "M,S" flag>): Clarify tail merge.
492
493 2009-06-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
494
495 * config/tc-s390.c (md_gather_operands): Accept an instruction
496 without operands if all operands are tagged as optional.
497
498 2009-06-18 Nick Clifton <nickc@redhat.com>
499
500 PR 10169
501 * gas/tc-arm.c (do_t_ssat): Move common code from here...
502 (do_t_usat): ... and here to...
503 (do_t_ssat_usat): New function: ... here. Add code to check that
504 the shift value, if present, is in range.
505
506 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
507
508 Merge cegcc and mingw32ce target name changes
509 from CeGCC project:
510
511 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
512
513 * configure.tgt: Add arm*-*-cegcc* target.
514
515 2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
516
517 * configure.tgt: Add arm-*-mingw32ce* target.
518
519 2009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
520
521 * config/tc-vax.c (md_estimate_size_before_relax): Accept
522 indirect symbol references in the PIC mode and emit a
523 PC-relative relocation instead of a GOT/PLT one. Likewise
524 for symbols known to be hidden at this point.
525
526 2009-06-15 Nick Clifton <nickc@redhat.com>
527
528 PR 10186
529 * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
530 instruction.
531
532 2009-06-13 H.J. Lu <hongjiu.lu@intel.com>
533
534 PR ld/10269
535 * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
536 instead of generic_force_reloc.
537
538 * config/tc-i386.h (TC_FORCE_RELOCATION): New.
539
540 2009-06-11 Anthony Green <green@moxielogic.com>
541
542 * config/tc-moxie.c (md_chars_to_number): Define.
543 (md_begin): Populate opcode hashtable with more form 3 opcodes.
544 (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
545 (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
546 (tc_gen_reloc): Ditto.
547 (md_pcrel_from): Ditto.
548 (md_chars_to_number): New function.
549
550 2009-06-10 Anthony Green <green@moxielogic.com>
551
552 * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
553 opcodes.
554
555 2009-06-09 Jakub Jelinek <jakub@redhat.com>
556
557 PR gas/10255
558 * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
559 to DW_CFA_advance_loc4.
560
561 2009-06-08 Dave Korn <dave.korn.cygwin@gmail.com>
562
563 PR gas/977
564 * config/tc-i386.c (md_estimate_size_before_relax): Don't relax
565 branches to weak symbols.
566 (md_apply_fix): Don't convert fixes against weak symbols to
567 section-relative offsets, but save addend for later reloc emission.
568 (tc_gen_reloc): When emitting reloc against weak symbol, adjust
569 addend to pre-compensate for bfd_install_relocation.
570
571 2009-06-04 Alan Modra <amodra@bigpond.net.au>
572
573 * dep-in.sed: Don't use \n in replacement part of s command.
574 * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
575 * Makefile.in: Regenerate.
576
577 2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
578
579 PR gas/10198
580 * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
581
582 2009-05-26 Catherine Moore <clm@codesourcery.com>
583
584 * config/tc-mips.c (check_for_24k_errata): Remove.
585 (md_mips_end): Remove call to check_for_24k_errata.
586 (start_noreorder): Likewise.
587 (s_change_sec): Likewise.
588 (s_change_section): Likewise.
589 (insns_between): Add 24k errata checks.
590 (append_insn): Remove declaration and references to nhdx_24k.
591 Remove calls to check_for_24k_errata.
592
593 2009-05-26 Nick Clifton <nickc@redhat.com>
594
595 * po/id.po: Updated Indonesian translation.
596 * po/gas.pot: Updated template file.
597
598 2009-05-26 Nick Clifton <nickc@redhat.com>
599
600 PR 10143
601 * config/bfin-parse.y (error): Use "%s" as format string for error
602 message.
603
604 2009-05-26 Alan Modra <amodra@bigpond.net.au>
605
606 * dep-in.sed: Output one filename per line with all lines having
607 continuation backslash. Prefix first line with "A", following
608 lines with "B".
609 * Makefile.am (DEP): Don't use dep.sed here.
610 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
611 sort and uniq.
612 (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
613 Emit multi dependencies on one line.
614 * Makefile.in: Regenerate.
615
616 2009-05-25 Tristan Gingold <gingold@adacore.com>
617
618 * makefile.vms: New file to compile gas on VMS.
619
620 * configure.com: New file to do configuration on VMS with DCL.
621
622 2009-05-23 Richard Sandiford <rdsandiford@googlemail.com>
623
624 * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
625 (nops_for_insn): Likewise.
626
627 2009-05-22 H.J. Lu <hongjiu.lu@intel.com>
628
629 * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
630
631 2009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
632
633 * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
634 (build_modrm_byte): Remove DREX handling support.
635 (DREX_*): Delete.
636 (drex_byte): Delete.
637 (md_assemble): Remove DREX handling support.
638 (process_operands): Remove DREX, SSE5 support.
639 (i386_insn): Remove DREX.
640
641 2009-05-22 Alan Modra <amodra@bigpond.net.au>
642
643 * Makefile.am: Run "make dep-am".
644 * Makefile.in: Regenerate.
645
646 2009-05-20 Kai Tietz <kai.tietz@onevision.com>
647 H.J. Lu <hongjiu.lu@intel.com>
648
649 * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
650 (TARGET_FORMAT): Removed for x86 pe-coff.
651 (COFF_TARGET_FORMAT): Likewise.
652
653 * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
654 (md_parse_option): Likewise.
655 (md_show_usage): Show option --32/--64 for x86 pe-coff.
656 (i386_target_format): Use also for x86 pe-coff.
657
658 * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
659 for x86 pe-coff.
660
661 2009-05-19 DJ Delorie <dj@redhat.com>
662
663 * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
664 (mep_process_saved_insns): Remove debugging printfs.
665
666 2009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
667
668 * NEWS: Mention new feature.
669 * config/obj-coff.c (obj_coff_common_parse): New function.
670 (obj_coff_comm): Likewise.
671 (coff_pseudo_table): Override default ".comm" definition on PE.
672 * doc/as.texinfo: Document new feature.
673
674 2009-05-17 Kai Tietz <kai.tietz@onevision.com>
675
676 * config/obj-coff.c (obj_coff_section): Add 'y' as
677 specifier for SEC_COFF_NOREAD section flag.
678 * doc/as.texinfo: Add documentation about .section flag 'y'.
679
680 2009-05-13 DJ Delorie <dj@redhat.com>
681
682 * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
683
684 2009-05-13 Andrew Jenner <andrew@codesourcery.com>
685
686 * config/tc-arm.c: Move as.h to start of file.
687
688 2009-05-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
689
690 * config/tc-arm.h: Fix typo in comment.
691 (ARM_IS_FUNC): New macro.
692 (MD_APPLY_SYM_VALUE): Define.
693
694 * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
695 all versions of EABI.
696 (relax_branch): Do not relax for branches to ARM functions.
697 (md_pcrel_from_section): Set up base correctly for
698 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
699 BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
700 BFD_RELOC_ARM_PCREL_CALL.
701 (md_apply_fix): Flip bl to blx where possible.
702 Flip blx to bl where possible.
703 (arm_force_relocation): Force relocations for
704 BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
705 BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
706 BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
707 BFD_RELOC_THUMB_PCREL_BRANCH25.
708 (arm_apply_sym_value): New function.
709
710 2009-05-04 Tristan Gingold <gingold@adacore.com>
711
712 * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
713
714 2009-05-01 Nathan Sidwell <nathan@codesourcery.com>
715
716 * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
717 * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
718 * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
719 the default FPU from the processor.
720
721 2009-05-01 Julian Brown <julian@codesourcery.com>
722
723 * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
724 (md_pcrel_from_section): Align address for BLX.
725 (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
726 BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
727
728 2009-04-29 DJ Delorie <dj@redhat.com>
729
730 * config/tc-mep.c (md_begin): Check coprocessor type.
731 (md_check_parallel64_scheduling): Use memset to initialize the buffer.
732 (md_check_parallel32_scheduling): Likewise.
733 (slot_ok): New.
734 (mep_check_ivc2_scheduling): New.
735 (mep_check_parallel_scheduling): Call it.
736 (mep_process_saved_insns): Add IVC2 slot support.
737 (md_assemble): Likewise.
738
739 2009-04-30 Nick Clifton <nickc@redhat.com>
740
741 * config/obj-elf.c (obj_elf_type): Add support for a
742 gnu_indirect_function type.
743 * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
744 against indirect function symbols.
745 * doc/as.texinfo (.type): Document the support for the
746 gnu_indirect_function symbol type.
747 * NEWS: Mention the new feature.
748
749 2009-04-24 Cary Coutant <ccoutant@google.com>
750
751 * NEWS: Add item about discriminator support.
752 * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
753 * dwarf2dbg.c (current): Add discriminator field.
754 (dwarf2_where): Copy discriminator value.
755 (dwarf2_consume_line_info): Set discriminator to 0.
756 (dwarf2_directive_loc): Process discriminator sub-op.
757 (out_leb128): New function.
758 (process_entries): Output DW_LNE_set_discriminator.
759 * doc/as.texinfo: Add discriminator operand to .loc directive.
760
761 2009-04-22 Nathan Sidwell <nathan@codesourcery.com>
762
763 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
764 as_bad calls to silence compiler warning.
765
766 2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
767
768 * config/tc-i386-intel.c (O_XXX): Reorder.
769
770 2009-04-20 Jan Beulich <jbeulich@novell.com>
771
772 * Makefile.am: Add explicit dependency of tc-i386.o on
773 tc-i386-intel.c.
774 * Makefile.in: Likewise.
775 * config/tc-i386.c (i386_finalize_immediate): Declare, broken
776 out from i386_immediate.
777 (i386_immediate): Slightly re-arrange, call
778 i386_finalize_immediate.
779 (i386_finalize_displacement): Declare, broken out from
780 i386_displacement.
781 (i386_displacement): Slightly re-arrange, call
782 i386_finalize_displacement.
783 (i386_intel_simplify, i386_intel_parse_name): Declare.
784 (this_operand): Initialize to -1.
785 (set_intel_syntax): Set expression rank for O_full_ptr.
786 (md_assemble): Set this_operand back to -1 after parsing
787 operands.
788 (x86_cons): Negate intel_syntax to indicate state. Call
789 i386_intel_simplify.
790 (md_operand): Convert if to switch. Handle '[' for Intel
791 syntax.
792 (i386_intel_operand): Delete, including all helper functions
793 and data.
794 * config/tc-i386-intel.c: New file, all new code.
795 * config/tc-i386.h (i386_operator): Declare.
796 (md_operator): Define to i386_operator.
797 (i386_need_index_operator): Declare.
798 (md_need_index_operator): Define to i386_need_index_operator.
799 (O_full_ptr): Define.
800
801 2009-04-20 Jan Beulich <jbeulich@novell.com>
802
803 * expr.c (operand): Call md_need_index_operator() and
804 md_operator() if defined. Add unary label.
805 (operator): Call md_operator() if defined.
806 (expr): Adjust assertions on range and rank of op_left and
807 op_right. Don't abort on unhandled operators when reducing
808 expressions with both operands being constant.
809 (expr_set_rank): New.
810 * expr.h (expr_set_rank): Declare.
811
812 2009-04-15 Anthony Green <green@moxielogic.com>
813
814 * config/tc-moxie.h: New file.
815 * config/tc-moxie.c: New file.
816 * configure: Add support for moxie.
817 * configure.tgt: Add support for moxie.
818
819 2009-04-16 Jan Beulich <jbeulich@novell.com>
820
821 * expr.c: Include limits.h if available, and #define CHAR_BITS
822 otherwise.
823 (expr): Check range of shift count when evaluating a constant
824 expression.
825
826 2009-04-15 Jan Beulich <jbeulich@novell.com>
827
828 * config/tc-i386.c (process_operands): Print operands in
829 correct order depending on intel_syntax.
830
831 2009-04-09 Catherine Moore <clm@codesourcery.com>
832
833 * config/tc-mips.c (mips_fix_24k): Declare.
834 (check_for_24k_errata): New.
835 (mips_cleanup): Call check_for_24k_errata.
836 (start_noreorder): Likewise.
837 (md_mips_end): Likewise.
838 (s_change_sec): Likewise.
839 (s_change_section): Likewise.
840 (append_insn): Call check_for_24k_errata. Prevent
841 ERET/DERET instructions from being moved into delay
842 slots.
843 (OPTION_FIX_24K): New.
844 (OPTION_NO_FIX_24k) New.
845 (md_longopts): Add "mfix-24k" and "mno-fix-24k".
846 (md_parse_option): Handle fix-24k options.
847 (md_show_usage): Display fix-24k options.
848 * doc/c-mips.texi: Document.
849
850 2009-04-09 Adam Nemet <anemet@caviumnetworks.com>
851
852 * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
853 instead of HAVE_64BIT_SYMBOLS.
854
855 2009-04-07 DJ Delorie <dj@redhat.com>
856
857 * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support.
858 (md_show_usage): Change default endian to little.
859 * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
860
861 2009-04-06 DJ Delorie <dj@redhat.com>
862
863 * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
864 immediates.
865 (build_bytes): Pass insn to do_a_fix_imm.
866
867 2009-04-02 Daniel Gutson <dgutson@codesourcery.com>
868
869 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
870 * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
871 Cortex-M1.
872
873 2009-04-01 Matt Thomas <matt@netbsd.org>
874
875 * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
876 (md_assemble): emit symbol name when used as immediate in PIC mode.
877 (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
878
879 2009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
880
881 * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
882
883 2009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
884
885 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
886 (find_real_start): Likewise.
887 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
888
889 2009-04-01 Nathan Sidwell <nathan@codesourcery.com>
890
891 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
892 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
893 whenever possible.
894
895 2009-03-31 Peter Bergner <bergner@vnet.ibm.com>
896
897 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
898
899 2009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
900
901 * doc/internals.texi: Fix trivial syntax errors.
902
903 2009-03-26 Alan Modra <amodra@bigpond.net.au>
904
905 PR 10005
906 * config/tc-i386.c (reloc): Don't abort on lack of required
907 reloc type.
908
909 2009-03-25 H.J. Lu <hongjiu.lu@intel.com>
910
911 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
912 arch.
913
914 2009-03-23 H.J. Lu <hongjiu.lu@intel.com>
915
916 PR gas/9966
917 * listing.c (listing_newline): Properly handle `\\"' and ';'.
918
919 * read.c (is_end_of_line): Update comments for line separator.
920 (read_begin): Set line separator in is_end_of_line to 2.
921
922 2009-03-19 David S. Miller <davem@davemloft.net>
923
924 * config/tc-sparc.c (md_parse_option): If the user gives
925 us '--64' make sure max_architecture is at least V9.
926
927 2009-03-18 Andrew Stubbs <ams@codesourcery.com>
928
929 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
930 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
931 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
932
933 2009-03-18 Alan Modra <amodra@bigpond.net.au>
934
935 * as.h: Include alloca-conf.h instead of config.h and remove
936 existing #if's handling alloca.
937 * Makefile.am: Run "make dep-am".
938 * Makefile.in: Regenerate.
939
940 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
941
942 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
943 C_AIX_WEAKEXT too.
944
945 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
946
947 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
948 "value" from fx_offset. Manually resubtract md_pcrel_from_section
949 where necessary.
950
951 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
952
953 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
954 * configure.in: Likewise.
955 * configure: Regenerate.
956
957 2009-03-11 Hans-Peter Nilsson <hp@axis.com>
958
959 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
960 Rename, changing all callers, to...
961 (md_create_short_jump): Adjust head comment. Assert
962 word-sized-branch distance for v32. Bail out calling as_fatal for
963 compatibility mode here.
964 (md_create_long_jump): ...not here.
965 * config/tc-cris.h (md_create_short_jump): Do not define.
966
967 2009-03-10 Hans-Peter Nilsson <hp@axis.com>
968
969 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
970 the jump table for multiple overflowing entries with the same
971 target, handle base symbols being different.
972 (relax_segment) <case rs_broken_word, second loop>: Whenever a
973 single entry overflows, arrange to redirect all entries with the
974 same target.
975
976 2009-03-10 Alan Modra <amodra@bigpond.net.au>
977
978 * config/tc-ppc.c (parse_cpu): Delete.
979 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
980
981 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
982
983 PR gas/9915
984 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
985 (LOCAL_LABELS_FB): Undefine befoe define.
986
987 2009-03-06 Nick Clifton <nickc@redhat.com>
988
989 * po/es.po: Updated Spanish translation.
990
991 2009-03-05 Joseph Myers <joseph@codesourcery.com>
992
993 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
994 s_incbin): Call md_cons_align (1).
995
996 2009-03-04 Nick Clifton <nickc@redhat.com>
997
998 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
999 based targets.
1000 (s_alpha_comm): Only define "temp" and "log_align" local variables
1001 for EVAX targets.
1002
1003 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1004
1005 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
1006 have non-zero addend.
1007 (md_assemble): Parse args of __tls_get_addr calls.
1008 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
1009
1010 2009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1011
1012 binutils/3807
1013 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
1014 local scope for ELF targets.
1015
1016 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1017
1018 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
1019
1020 2009-03-03 Tristan Gingold <gingold@adacore.com>
1021 Eric Botcazou <ebotcazou@adacore.com>
1022 Douglas B Rupp <rupp@gnat.com>
1023
1024 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
1025 for Alpha.
1026 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
1027 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
1028 (OBJ_SYMFIELD_TYPE): Remove.
1029 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
1030 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
1031 (tc_frob_file_before_fix): Do not defined on evax.
1032 * config/tc-alpha.c: Always includes dwarf2dbg.h.
1033 Include vms.h if OBJ_EVAX.
1034 (struct alpha_fixup): Add xtrasym and procsym (evax only).
1035 (enum alpha_macro_arg): Remove trailing comma.
1036 (md_longopts): Add replace and noreplace arguments (evax only).
1037 (alpha_evax_proc_hash): New variable.
1038 (alpha_link_section): Make it global.
1039 (alpha_ctors_section, alpha_dtors_section): Removed.
1040 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
1041 (alpha_lit8_section): Ifndef'ed on evax.
1042 (alpha_lit8_symbol): Ditto.
1043 (alpha_prologue_label): New variable.
1044 (alpha_linkage_symbol): New variable (evax only).
1045 (alpha_flag_replace): Ditto.
1046 (struct alpha_evax_procs): Add handler and handler_data field.
1047 (alpha_evax_proc): Now of type pointer.
1048 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
1049 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
1050 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
1051 (alpha_adjust_relocs): Ifndef'ed on evax.
1052 (load_expression): Add opname argument.
1053 Implement LDA/BSR optimization for evax.
1054 (emit_lda): Adjust for new prototype of load_expression.
1055 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
1056 (emit_loadstore): Likewise.
1057 (emit_ldXu): Likewise.
1058 (emit_stX): Likewise.
1059 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
1060 (emit_ldgp): Avoid warning in evax case.
1061 (add_to_link_pool): Make it static. Return symbolic expression rather
1062 than number expression for the offset.
1063 (s_alpha_text): Create .text symbol for evax if not already created.
1064 (s_alpha_comm): Do not create specific section for common symbol.
1065 Fill common area with zeros for evax.
1066 (s_alpha_prologue): Create alpha_prologue_label.
1067 (s_alpha_section_name): New function (evax).
1068 (s_alpha_section_word): Likewise.
1069 (section_name): New static variabke moved out from ...
1070 (s_alpha_section): ... here. Create new sections on demand.
1071 (s_alpha_literals): New function (evax).
1072 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
1073 alpha_evax_proc_hash table.
1074 (s_alpha_handler): New function (evax).
1075 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
1076 (s_alpha_prologue): New function (evax).
1077 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
1078 handling of procedures with hash table.
1079 Add support for condition handlers.
1080 (s_alpha_linkage): Create linkage_fixup instance and chain it.
1081 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
1082 (s_alpha_mask): Likewise.
1083 (s_alpha_fmask): Likewise.
1084 (s_alpha_end): Clear alpha_evax_proc.
1085 (s_alpha_align): Increase max_alignment to 16.
1086 (alpha_print_token): Call print_expr_1 instead of print_expr.
1087 (md_pseudo_table): Add "section", "literals", "handler" and
1088 "handler_data" (evax). Do not ignore "prologue" on evax.
1089 Fix indentation.
1090 (md_begin): Create hash table for alpha_evax_proc_hash.
1091 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
1092 (md_show_usage): Mention -replace/-noreplace for evax.
1093 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
1094 (alpha_force_relocation): Likewise.
1095 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
1096 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
1097 (emit_insn): New cases for evax specific relocs.
1098 (assemble_insn): Fix indentation.
1099 Take care of -MDISP in operand table.
1100 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
1101 (OBJ_SYMFIELD_TYPE): New macro.
1102 (obj_symbol_new_hook): Define.
1103 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
1104 (obj_frob_file_before_fix): Ditto.
1105 (PDSC_S_M_HANDLER_VALID): New macro.
1106 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
1107 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
1108 Add prototypes for functions declared in obj-evax.c
1109 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
1110 (s_evax_weak): Convert to ansi-C.
1111 (evax_symbol_new_hook): New function.
1112 (evax_frob_symbol): Ditto.
1113 (evax_frob_file_before_adjust): Ditto.
1114 (evax_frob_file_before_fix): Ditto.
1115 (evax_shorten_name): Ditto.
1116 (crc32): Ditto.
1117 (encode_32): Ditto.
1118 (encode_16): Ditto.
1119 (decode_16): Ditto.
1120 (shorten_identifier): Ditto.
1121 (is_truncated_identifier): Ditto.
1122 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
1123 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
1124 (main): Ditto.
1125
1126 2009-03-03 Alan Modra <amodra@bigpond.net.au>
1127
1128 * Makefile.am: Run "make dep-am".
1129 * Makefile.in: Regenerate.
1130
1131 2009-03-02 Nick Clifton <nickc@redhat.com>
1132
1133 PR 9874
1134 * config/tc-ia64.c (fix_insn): Fix warning reported by
1135 -Wformat-security.
1136
1137 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
1138
1139 * config/tc-score7.c: New file.
1140 * doc/c-score.texi: New file.
1141 * Makefile.am: Update dependencies for tc-score.c.
1142 * Makefile.in: Regenerate.
1143 * NEWS: Mention support for Score7 architecture.
1144 * config/tc-score.c: Add support for Score7 architecture.
1145 * config/tc-score.h: Likewise.
1146 * doc/Makefile.am: Add c-score.texi.
1147 * doc/Makefile.in: Regenerate.
1148 * doc/all.texi: Add Score7.
1149 * doc/as.texinfo: Add Score7.
1150
1151 2009-03-01 Mark Mitchell <mark@codesourcery.com>
1152
1153 * config/tc-arm.c (md_assemble): Allow barrier instructions on
1154 ARMv6-M cores.
1155
1156 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1157
1158 * configure: Regenerate.
1159
1160 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
1161
1162 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
1163 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
1164 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
1165
1166 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
1167
1168 * config/tc-i386.c (fits_in_imm4): Removed.
1169
1170 2009-02-24 Helge Deller <deller@gmx.de>
1171
1172 * config/tc-hppa.c (pa_ip): Add check of immediate values.
1173 (SAVE_IMMEDIATE): New define.
1174
1175 2009-02-23 Mark Mitchell <mark@codesourcery.com>
1176
1177 * config/tc-arm.c (warn_deprecated_sp): New macro.
1178 (do_t_mov_cmp): Permit R13 as the second
1179 argument to "cmp.n".
1180
1181 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1182
1183 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
1184 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
1185
1186 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1187
1188 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
1189
1190 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1191
1192 * config/tc-i386.c (vex_imm4): Removed.
1193 (VEX_check_operands): Likewise.
1194 (match_template): Updated.
1195
1196 2009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
1197
1198 * doc/all.texi: Set S390.
1199 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
1200 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
1201 * doc/Makefile.in: Likewise.
1202 * doc/c-s390.texi: New.
1203
1204 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
1205
1206 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
1207 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
1208 (mcf5307_ctrl): Add VBR.
1209 (no_mac): New variable.
1210 (m68k_extensions): Refer to no_mac mask.
1211 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
1212 52252..52259, 53011..53017.
1213 (m68k_ip): Process CPUCR.
1214 (init_table): Add cpucr entry.
1215 (m68k_set_extension): Allow negated mask to refer to a variable.
1216 (md_show_usage): Use '%s' to silence fprintf warning.
1217 * config/m68k-parse.h (CPUCR): New control register.
1218
1219 2009-02-10 Nathan Sidwell <nathan@codesourcery.com>
1220
1221 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
1222 as_bad calls to silence compiler warning.
1223
1224 2009-02-06 Nick Clifton <nickc@redhat.com>
1225
1226 PR 9814
1227 * config/tc-arm.c (MODE_RECORDED): New define.
1228 (output_inst): Record the thumb_mode in the current frag.
1229 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
1230 (arm_init_frag): Only set the tc_frag_data field if it has not
1231 already been set.
1232
1233 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
1234
1235 AVX Programming Reference (January, 2009)
1236 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
1237 (CPU_FLAGS_AVX_MATCH): Updated.
1238 (CPU_FLAGS_32BIT_MATCH): Likewise.
1239 (cpu_flags_match): Likewise.
1240
1241 2009-02-03 Sandip Matte <sandip@rmicorp.com>
1242
1243 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
1244 M_MSGWAIT and M_MSGWAIT_T.
1245 (mips_cpu_info_table): Add XLR entry.
1246 * doc/c-mips.texi (-march): Document xlr.
1247
1248 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
1249
1250 * config/tc-avr.c (mcu_types): Add ata6289.
1251 * doc/c-avr.texi: Likewise.
1252
1253 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1254
1255 * configure.in: AC_SUBST pdfdir.
1256 * Makefile.am: Add install-pdf, install-pdf-am,
1257 and install-pdf-recursive targets.
1258 * doc/Makefile.am: Define pdf__strip_dir. Add
1259 install-pdf and install-pdf-am targets.
1260 * po/Make-in: Add install-pdf target.
1261 * configure: Regenerate.
1262 * Makefile.in: Regenerate.
1263 * doc/Makefile.in: Regenerate.
1264
1265 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
1266
1267 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
1268 relocations.
1269 * config/m68k-parse.y (yylex): Parse TLS relocations.
1270 * config/tc-m68k.c (m68k_elf_cons): New static function.
1271 (md_pseudo_table): Use it.
1272 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
1273 relocations.
1274 (md_apply_fix): Fix to set thread local flag.
1275 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
1276
1277 2009-02-03 Vince Weaver <vince@csl.cornell.edu>
1278
1279 PR 9779
1280 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
1281 indexed addressing for symbolic expressions.
1282
1283 2009-01-29 Mark Mitchell <mark@codesourcery.com>
1284
1285 * config/tc-arm.c (BAD_SP): Define.
1286 (s_arm_unwind_fnstart): Use REG_SP.
1287 (s_arm_unwind_setfp): Likewise.
1288 (reject_bad_reg): New macro.
1289 (do_co_reg): Check for bad registers.
1290 (do_co_reg2c): Likewise.
1291 (do_srs): Use REG_SP.
1292 (do_t_add_sub): Check for bad registers.
1293 (do_t_adr): Likewise.
1294 (do_t_arit3): Likewise.
1295 (do_t_arit3c): Likewise.
1296 (do_t_bfc): Likewise.
1297 (do_t_bfi): Likewise.
1298 (do_t_bfx): Likewise.
1299 (do_t_blx): Likewise.
1300 (do_t_bx): Likewise.
1301 (do_t_bxj): Likewise.
1302 (do_t_clz): Likewise.
1303 (do_t_div): Likewise.
1304 (do_t_mla): Likewise.
1305 (do_t_mlal): Likewise.
1306 (do_t_mov_cmp): Likewise.
1307 (do_t_mov16): Likewise.
1308 (do_t_mvn_tst): Likewise.
1309 (do_t_mrs): Likewise.
1310 (do_t_msr): Likewise.
1311 (do_t_mul): Likewise.
1312 (do_t_mull): Likewise.
1313 (do_t_orn): Likewise.
1314 (do_t_pkhbt): Likewise.
1315 (do_t_pld): Likewise.
1316 (do_t_rbit): Likewise.
1317 (do_t_rev): Likewise.
1318 (do_t_rrx): Likewise.
1319 (do_t_rsb): Likewise.
1320 (do_t_shift): Likewise.
1321 (do_t_simd): Likewise.
1322 (do_t_ssat): Likewise.
1323 (do_t_ssat16): Likewise.
1324 (do_t_sxtah): Likewise.
1325 (do_t_sxth): Likewise.
1326 (do_t_tb): Likewise.
1327 (do_t_usat): Likewise.
1328 (do_t_usat16): Likewise.
1329 (nysn_insert_sp): Use REG_SP.
1330
1331 2009-01-29 Mark Mitchell <mark@codesourcery.com>
1332
1333 * config/tc-arm.c (do_t_orn): New function.
1334 (do_t_rrx): Likewise.
1335 (insns): Add orn and rrx.
1336
1337 2009-01-29 Mark Mitchell <mark@codesourcery.com>
1338
1339 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
1340 uasx, uhasx, uhsx, uqasx, uqsax, usax.
1341
1342 2009-01-29 Mark Mitchell <mark@codesourcery.com>
1343
1344 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
1345 qdsub in Thumb-2 mode.
1346
1347 2009-01-29 Paul Brook <paul@codesourcery.com>
1348 Mark Mitchell <mark@codesourcery.com>
1349
1350 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
1351 of MUL when possible.
1352
1353 2009-01-29 Nick Clifton <nickc@redhat.com>
1354
1355 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
1356
1357 2009-01-29 Nathan Sidwell <nathan@codesourcery.com>
1358 Catherine Moore <clm@codesourcery.com?
1359
1360 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
1361 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
1362 directives.
1363
1364 2009-01-27 Nick Clifton <nickc@redhat.com>
1365
1366 * config/tc-mips.c (append_insn): Cope with a complex reloc
1367 sequence containing an unsupported reloc type.
1368 (enum options): Replace computed #define's constants for option
1369 numbers with this enum.
1370 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
1371 environment.
1372 (md_parse_option): Allow -32 in a non-ELF environment.
1373
1374 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
1375
1376 * config/tc-arm.c (attributes_set_explicitly): New array.
1377 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
1378 (cpu_arch): Add ARM_ARCH_V5T.
1379 (aeabi_set_attribute_int): New function.
1380 (aeabi_set_attribute_string): New function.
1381 (aeabi_set_public_attributes): Set attributes according to the user's
1382 intentions, rather than the actual state of the binary.
1383 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
1384 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
1385 Support WMMXv2. Use attribute names instead of numbers.
1386 * read.c (s_vendor_attribute): Change return type to int.
1387 Return the tag number that was set.
1388 * read.h (s_vendor_attribute): Change return type to int.
1389
1390 2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
1391
1392 PR 9789
1393 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
1394 * doc/c-avr.texi: Likewise.
1395
1396 2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
1397
1398 * doc/c-arm.texi (): Document -mwarn-deprecated.
1399 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
1400 (warn_on_deprecated): ... this.
1401 (opcode_lookup, md_assemble): Check it before warning.
1402 (arm_opts): Add m[no-]warn-deprecated.
1403 (md_parse_option): Replace WARN_DEPRECATED with
1404 warn_on_deprecated.
1405
1406 2009-01-23 Andreas Schwab <schwab@suse.de>
1407
1408 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
1409 arguments to macro_build to match format.
1410
1411 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
1412 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
1413
1414 2009-01-19 Nick Clifton <nickc@redhat.com>
1415
1416 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
1417 ELF format ARM targets.
1418 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
1419
1420 2009-01-19 Nick Clifton <nickc@redhat.com>
1421
1422 * configure.tgt: Restore alpha sorting to object format switch
1423 statement.
1424
1425 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
1426
1427 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
1428
1429 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
1430
1431 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
1432 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
1433
1434 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
1435 Daniel Jacobowitz <dan@codesourcery.com>
1436
1437 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
1438 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
1439 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
1440 * read.c (s_vendor_attribute): Add support for symbolic tag names.
1441 Improve string parser.
1442 * doc/c-arm.texi (ARM Machine Directives): Document
1443 .eabi_attribute symbolic tag names.
1444
1445 2009-01-16 Alan Modra <amodra@bigpond.net.au>
1446
1447 * configure.in (commonbfdlib): Delete.
1448 * configure: Regenerate.
1449 * po/POTFILES.in: Regenerate.
1450
1451 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
1452 Julian Brown <julian@codesourcery.com>
1453
1454 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
1455
1456 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
1457
1458 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
1459 bfd_elf_add_obj_attr_int_string.
1460
1461 2009-01-15 Douglas B Rupp <rupp@gnat.com>
1462
1463 * configure.tgt(ia64-*-*vms*): New target.
1464 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
1465 * tc.h (md_number_to_chars): Declare iff undefined.
1466 * config/obj-elf.c (obj_elf_change_section): Change type of arg
1467 attr to bfd_vma.
1468 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
1469 variables attr, md_attr to bfd_vma.
1470 (obj_elf_section_word): Likewise.
1471 (obj_elf_section): Change type of variable attr to bfd_vma
1472 * config/obj-elf.h (obj_elf_change_section): Change type of arg
1473 attr to bfd_vma.
1474 * config/tc-ia64.c (bfdver.h,time.h): Include.
1475 (ia64_elf_section_letter): Now returns a bfd_vma.
1476 Handle VMS specific attributes.
1477 (ia64_elf_section_flags): Arg attr now a bfd_vma.
1478 (ia64_init): Don't turn on dependency checking for VMS.
1479 (ia64_target_format): Check for VMS flag bit.
1480 (do_alias): Hande decc$ functions.
1481 (get_vms_time): New function.
1482 (ia64_vms_note): New function.
1483 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
1484 (ia64_elf_section_flags): Arg attr now a bfd_vma.
1485 (tc_init_after_args): Define for VMS.
1486 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
1487 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
1488 * config/tc-alpha.h: Likewise.
1489 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
1490 (x86_64_section_word): Return a bfd_vma.
1491 * config/tc-i386.h: Likewise.
1492 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
1493 attr to bfd_vma.
1494 * config/tc-ip2k.h: Likewise.
1495 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
1496 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
1497 * config/tc-mep.h: Likewise.
1498 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
1499 (ppc_section_word): Return a bfd_vma.
1500 (ppc_section_flags): Change type of arg attr to bfd_vma.
1501 * config/tc-ppc.h: Likewise.
1502 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
1503 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
1504 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
1505 New file with new macros
1506 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
1507 macros.
1508
1509 2009-01-15 Nick Clifton <nickc@redhat.com>
1510
1511 PR 9722
1512 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
1513 instructions before generating a Thumb2 nop.
1514
1515 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1516
1517 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
1518
1519 2009-01-12 Alan Modra <amodra@bigpond.net.au>
1520
1521 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
1522 (brinfo): New var.
1523 (md_assemble): Poke brinfo into branch instructions.
1524 (spu_brinfo): New function.
1525 (md_apply_fix): Don't assume insn fields start off at zero, mask
1526 them to remove possible brinfo.
1527
1528 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1529
1530 * doc/c-i386.texi: Reformat.
1531
1532 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1533
1534 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
1535 .syscall.
1536 (i386_align_code): Handle PROCESSOR_COREI7.
1537 (md_show_usage): Add corei7, clflush and syscall.
1538 (i386_target_format): Replace cpup4 with cpuclflush.
1539
1540 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
1541
1542 * doc/c-i386.texi: Document corei7, clflush and syscall.
1543
1544 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
1545
1546 * config/tc-i386.c (cpu_arch): Add .rdtscp.
1547 (md_show_usage): Display rdtscp.
1548
1549 * doc/c-i386.texi: Document rdtscp.
1550
1551 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
1552
1553 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
1554 Test the new "deprecated" opcode field.
1555
1556 2009-01-07 Sterling Augustine <sterling@tensilica.com>
1557
1558 * config/tc-xtensa.c (produce_flix): New.
1559 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
1560 (md_longopts): Add support for them.
1561 (md_parse_option): Likewise.
1562 (md_show_usage): Add help message.
1563 (finish_vinsn): Don't allow multi-slot flix when produce_flix
1564 option is set to FLIX_NONE.
1565 * config/xtensa-relax.c (transition_applies): Only relax to
1566 flix branches when produce_flix equals FLIX_ALL.
1567 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
1568 FLIX_NONE): New.
1569 (produce_flix): Declare.
1570
1571 2009-01-06 Chao-ying Fu <fu@mips.com>
1572
1573 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
1574 Use strncmp to match jalr and jalr.hb.
1575 Fix a typo.
1576
1577 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
1578
1579 AVX Programming Reference (December, 2008)
1580 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
1581 support. Don't swap REG and NDS for FMA.
1582
1583 2009-01-02 Matthias Klose <doko@ubuntu.com>
1584
1585 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
1586 behaviour.
1587
1588 For older changes see ChangeLog-2008
1589 \f
1590 Local Variables:
1591 mode: change-log
1592 left-margin: 8
1593 fill-column: 74
1594 version-control: never
1595 End: