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