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