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