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