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