2009-06-09 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
fbeb56a4
DK
12009-06-08 Dave Korn <dave.korn.cygwin@gmail.com>
2
3 PR gas/977
4 * config/tc-i386.c (md_estimate_size_before_relax): Don't relax
5 branches to weak symbols.
6 (md_apply_fix): Don't convert fixes against weak symbols to
7 section-relative offsets, but save addend for later reloc emission.
8 (tc_gen_reloc): When emitting reloc against weak symbol, adjust
9 addend to pre-compensate for bfd_install_relocation.
10
26d1917c
AM
112009-06-04 Alan Modra <amodra@bigpond.net.au>
12
13 * dep-in.sed: Don't use \n in replacement part of s command.
14 * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
15 * Makefile.in: Regenerate.
16
d160e035
L
172009-06-01 H.J. Lu <hongjiu.lu@intel.com>
18
19 PR gas/10198
20 * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
21
ff239038
CM
222009-05-26 Catherine Moore <clm@codesourcery.com>
23
24 * config/tc-mips.c (check_for_24k_errata): Remove.
25 (md_mips_end): Remove call to check_for_24k_errata.
26 (start_noreorder): Likewise.
27 (s_change_sec): Likewise.
28 (s_change_section): Likewise.
29 (insns_between): Add 24k errata checks.
30 (append_insn): Remove declaration and references to nhdx_24k.
31 Remove calls to check_for_24k_errata.
32
f12e7348
NC
332009-05-26 Nick Clifton <nickc@redhat.com>
34
35 * po/id.po: Updated Indonesian translation.
36 * po/gas.pot: Updated template file.
37
f8f003f1
NC
382009-05-26 Nick Clifton <nickc@redhat.com>
39
40 PR 10143
41 * config/bfin-parse.y (error): Use "%s" as format string for error
42 message.
43
5de4cd13
AM
442009-05-26 Alan Modra <amodra@bigpond.net.au>
45
46 * dep-in.sed: Output one filename per line with all lines having
47 continuation backslash. Prefix first line with "A", following
48 lines with "B".
49 * Makefile.am (DEP): Don't use dep.sed here.
50 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
51 sort and uniq.
52 (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
53 Emit multi dependencies on one line.
54 * Makefile.in: Regenerate.
55
295fa3cf 562009-05-25 Tristan Gingold <gingold@adacore.com>
cb0e7c25
TG
57
58 * makefile.vms: New file to compile gas on VMS.
59
60 * configure.com: New file to do configuration on VMS with DCL.
61
65b02341
RS
622009-05-23 Richard Sandiford <rdsandiford@googlemail.com>
63
64 * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
65 (nops_for_insn): Likewise.
66
ad04f5ce
L
672009-05-22 H.J. Lu <hongjiu.lu@intel.com>
68
69 * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
70
c1e679ec
DR
712009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
72
73 * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
74 (build_modrm_byte): Remove DREX handling support.
75 (DREX_*): Delete.
76 (drex_byte): Delete.
77 (md_assemble): Remove DREX handling support.
78 (process_operands): Remove DREX, SSE5 support.
79 (i386_insn): Remove DREX.
80
2b3decb5
AM
812009-05-22 Alan Modra <amodra@bigpond.net.au>
82
83 * Makefile.am: Run "make dep-am".
84 * Makefile.in: Regenerate.
85
321098a5
L
862009-05-20 Kai Tietz <kai.tietz@onevision.com>
87 H.J. Lu <hongjiu.lu@intel.com>
88
89 * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
90 (TARGET_FORMAT): Removed for x86 pe-coff.
91 (COFF_TARGET_FORMAT): Likewise.
92
93 * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
94 (md_parse_option): Likewise.
95 (md_show_usage): Show option --32/--64 for x86 pe-coff.
96 (i386_target_format): Use also for x86 pe-coff.
97
98 * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
99 for x86 pe-coff.
100
b899d332
DD
1012009-05-19 DJ Delorie <dj@redhat.com>
102
103 * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
104 (mep_process_saved_insns): Remove debugging printfs.
105
c1711530
DK
1062009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
107
108 * NEWS: Mention new feature.
109 * config/obj-coff.c (obj_coff_common_parse): New function.
110 (obj_coff_comm): Likewise.
111 (coff_pseudo_table): Override default ".comm" definition on PE.
112 * doc/as.texinfo: Document new feature.
113
63ad59ae
KT
1142009-05-17 Kai Tietz <kai.tietz@onevision.com>
115
321098a5
L
116 * config/obj-coff.c (obj_coff_section): Add 'y' as
117 specifier for SEC_COFF_NOREAD section flag.
63ad59ae
KT
118 * doc/as.texinfo: Add documentation about .section flag 'y'.
119
77ca1325
DD
1202009-05-13 DJ Delorie <dj@redhat.com>
121
122 * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
123
42a68e18
AJ
1242009-05-13 Andrew Jenner <andrew@codesourcery.com>
125
126 * config/tc-arm.c: Move as.h to start of file.
127
267bf995
RR
1282009-05-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
129
84df6011 130 * config/tc-arm.h: Fix typo in comment.
267bf995
RR
131 (ARM_IS_FUNC): New macro.
132 (MD_APPLY_SYM_VALUE): Define.
133
84df6011 134 * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
267bf995
RR
135 all versions of EABI.
136 (relax_branch): Do not relax for branches to ARM functions.
137 (md_pcrel_from_section): Set up base correctly for
138 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
139 BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
140 BFD_RELOC_ARM_PCREL_CALL.
141 (md_apply_fix): Flip bl to blx where possible.
142 Flip blx to bl where possible.
143 (arm_force_relocation): Force relocations for
144 BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
145 BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
146 BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
147 BFD_RELOC_THUMB_PCREL_BRANCH25.
148 (arm_apply_sym_value): New function.
149
eb979bfb
TG
1502009-05-04 Tristan Gingold <gingold@adacore.com>
151
152 * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
153
45eb4c1b
NS
1542009-05-01 Nathan Sidwell <nathan@codesourcery.com>
155
156 * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
157 * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
158 * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
159 the default FPU from the processor.
160
00adf2d4
JB
1612009-05-01 Julian Brown <julian@codesourcery.com>
162
163 * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
164 (md_pcrel_from_section): Align address for BLX.
165 (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
166 BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
167
3526b680
DD
1682009-04-29 DJ Delorie <dj@redhat.com>
169
170 * config/tc-mep.c (md_begin): Check coprocessor type.
171 (md_check_parallel64_scheduling): Use memset to initialize the buffer.
172 (md_check_parallel32_scheduling): Likewise.
173 (slot_ok): New.
174 (mep_check_ivc2_scheduling): New.
175 (mep_check_parallel_scheduling): Call it.
176 (mep_process_saved_insns): Add IVC2 slot support.
177 (md_assemble): Likewise.
178
d8045f23
NC
1792009-04-30 Nick Clifton <nickc@redhat.com>
180
181 * config/obj-elf.c (obj_elf_type): Add support for a
182 gnu_indirect_function type.
183 * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
184 against indirect function symbols.
185 * doc/as.texinfo (.type): Document the support for the
186 gnu_indirect_function symbol type.
187 * NEWS: Mention the new feature.
188
92846e72
CC
1892009-04-24 Cary Coutant <ccoutant@google.com>
190
191 * NEWS: Add item about discriminator support.
192 * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
193 * dwarf2dbg.c (current): Add discriminator field.
194 (dwarf2_where): Copy discriminator value.
195 (dwarf2_consume_line_info): Set discriminator to 0.
196 (dwarf2_directive_loc): Process discriminator sub-op.
197 (out_leb128): New function.
198 (process_entries): Output DW_LNE_set_discriminator.
199 * doc/as.texinfo: Add discriminator operand to .loc directive.
92846e72 200
520725ea
NS
2012009-04-22 Nathan Sidwell <nathan@codesourcery.com>
202
203 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
204 as_bad calls to silence compiler warning.
205
7ac3eb25
L
2062009-04-21 H.J. Lu <hongjiu.lu@intel.com>
207
208 * config/tc-i386-intel.c (O_XXX): Reorder.
209
ee86248c
JB
2102009-04-20 Jan Beulich <jbeulich@novell.com>
211
212 * Makefile.am: Add explicit dependency of tc-i386.o on
213 tc-i386-intel.c.
214 * Makefile.in: Likewise.
215 * config/tc-i386.c (i386_finalize_immediate): Declare, broken
216 out from i386_immediate.
217 (i386_immediate): Slightly re-arrange, call
218 i386_finalize_immediate.
219 (i386_finalize_displacement): Declare, broken out from
220 i386_displacement.
221 (i386_displacement): Slightly re-arrange, call
222 i386_finalize_displacement.
223 (i386_intel_simplify, i386_intel_parse_name): Declare.
224 (this_operand): Initialize to -1.
225 (set_intel_syntax): Set expression rank for O_full_ptr.
226 (md_assemble): Set this_operand back to -1 after parsing
227 operands.
228 (x86_cons): Negate intel_syntax to indicate state. Call
229 i386_intel_simplify.
230 (md_operand): Convert if to switch. Handle '[' for Intel
231 syntax.
232 (i386_intel_operand): Delete, including all helper functions
233 and data.
234 * config/tc-i386-intel.c: New file, all new code.
235 * config/tc-i386.h (i386_operator): Declare.
236 (md_operator): Define to i386_operator.
237 (i386_need_index_operator): Declare.
238 (md_need_index_operator): Define to i386_need_index_operator.
239 (O_full_ptr): Define.
240
fcaed75e
JB
2412009-04-20 Jan Beulich <jbeulich@novell.com>
242
243 * expr.c (operand): Call md_need_index_operator() and
244 md_operator() if defined. Add unary label.
245 (operator): Call md_operator() if defined.
246 (expr): Adjust assertions on range and rank of op_left and
247 op_right. Don't abort on unhandled operators when reducing
248 expressions with both operands being constant.
249 (expr_set_rank): New.
250 * expr.h (expr_set_rank): Declare.
251
51a5d0aa 2522009-04-15 Anthony Green <green@moxielogic.com>
20135e4c
NC
253
254 * config/tc-moxie.h: New file.
255 * config/tc-moxie.c: New file.
256 * configure: Add support for moxie.
257 * configure.tgt: Add support for moxie.
258
d85733c8
JB
2592009-04-16 Jan Beulich <jbeulich@novell.com>
260
261 * expr.c: Include limits.h if available, and #define CHAR_BITS
262 otherwise.
263 (expr): Check range of shift count when evaluating a constant
264 expression.
265
d8a1b51e
JB
2662009-04-15 Jan Beulich <jbeulich@novell.com>
267
268 * config/tc-i386.c (process_operands): Print operands in
269 correct order depending on intel_syntax.
270
6a32d874
CM
2712009-04-09 Catherine Moore <clm@codesourcery.com>
272
273 * config/tc-mips.c (mips_fix_24k): Declare.
274 (check_for_24k_errata): New.
275 (mips_cleanup): Call check_for_24k_errata.
276 (start_noreorder): Likewise.
277 (md_mips_end): Likewise.
278 (s_change_sec): Likewise.
279 (s_change_section): Likewise.
280 (append_insn): Call check_for_24k_errata. Prevent
281 ERET/DERET instructions from being moved into delay
282 slots.
283 (OPTION_FIX_24K): New.
284 (OPTION_NO_FIX_24k) New.
285 (md_longopts): Add "mfix-24k" and "mno-fix-24k".
286 (md_parse_option): Handle fix-24k options.
287 (md_show_usage): Display fix-24k options.
288 * doc/c-mips.texi: Document.
6a32d874 289
6b6b3450
AN
2902009-04-09 Adam Nemet <anemet@caviumnetworks.com>
291
292 * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
293 instead of HAVE_64BIT_SYMBOLS.
294
4d28413b
DD
2952009-04-07 DJ Delorie <dj@redhat.com>
296
297 * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support.
298 (md_show_usage): Change default endian to little.
299 * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
300
bcb012d3
DD
3012009-04-06 DJ Delorie <dj@redhat.com>
302
303 * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
304 immediates.
305 (build_bytes): Pass insn to do_a_fix_imm.
306
5b19eaba
NC
3072009-04-02 Daniel Gutson <dgutson@codesourcery.com>
308
309 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
310 * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
311 Cortex-M1.
312
745435b6
MT
3132009-04-01 Matt Thomas <matt@netbsd.org>
314
315 * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
316 (md_assemble): emit symbol name when used as immediate in PIC mode.
317 (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
318
1ec520b7
SA
3192009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
320
321 * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
322
4343666d
RR
3232009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
324
325 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
326 (find_real_start): Likewise.
327 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
328
e7495e45
NS
3292009-04-01 Nathan Sidwell <nathan@codesourcery.com>
330
331 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
332 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
333 whenever possible.
334
42240548
PB
3352009-03-31 Peter Bergner <bergner@vnet.ibm.com>
336
337 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
338
adfd7328
DK
3392009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
340
341 * doc/internals.texi: Fix trivial syntax errors.
342
0cc9e1d3
AM
3432009-03-26 Alan Modra <amodra@bigpond.net.au>
344
345 PR 10005
346 * config/tc-i386.c (reloc): Don't abort on lack of required
347 reloc type.
348
41aacd83
L
3492009-03-25 H.J. Lu <hongjiu.lu@intel.com>
350
351 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
352 arch.
353
d67ffd56
L
3542009-03-23 H.J. Lu <hongjiu.lu@intel.com>
355
356 PR gas/9966
357 * listing.c (listing_newline): Properly handle `\\"' and ';'.
358
359 * read.c (is_end_of_line): Update comments for line separator.
360 (read_begin): Set line separator in is_end_of_line to 2.
361
b7cac25f
DM
3622009-03-19 David S. Miller <davem@davemloft.net>
363
364 * config/tc-sparc.c (md_parse_option): If the user gives
365 us '--64' make sure max_architecture is at least V9.
366
42e5fcbf
AS
3672009-03-18 Andrew Stubbs <ams@codesourcery.com>
368
369 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
370 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
371 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
372
8d25cc3d
AM
3732009-03-18 Alan Modra <amodra@bigpond.net.au>
374
375 * as.h: Include alloca-conf.h instead of config.h and remove
376 existing #if's handling alloca.
377 * Makefile.am: Run "make dep-am".
378 * Makefile.in: Regenerate.
379
8602d4fe
RS
3802009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
381
382 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
383 C_AIX_WEAKEXT too.
384
9f0eb232
RS
3852009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
386
387 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
388 "value" from fx_offset. Manually resubtract md_pcrel_from_section
389 where necessary.
390
e5231592
RS
3912009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
392
393 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
394 * configure.in: Likewise.
395 * configure: Regenerate.
396
a07dbd48
HPN
3972009-03-11 Hans-Peter Nilsson <hp@axis.com>
398
399 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
400 Rename, changing all callers, to...
401 (md_create_short_jump): Adjust head comment. Assert
402 word-sized-branch distance for v32. Bail out calling as_fatal for
403 compatibility mode here.
404 (md_create_long_jump): ...not here.
405 * config/tc-cris.h (md_create_short_jump): Do not define.
406
187af7df
HPN
4072009-03-10 Hans-Peter Nilsson <hp@axis.com>
408
409 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
410 the jump table for multiple overflowing entries with the same
411 target, handle base symbols being different.
412 (relax_segment) <case rs_broken_word, second loop>: Whenever a
413 single entry overflows, arrange to redirect all entries with the
414 same target.
415
69fe9ce5
AM
4162009-03-10 Alan Modra <amodra@bigpond.net.au>
417
418 * config/tc-ppc.c (parse_cpu): Delete.
419 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
420
f378cd83
L
4212009-03-09 H.J. Lu <hongjiu.lu@intel.com>
422
423 PR gas/9915
424 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
425 (LOCAL_LABELS_FB): Undefine befoe define.
426
d11fd249
NC
4272009-03-06 Nick Clifton <nickc@redhat.com>
428
429 * po/es.po: Updated Spanish translation.
430
cc3f603a
JM
4312009-03-05 Joseph Myers <joseph@codesourcery.com>
432
433 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
434 s_incbin): Call md_cons_align (1).
435
d9319cec
NC
4362009-03-04 Nick Clifton <nickc@redhat.com>
437
438 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
439 based targets.
440 (s_alpha_comm): Only define "temp" and "log_align" local variables
441 for EVAX targets.
442
727fc41e
AM
4432009-03-04 Alan Modra <amodra@bigpond.net.au>
444
445 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
446 have non-zero addend.
447 (md_assemble): Parse args of __tls_get_addr calls.
448 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
449
1c5c6c13
DA
4502009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
451
452 binutils/3807
453 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
454 local scope for ELF targets.
455
ed84b57b
AM
4562009-03-04 Alan Modra <amodra@bigpond.net.au>
457
458 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
459
198f1251
TG
4602009-03-03 Tristan Gingold <gingold@adacore.com>
461 Eric Botcazou <ebotcazou@adacore.com>
462 Douglas B Rupp <rupp@gnat.com>
463
464 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
465 for Alpha.
466 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
467 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
468 (OBJ_SYMFIELD_TYPE): Remove.
469 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
470 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
471 (tc_frob_file_before_fix): Do not defined on evax.
472 * config/tc-alpha.c: Always includes dwarf2dbg.h.
473 Include vms.h if OBJ_EVAX.
474 (struct alpha_fixup): Add xtrasym and procsym (evax only).
475 (enum alpha_macro_arg): Remove trailing comma.
476 (md_longopts): Add replace and noreplace arguments (evax only).
477 (alpha_evax_proc_hash): New variable.
478 (alpha_link_section): Make it global.
479 (alpha_ctors_section, alpha_dtors_section): Removed.
480 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
481 (alpha_lit8_section): Ifndef'ed on evax.
482 (alpha_lit8_symbol): Ditto.
483 (alpha_prologue_label): New variable.
484 (alpha_linkage_symbol): New variable (evax only).
485 (alpha_flag_replace): Ditto.
486 (struct alpha_evax_procs): Add handler and handler_data field.
487 (alpha_evax_proc): Now of type pointer.
488 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
489 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
490 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
491 (alpha_adjust_relocs): Ifndef'ed on evax.
492 (load_expression): Add opname argument.
493 Implement LDA/BSR optimization for evax.
494 (emit_lda): Adjust for new prototype of load_expression.
495 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
496 (emit_loadstore): Likewise.
497 (emit_ldXu): Likewise.
498 (emit_stX): Likewise.
499 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
500 (emit_ldgp): Avoid warning in evax case.
501 (add_to_link_pool): Make it static. Return symbolic expression rather
502 than number expression for the offset.
503 (s_alpha_text): Create .text symbol for evax if not already created.
504 (s_alpha_comm): Do not create specific section for common symbol.
505 Fill common area with zeros for evax.
506 (s_alpha_prologue): Create alpha_prologue_label.
507 (s_alpha_section_name): New function (evax).
508 (s_alpha_section_word): Likewise.
509 (section_name): New static variabke moved out from ...
510 (s_alpha_section): ... here. Create new sections on demand.
511 (s_alpha_literals): New function (evax).
512 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
513 alpha_evax_proc_hash table.
514 (s_alpha_handler): New function (evax).
515 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
516 (s_alpha_prologue): New function (evax).
517 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
518 handling of procedures with hash table.
519 Add support for condition handlers.
520 (s_alpha_linkage): Create linkage_fixup instance and chain it.
521 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
522 (s_alpha_mask): Likewise.
523 (s_alpha_fmask): Likewise.
524 (s_alpha_end): Clear alpha_evax_proc.
525 (s_alpha_align): Increase max_alignment to 16.
526 (alpha_print_token): Call print_expr_1 instead of print_expr.
ed84b57b 527 (md_pseudo_table): Add "section", "literals", "handler" and
198f1251
TG
528 "handler_data" (evax). Do not ignore "prologue" on evax.
529 Fix indentation.
530 (md_begin): Create hash table for alpha_evax_proc_hash.
531 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
532 (md_show_usage): Mention -replace/-noreplace for evax.
533 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
534 (alpha_force_relocation): Likewise.
535 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
536 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
537 (emit_insn): New cases for evax specific relocs.
538 (assemble_insn): Fix indentation.
539 Take care of -MDISP in operand table.
540 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
541 (OBJ_SYMFIELD_TYPE): New macro.
542 (obj_symbol_new_hook): Define.
543 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
544 (obj_frob_file_before_fix): Ditto.
545 (PDSC_S_M_HANDLER_VALID): New macro.
546 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
547 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
548 Add prototypes for functions declared in obj-evax.c
549 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
550 (s_evax_weak): Convert to ansi-C.
551 (evax_symbol_new_hook): New function.
552 (evax_frob_symbol): Ditto.
553 (evax_frob_file_before_adjust): Ditto.
554 (evax_frob_file_before_fix): Ditto.
555 (evax_shorten_name): Ditto.
556 (crc32): Ditto.
557 (encode_32): Ditto.
558 (encode_16): Ditto.
559 (decode_16): Ditto.
560 (shorten_identifier): Ditto.
561 (is_truncated_identifier): Ditto.
562 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
563 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
564 (main): Ditto.
565
a1f7ca36
AM
5662009-03-03 Alan Modra <amodra@bigpond.net.au>
567
568 * Makefile.am: Run "make dep-am".
569 * Makefile.in: Regenerate.
570
83cf10fd
NC
5712009-03-02 Nick Clifton <nickc@redhat.com>
572
573 PR 9874
574 * config/tc-ia64.c (fix_insn): Fix warning reported by
575 -Wformat-security.
576
c3b7224a
NC
5772009-03-02 Qinwei <qinwei@sunnorth.com.cn>
578
579 * config/tc-score7.c: New file.
580 * doc/c-score.texi: New file.
581 * Makefile.am: Update dependencies for tc-score.c.
582 * Makefile.in: Regenerate.
583 * NEWS: Mention support for Score7 architecture.
584 * config/tc-score.c: Add support for Score7 architecture.
585 * config/tc-score.h: Likewise.
586 * doc/Makefile.am: Add c-score.texi.
587 * doc/Makefile.in: Regenerate.
588 * doc/all.texi: Add Score7.
589 * doc/as.texinfo: Add Score7.
590
04e2c417
MM
5912009-03-01 Mark Mitchell <mark@codesourcery.com>
592
593 * config/tc-arm.c (md_assemble): Allow barrier instructions on
594 ARMv6-M cores.
595
58e24671
RW
5962009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
597
598 * configure: Regenerate.
599
066be9f7
PB
6002009-02-26 Peter Bergner <bergner@vnet.ibm.com>
601
602 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
603 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
604 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
605
784788d2
L
6062009-02-25 H.J. Lu <hongjiu.lu@intel.com>
607
608 * config/tc-i386.c (fits_in_imm4): Removed.
609
91c2f09e
DA
6102009-02-24 Helge Deller <deller@gmx.de>
611
dfaf9df8 612 * config/tc-hppa.c (pa_ip): Add check of immediate values.
91c2f09e
DA
613 (SAVE_IMMEDIATE): New define.
614
94206790
MM
6152009-02-23 Mark Mitchell <mark@codesourcery.com>
616
617 * config/tc-arm.c (warn_deprecated_sp): New macro.
618 (do_t_mov_cmp): Permit R13 as the second
619 argument to "cmp.n".
620
0349dc08
L
6212009-02-23 H.J. Lu <hongjiu.lu@intel.com>
622
623 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
624 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
625
c1b80a2a
L
6262009-02-23 H.J. Lu <hongjiu.lu@intel.com>
627
628 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
629
4c664d7b
L
6302009-02-23 H.J. Lu <hongjiu.lu@intel.com>
631
632 * config/tc-i386.c (vex_imm4): Removed.
633 (VEX_check_operands): Likewise.
634 (match_template): Updated.
635
11c19e16
MS
6362009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
637
638 * doc/all.texi: Set S390.
639 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
640 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
641 * doc/Makefile.in: Likewise.
642 * doc/c-s390.texi: New.
643
87298967
NS
6442009-02-12 Nathan Sidwell <nathan@codesourcery.com>
645
646 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
647 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
648 (mcf5307_ctrl): Add VBR.
649 (no_mac): New variable.
650 (m68k_extensions): Refer to no_mac mask.
651 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
652 52252..52259, 53011..53017.
653 (m68k_ip): Process CPUCR.
654 (init_table): Add cpucr entry.
655 (m68k_set_extension): Allow negated mask to refer to a variable.
656 (md_show_usage): Use '%s' to silence fprintf warning.
657 * config/m68k-parse.h (CPUCR): New control register.
658
ee2c9aa9
NS
6592009-02-10 Nathan Sidwell <nathan@codesourcery.com>
660
661 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
662 as_bad calls to silence compiler warning.
663
8dc2430f
NC
6642009-02-06 Nick Clifton <nickc@redhat.com>
665
666 PR 9814
667 * config/tc-arm.c (MODE_RECORDED): New define.
668 (output_inst): Record the thumb_mode in the current frag.
669 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
670 (arm_init_frag): Only set the tc_frag_data field if it has not
671 already been set.
672
ce2f5b3c
L
6732009-02-04 H.J. Lu <hongjiu.lu@intel.com>
674
675 AVX Programming Reference (January, 2009)
676 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
677 (CPU_FLAGS_AVX_MATCH): Updated.
678 (CPU_FLAGS_32BIT_MATCH): Likewise.
679 (cpu_flags_match): Likewise.
680
52b6b6b9
JM
6812009-02-03 Sandip Matte <sandip@rmicorp.com>
682
683 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
684 M_MSGWAIT and M_MSGWAIT_T.
685 (mips_cpu_info_table): Add XLR entry.
686 * doc/c-mips.texi (-march): Document xlr.
687
e94345ae 6882009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
a53fddce
EW
689
690 * config/tc-avr.c (mcu_types): Add ata6289.
691 * doc/c-avr.texi: Likewise.
692
31dd3154
JM
6932009-02-03 Carlos O'Donell <carlos@codesourcery.com>
694
695 * configure.in: AC_SUBST pdfdir.
696 * Makefile.am: Add install-pdf, install-pdf-am,
697 and install-pdf-recursive targets.
698 * doc/Makefile.am: Define pdf__strip_dir. Add
699 install-pdf and install-pdf-am targets.
700 * po/Make-in: Add install-pdf target.
701 * configure: Regenerate.
702 * Makefile.in: Regenerate.
703 * doc/Makefile.in: Regenerate.
704
cf869cce
NC
7052009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
706
707 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
708 relocations.
709 * config/m68k-parse.y (yylex): Parse TLS relocations.
710 * config/tc-m68k.c (m68k_elf_cons): New static function.
711 (md_pseudo_table): Use it.
712 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
713 relocations.
714 (md_apply_fix): Fix to set thread local flag.
715 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
716
bb0a86e1
NC
7172009-02-03 Vince Weaver <vince@csl.cornell.edu>
718
719 PR 9779
720 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
721 indexed addressing for symbolic expressions.
722
fdfde340
JM
7232009-01-29 Mark Mitchell <mark@codesourcery.com>
724
725 * config/tc-arm.c (BAD_SP): Define.
726 (s_arm_unwind_fnstart): Use REG_SP.
727 (s_arm_unwind_setfp): Likewise.
728 (reject_bad_reg): New macro.
729 (do_co_reg): Check for bad registers.
730 (do_co_reg2c): Likewise.
731 (do_srs): Use REG_SP.
732 (do_t_add_sub): Check for bad registers.
733 (do_t_adr): Likewise.
734 (do_t_arit3): Likewise.
735 (do_t_arit3c): Likewise.
736 (do_t_bfc): Likewise.
737 (do_t_bfi): Likewise.
738 (do_t_bfx): Likewise.
739 (do_t_blx): Likewise.
740 (do_t_bx): Likewise.
741 (do_t_bxj): Likewise.
742 (do_t_clz): Likewise.
743 (do_t_div): Likewise.
744 (do_t_mla): Likewise.
745 (do_t_mlal): Likewise.
746 (do_t_mov_cmp): Likewise.
747 (do_t_mov16): Likewise.
748 (do_t_mvn_tst): Likewise.
749 (do_t_mrs): Likewise.
750 (do_t_msr): Likewise.
751 (do_t_mul): Likewise.
752 (do_t_mull): Likewise.
753 (do_t_orn): Likewise.
754 (do_t_pkhbt): Likewise.
755 (do_t_pld): Likewise.
756 (do_t_rbit): Likewise.
757 (do_t_rev): Likewise.
758 (do_t_rrx): Likewise.
759 (do_t_rsb): Likewise.
760 (do_t_shift): Likewise.
761 (do_t_simd): Likewise.
762 (do_t_ssat): Likewise.
763 (do_t_ssat16): Likewise.
764 (do_t_sxtah): Likewise.
765 (do_t_sxth): Likewise.
766 (do_t_tb): Likewise.
767 (do_t_usat): Likewise.
768 (do_t_usat16): Likewise.
769 (nysn_insert_sp): Use REG_SP.
770
1c444d06
JM
7712009-01-29 Mark Mitchell <mark@codesourcery.com>
772
773 * config/tc-arm.c (do_t_orn): New function.
774 (do_t_rrx): Likewise.
775 (insns): Add orn and rrx.
776
4f80ef3e
JM
7772009-01-29 Mark Mitchell <mark@codesourcery.com>
778
779 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
ed84b57b 780 uasx, uhasx, uhsx, uqasx, uqsax, usax.
4f80ef3e 781
087b80de
JM
7822009-01-29 Mark Mitchell <mark@codesourcery.com>
783
784 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
785 qdsub in Thumb-2 mode.
786
17828f45 7872009-01-29 Paul Brook <paul@codesourcery.com>
321098a5 788 Mark Mitchell <mark@codesourcery.com>
17828f45
JM
789
790 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
791 of MUL when possible.
792
ec0c103c
NC
7932009-01-29 Nick Clifton <nickc@redhat.com>
794
795 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
796
4a6bc624
NS
7972009-01-29 Nathan Sidwell <nathan@codesourcery.com>
798 Catherine Moore <clm@codesourcery.com?
799
800 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
801 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
802 directives.
803
23fce1e3
NC
8042009-01-27 Nick Clifton <nickc@redhat.com>
805
806 * config/tc-mips.c (append_insn): Cope with a complex reloc
807 sequence containing an unsupported reloc type.
808 (enum options): Replace computed #define's constants for option
809 numbers with this enum.
810 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
811 environment.
812 (md_parse_option): Allow -32 in a non-ELF environment.
813
ee3c0378
AS
8142009-01-26 Andrew Stubbs <ams@codesourcery.com>
815
816 * config/tc-arm.c (attributes_set_explicitly): New array.
817 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
818 (cpu_arch): Add ARM_ARCH_V5T.
819 (aeabi_set_attribute_int): New function.
820 (aeabi_set_attribute_string): New function.
821 (aeabi_set_public_attributes): Set attributes according to the user's
822 intentions, rather than the actual state of the binary.
823 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
824 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
825 Support WMMXv2. Use attribute names instead of numbers.
826 * read.c (s_vendor_attribute): Change return type to int.
827 Return the tag number that was set.
828 * read.h (s_vendor_attribute): Change return type to int.
829
17f4880d
EW
8302009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
831
832 PR 9789
833 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
834 * doc/c-avr.texi: Likewise.
835
278df34e
NS
8362009-01-23 Nathan Sidwell <nathan@codesourcery.com>
837
838 * doc/c-arm.texi (): Document -mwarn-deprecated.
839 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
840 (warn_on_deprecated): ... this.
841 (opcode_lookup, md_assemble): Check it before warning.
842 (arm_opts): Add m[no-]warn-deprecated.
843 (md_parse_option): Replace WARN_DEPRECATED with
844 warn_on_deprecated.
845
199114c2
AS
8462009-01-23 Andreas Schwab <schwab@suse.de>
847
750bdd57
AS
848 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
849 arguments to macro_build to match format.
850
199114c2
AS
851 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
852 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
853
d3bf77be
NC
8542009-01-19 Nick Clifton <nickc@redhat.com>
855
856 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
857 ELF format ARM targets.
858 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
859
8602009-01-19 Nick Clifton <nickc@redhat.com>
861
862 * configure.tgt: Restore alpha sorting to object format switch
863 statement.
864
2d0bb761
AS
8652009-01-19 Andrew Stubbs <ams@codesourcery.com>
866
867 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
868
3493e7b0
JM
8692009-01-16 Mark Shinwell <shinwell@codesourcery.com>
870
871 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
872 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
873
e04befd0
AS
8742009-01-16 Andrew Stubbs <ams@codesourcery.com>
875 Daniel Jacobowitz <dan@codesourcery.com>
876
877 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
878 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
879 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
880 * read.c (s_vendor_attribute): Add support for symbolic tag names.
881 Improve string parser.
882 * doc/c-arm.texi (ARM Machine Directives): Document
883 .eabi_attribute symbolic tag names.
884
29670fb9
AM
8852009-01-16 Alan Modra <amodra@bigpond.net.au>
886
887 * configure.in (commonbfdlib): Delete.
888 * configure: Regenerate.
889 * po/POTFILES.in: Regenerate.
890
91e22acd
AS
8912009-01-15 Andrew Stubbs <ams@codesourcery.com>
892 Julian Brown <julian@codesourcery.com>
893
894 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
895
7b86a9fa
AS
8962009-01-15 Andrew Stubbs <ams@codesourcery.com>
897
898 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
899 bfd_elf_add_obj_attr_int_string.
900
01e1a5bc
NC
9012009-01-15 Douglas B Rupp <rupp@gnat.com>
902
903 * configure.tgt(ia64-*-*vms*): New target.
904 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
905 * tc.h (md_number_to_chars): Declare iff undefined.
906 * config/obj-elf.c (obj_elf_change_section): Change type of arg
907 attr to bfd_vma.
908 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
909 variables attr, md_attr to bfd_vma.
910 (obj_elf_section_word): Likewise.
911 (obj_elf_section): Change type of variable attr to bfd_vma
912 * config/obj-elf.h (obj_elf_change_section): Change type of arg
913 attr to bfd_vma.
914 * config/tc-ia64.c (bfdver.h,time.h): Include.
915 (ia64_elf_section_letter): Now returns a bfd_vma.
916 Handle VMS specific attributes.
917 (ia64_elf_section_flags): Arg attr now a bfd_vma.
918 (ia64_init): Don't turn on dependency checking for VMS.
919 (ia64_target_format): Check for VMS flag bit.
920 (do_alias): Hande decc$ functions.
921 (get_vms_time): New function.
922 (ia64_vms_note): New function.
923 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
924 (ia64_elf_section_flags): Arg attr now a bfd_vma.
925 (tc_init_after_args): Define for VMS.
926 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
927 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
928 * config/tc-alpha.h: Likewise.
929 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
930 (x86_64_section_word): Return a bfd_vma.
931 * config/tc-i386.h: Likewise.
932 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
933 attr to bfd_vma.
934 * config/tc-ip2k.h: Likewise.
935 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
936 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
937 * config/tc-mep.h: Likewise.
938 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
939 (ppc_section_word): Return a bfd_vma.
940 (ppc_section_flags): Change type of arg attr to bfd_vma.
941 * config/tc-ppc.h: Likewise.
942 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
943 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
750bdd57
AS
944 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
945 New file with new macros
946 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
947 macros.
01e1a5bc 948
bc2d1808
NC
9492009-01-15 Nick Clifton <nickc@redhat.com>
950
951 PR 9722
952 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
953 instructions before generating a Thumb2 nop.
954
7b6598a4 9552009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
750bdd57 956
7b6598a4
AK
957 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
958
cd4a7468
AM
9592009-01-12 Alan Modra <amodra@bigpond.net.au>
960
961 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
962 (brinfo): New var.
963 (md_assemble): Poke brinfo into branch instructions.
964 (spu_brinfo): New function.
965 (md_apply_fix): Don't assume insn fields start off at zero, mask
966 them to remove possible brinfo.
967
1543849b
L
9682009-01-10 H.J. Lu <hongjiu.lu@intel.com>
969
970 * doc/c-i386.texi: Reformat.
971
bd5295b2
L
9722009-01-10 H.J. Lu <hongjiu.lu@intel.com>
973
dfaf9df8 974 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
bd5295b2
L
975 .syscall.
976 (i386_align_code): Handle PROCESSOR_COREI7.
977 (md_show_usage): Add corei7, clflush and syscall.
978 (i386_target_format): Replace cpup4 with cpuclflush.
979
dfaf9df8 980 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
bd5295b2
L
981
982 * doc/c-i386.texi: Document corei7, clflush and syscall.
983
1b7f3fb0
L
9842009-01-09 H.J. Lu <hongjiu.lu@intel.com>
985
986 * config/tc-i386.c (cpu_arch): Add .rdtscp.
987 (md_show_usage): Display rdtscp.
988
989 * doc/c-i386.texi: Document rdtscp.
990
1cb0a767
PB
9912009-01-09 Peter Bergner <bergner@vnet.ibm.com>
992
993 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
994 Test the new "deprecated" opcode field.
995
19fc3723
SA
9962009-01-07 Sterling Augustine <sterling@tensilica.com>
997
998 * config/tc-xtensa.c (produce_flix): New.
999 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
1000 (md_longopts): Add support for them.
1001 (md_parse_option): Likewise.
1002 (md_show_usage): Add help message.
1003 (finish_vinsn): Don't allow multi-slot flix when produce_flix
1004 option is set to FLIX_NONE.
1005 * config/xtensa-relax.c (transition_applies): Only relax to
1006 flix branches when produce_flix equals FLIX_ALL.
1007 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
1008 FLIX_NONE): New.
1009 (produce_flix): Declare.
1010
24864476
CF
10112009-01-06 Chao-ying Fu <fu@mips.com>
1012
1013 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
1014 Use strncmp to match jalr and jalr.hb.
1015 Fix a typo.
1016
0bfee649 10172009-01-05 H.J. Lu <hongjiu.lu@intel.com>
d62f07d0 1018
0bfee649
L
1019 AVX Programming Reference (December, 2008)
1020 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
1021 support. Don't swap REG and NDS for FMA.
d62f07d0 1022
750bdd57 10232009-01-02 Matthias Klose <doko@ubuntu.com>
e7c604dd 1024
750bdd57
AS
1025 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
1026 behaviour.
e7c604dd 1027
0bfee649 1028For older changes see ChangeLog-2008
08d56133
NC
1029\f
1030Local Variables:
1031mode: change-log
1032left-margin: 8
1033fill-column: 74
1034version-control: never
1035End:
This page took 0.62105 seconds and 4 git commands to generate.