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