]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/ChangeLog
gas/
[thirdparty/binutils-gdb.git] / gas / ChangeLog
1 2011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * config/tc-mips.c (insn_uses_reg): Delete.
4 (gpr_read_mask, gpr_write_mask): New functions.
5 (fpr_read_mask, fpr_write_mask): Likewise.
6 (insns_between, nops_for_vr4130, append_insn): Use them.
7
8 2011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
9
10 * config/tc-mips.c (fix_24k_record_store_info): If the previous
11 instruction was a store, and the next instructions are unknown,
12 assume the worst.
13
14 2011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
15
16 PR gas/12915
17 * config/tc-mips.c (nops_for_vr4130, nops_for_24k, nops_for_insn)
18 (nops_for_sequence, nops_for_insn_or_target): Add ignore parameters.
19 (mips_emit_delays, start_noreorder): Update accordingly.
20 (append_insn): Likewise. Revert original fix for this PR
21 and use the ignore parameter instead.
22
23 2011-06-24 Tristan Gingold <gingold@adacore.com>
24
25 PR gas/11625
26 * config/obj-evax.c (evax_frob_symbol): Use as_bad instead of abort.
27
28 2011-06-24 Tristan Gingold <gingold@adacore.com>
29
30 * config/tc-alpha.c (add_to_link_pool): Remove useless offset
31 variable. Fix style.
32
33 2011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
34
35 PR gas/12915
36 * config/tc-mips.c (append_insn): Only consider hazards between the
37 pre-noreorder block and ip.
38
39 2011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
40
41 * config/tc-arm.c (vfp_conv): Add check on range of immediate operand
42 in vcvt instruction between floating-point and fixed-point.
43 (operand_parse_code): Add "OP_oI32z".
44 (parse_operands): OP_oI32z case added.
45
46 2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
47
48 * configure.tgt: Revert x32 change.
49
50 2011-06-20 Nick Clifton <nickc@redhat.com>
51
52 * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
53 * doc/Makefile.in: Regenerate.
54 * doc/all.texi: Set XSTORMY16.
55 * doc/c-xstormy16.texi: New file.
56
57 2011-06-19 H.J. Lu <hongjiu.lu@intel.com>
58
59 * configure.tgt: Support x32.
60
61 2011-06-15 Nick Clifton <nickc@redhat.com>
62
63 * NEWS: Mention addition of TILEPRO and TIKE-Gx support.
64
65 2011-06-14 Tristan Gingold <gingold@adacore.com>
66
67 * config/tc-ppc.h (struct ppc_tc_sy): Complete comment on within.
68 (tc_new_dot_label): Define.
69 (ppc_new_dot_label): Declare.
70 * config/tc-ppc.c (ppc_frob_label): Set within target field.
71 (ppc_fix_adjustable): Use this field to adjust the reloc.
72 (ppc_new_dot_label): New function.
73
74 2011-06-14 Alan Modra <amodra@gmail.com>
75
76 * po/POTFILES.in: Regenerate.
77
78 2011-06-13 Walter Lee <walt@tilera.com>
79
80 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tilegx.c and
81 config/tc-tilepro.c.
82 (TARGET_CPU_HFILES): Add config/tc-tilegx.h and
83 config/tc-tilepro.h.
84 * Makefile.in: Regenerate.
85 * configure.tgt (tilepro-*-*): New.
86 (tilegx-*-*): Likewise.
87 * config/tc-tilegx.c: New file.
88 * config/tc-tilegx.h: Likewise.
89 * config/tc-tilepro.h: Likewise.
90 * config/tc-tilepro.c: Likewise.
91 * doc/Makefile.am (CPU_DOCS): Add c-tilegx.texi and
92 c-tilepro.texi.
93 * doc/Makefile.in: Regenerate.
94 * doc/all.texi (TILEGX): Define.
95 (TILEPRO): Define.
96 * doc/as.texinfo: Add Tile-Gx and TILEPro documentation. Include
97 c-tilegx.texi and c-tilepro.texi.
98 * doc/c-tilegx.texi: New.
99 * doc/c-tilepro.texi: New.
100
101 2011-06-13 Nick Clifton <nickc@redhat.com>
102
103 PR gas/12854
104 * config/tc-arm.c (do_shift): Do not allow shift operations at the
105 end of a register based shift insn.
106 (do_t_shift): Likewise.
107
108 2011-06-13 Nick Clifton <nickc@redhat.com>
109
110 * config/tc-score.c (s3_my_get_expression): Delete unused local
111 variable 'seg'.
112 (s3_do_ldst_insn): Delete unused local variable 'strbak'.
113 (s3_do16_ldst_insn): Delete unused local variable 'temp'.
114 (s3_do_macro_bcmp): Zero inst_expand array.
115 (s3_do_macro_bcmpz): Likewise.
116 (s3_s_score_end): Delete unused local variable 'dot'.
117 (s3_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
118 * config/tc-score7.c (s7_my_get_expression): Delete unused local
119 variable 'seg'.
120 (s7_do_ldst_insn): Delete unused local variable 'strbak'.
121 (s7_b32_relax_to_b16): Delete unused local variables 'r_old' and
122 'r_new'.
123 (s7_s_score_end): Delete unused local variable 'dot'.
124 (s7_relax_frag): Delete unused local variable 'relax_size'.
125 (s7_gen_reloc): Delete unused local variables 'f', 's', and 'e'.
126
127 2011-06-10 H.J. Lu <hongjiu.lu@intel.com>
128
129 AVX Programming Reference (June, 2011)
130 * config/tc-i386.c (i386_error): Add invalid_vsib_address and
131 unsupported_vector_index_register.
132 (cpu_arch): Add .avx2, .bmi2, .lzcnt and .invpcid.
133 (check_VecOperands): New.
134 (match_template): Call check_VecOperands. Handle
135 invalid_vsib_address and unsupported_vector_index_register.
136 (build_modrm_byte): Support VecSIB. Check register-only source
137 operand when two source operands are swapped.
138 (i386_index_check): Allow Xmm/Ymm index registers.
139
140 * doc/c-i386.texi: Document avx2/.avx2, bmi2/.bmi2, lzcnt/.lzcnt
141 and invpcid./invpcid.
142
143 2011-06-09 Nick Clifton <nickc@redhat.com>
144
145 PR gas/12861
146 * config/tc-cr16.c (tc_gen_reloc): Remove unused local variable
147 code.
148 (check_cinv_options): Remove unused local variables. Make
149 function void.
150 (md_assemble): Remove unused local variable.
151
152 2011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
153
154 * config/tc-arm.c (do_ldrd): Warn in unpredictable cases.
155
156 2011-06-03 Arnaud Patard <arnaud.patard@rtp-net.org>
157
158 PR gas/12698
159 * config/tc-arm.c (parse_psr): Set m_profile to false when
160 assembling for any architecture.
161
162 2011-06-02 Jie Zhang jie@codesourcery.com
163 Nathan Sidwell nathan@codesourcery.com
164
165 * config/tc-arm.c (parse_address_main): Handle -0 offsets.
166 (encode_arm_addr_mode_2): Set default sign of zero here ...
167 (encode_arm_addr_mode_3): ... and here.
168 (encode_arm_cp_address): ... and here.
169 (md_apply_fix): Use default sign of zero here.
170
171 2011-06-02 Nick Clifton <nickc@redhat.com>
172
173 * as.c: Fix spelling typo.
174 * read.c: Likewise.
175 * config/tc-ppc.c: Likewise.
176 * po/gas.pit: Regenerate.
177
178 2011-05-31 Paul Brook <paul@codesourcery.com>
179
180 * config/tc-arm.c (arm_cpus): Add Cortex-R5.
181 (arm_extensions): Allow idiv on ARMv7-R.
182 * doc/c-arm.text: Update idiv extension restrictions.
183
184 2011-05-31 Paul Brook <paul@codesourcery.com>
185
186 * config/tc-arm.c (arm_force_relocation): Resolve all pc-relative
187 loads.
188
189 2011-05-31 Paul Brook <paul@codesourcery.com>
190
191 * config/tc-arm.c (do_t_branch): Avoid relaxing branches to constant
192 addresses.
193
194 2011-05-31 Paul Brook <paul@codesourcery.com>
195 Nathan Sidwell <nathan@codesourcery.com>
196
197 * config/tc-arm.c (fix_new_arm): Create an absolute symbol for
198 pc-relative fixes to constants.
199 * config/tc-arm.h (TC_FORCE_RELOCATATION_ABS): Define.
200
201 2011-05-27 Nick Clifton <nickc@redhat.com>
202
203 * config/tc-s390.c (md_begin): Remove unused variable dup_insn.
204
205 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
206
207 * config/tc-s390.c (md_gather_operands): Fix check for floating
208 register pair operands.
209
210 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
211
212 * config/tc-s390.c (md_gather_operands): Emit an error for odd
213 numbered registers used as register pair operand.
214
215 2011-05-23 Nick Clifton <nickc@redhat.com>
216
217 * config/tc-v850.h (TC_FX_SIZE_SLACK): Define.
218
219 2011-05-20 Bernd Schmidt <bernds@codesourcery.com>
220
221 * config/tc-tic6x.c (tic6x_operators): Add "pcr_offset".
222 (tic6x_parse_name): Handle it.
223 (tic6x_fix_new_exp): Handle O_pcr_offset.
224 (tic6x_fix_adjustable): Return 0 for the new relocs.
225 (md_apply_fix): Handle them.
226 (tc_gen_reloc): Likewise.
227 * config/tc-tic6x.h (tic6x_fix_info): Add a fix_subsy member.
228
229 2011-05-18 Nick Clifton <nickc@redhat.com>
230
231 PR gas/12754
232 * config/tc-tic30.c (ordinal_names): Allow translation of the
233 ordinal names.
234
235 2011-05-18 Nick Clifton <nickc@redhat.com>
236
237 * config/tc-arm.c (s_unreq): Reword warning message to make it
238 easier to translate.
239 * config/tc-ia64.c (md_show_usage): Add note for translators.
240 * configure.in (ALL_LINGUAS): Add "fi".
241 * configure: Regenerate.
242
243 2011-05-18 Tristan Gingold <gingold@adacore.com>
244
245 * config/tc-ppc.h (ppc_tc_sy): Reorder fields.
246 Put size into an union with dw.
247 (OBJ_COPY_SYMBOL_ATTRIBUTES): Adjust.
248 (ppc_xcoff_end): Declare.
249 (md_end): Define.
250 * config/tc-ppc.c: Add includes for xcoff.
251 (ppc_dwsect): New function.
252 (md_pseudo_table): Add dwsect.
253 (struct dw_subsection): New.
254 (dw_sections): New.
255 (ppc_change_debug_section): New function.
256 (ppc_xcoff_end): Ditto.
257 (ppc_function): Adjust for ppc_tc_sy.
258 (ppc_symbol_new_hook): Ditto.
259 (ppc_frob_symbol): Ditto.
260 (ppc_frob_section): Do not set vma for debug sections.
261 (ppc_fix_adjustable): Return true for debug sections.
262 * config/obj-coff.c: Add includes for xcoff.
263 (coff_frob_section): Handle dwarf section.
264
265 2011-05-17 Nick Clifton <nickc@redhat.com>
266
267 * po/fi.po: New Finnish translation.
268 * po/fr.po: Updated French translation.
269
270 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.
271 * config/tc-mt.c (md_assemble): Fix typos in warning messages.
272 * cond.c (s_else): Fix typos in error messages.
273 * config/tc-pj.c (md_assemble): Fix typo in error message.
274
275 2011-05-16 Hans-Peter Nilsson <hp@axis.com>
276
277 * config/tc-cris.c (md_parse_option) <OPTION_PIC>: Error if not
278 emitting ELF object.
279 (md_show_usage): Only mention --pic if the assembler can generate
280 ELF objects.
281 * doc/c-cris.texi (CRIS-Opt): Mention that generating ELF is a
282 prerequisite for --pic being a valid option.
283
284 2011-05-13 Frederic Marchal <fmarchal@perso.be>
285
286 PR gas/12755
287 * config/tc-v850.c (parse_register_list): Correct error string.
288
289 2011-05-12 Quentin Neill <quentin.neill@amd.com>
290
291 * config/tc-i386.c (cpu_arch): Rename PROCESSOR_BDVER1 to PROCESSOR_BD.
292 (i386_align_code): Ditto
293
294 2011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
295
296 PR gas/12715
297 * config/tc-arm.c (parse_big_immediate): Fix parsing of 64-bit
298 immediates on 32-bit hosts.
299
300 2011-05-10 Quentin Neill <quentin.neill@amd.com>
301
302 * config/tc-i386.c (cpu_arch): Add bdver2 and rename
303 PROCESSOR_BDVER1 to PROCESSOR_BDVER.
304 (i386_align_code): Rename PROCESSOR_BDVER1.
305 (processor_type): Ditto.
306 * doc/c-i386.texi: Add bdver2.
307
308 2011-05-10 Alan Modra <amodra@gmail.com>
309
310 * dw2gencfi.c (tc_cfi_endproc): Avoid "set but not used" error.
311
312 2011-05-09 Paul Brook <paul@codesourcery.com>
313
314 * config/tc-tic6x.c (streq): Define.
315 (tic6x_get_unwind): New.
316 (s_tic6x_cantunwind, s_tic6x_handlerdata, s_tic6x_endp,
317 s_tic6x_personalityindex, s_tic6x_personality): New functions.
318 (md_pseudo_table): Add "endp", "handlerdata", "personalityindex",
319 "personality" and "cantunwind".
320 (tic6x_regname_to_dw2regnum, tic6x_frame_initial_instructions,
321 tic6x_start_unwind_section, tic6x_unwind_frame_regs,
322 tic6x_pop_rts_offset_little, tic6x_pop_rts_offset_big,
323 tic6x_unwind_reg_from_dwarf, tic6x_flush_unwind_word,
324 tic6x_unwind_byte, tic6x_unwind_2byte, tic6x_unwind_uleb,
325 tic6x_cfi_startproc, output_exidx_entry, tic6x_output_unwinding,
326 tic6x_cfi_endproc): New.
327 * config/tc-tic6x.h (TIC6X_NUM_UNWIND_REGS): Define.
328 (tic6x_unwind_info): New.
329 (tic6x_segment_info_type): Add marked_pr_dependency, unwind and
330 text_unwind.
331 (TARGET_USE_CFIPOP, tc_regname_to_dw2regnum,
332 tc_cfi_frame_initial_instructions, DWARF2_DEFAULT_RETURN_COLUMN,
333 DWARF2_CIE_DATA_ALIGNMENT, tc_cfi_startproc, tc_cfi_endproc,
334 tc_cfi_section_name): Define.
335 * doc/c-tic6x.texi: Document new unwinding directives.
336 * dw2gencfi.c (tc_cfi_startproc, tc_cfi_endproc): Add default
337 definitions.
338 (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset, CFI_return_column,
339 CFI_rel_offset, CFI_escape, CFI_signal_frame, CFI_val_encoded_addr):
340 Move to dw2gencfi.h.
341 (CFI_EMIT_target): Define.
342 (dot_cfi_sections): Check tc_cfi_section_name.
343 (dot_cfi_startproc): Use tc_cfi_startproc.
344 (dot_cfi_endproc): Use tc_cfi_endproc.
345 * dw2gencfi.h (cfi_insn_data, fde_entry, CFI_adjust_cfa_offset,
346 CFI_return_column, CFI_rel_offset, CFI_escape, CFI_signal_frame,
347 CFI_val_encoded_addr): Move to here from dw2gencfi.c.
348
349 2011-05-07 Alan Modra <amodra@gmail.com>
350
351 * dw2gencfi.c (CUR_SEG, SET_CUR_SEG, HANDLED, SET_HANDLED): Define.
352 Use throughout in place of #if SUPPORT_FRAME_LINKONCE.
353 (struct fde_entry): Rename cseg to cur_seg.
354 (cfi_change_reg_numbers): Remove ATTRIBUTE_UNUSED.
355 (get_cfi_seg): Likewise. Use if (SUPPORT_FRAME_LINKONCE) rather
356 that #if SUPPORT_FRAME_LINKONCE.
357 (cfi_finish): Likewise.
358
359 2011-05-06 Tristan Gingold <gingold@adacore.com>
360
361 * read.c (s_comm_internal): Remove code for OBJ_VMS.
362 (s_data): Ditto.
363 (s_text): Ditto.
364 * write.c (write_object_file): Ditto.
365 * symbols.c (define_sym_at_dot): Ditto.
366 (colon): Ditto.
367
368 2011-05-05 Alan Modra <amodra@gmail.com>
369
370 * dw2gencfi.c (SUPPORT_FRAME_LINKONCE): Define. Use throughout
371 file to conditionally compile code added 2011-04-26.
372 (cfi_change_reg_numbers): Add ATTRIBUTE_UNUSED on params only used
373 when SUPPORT_FRAME_LINKONCE.
374 (get_cfi_seg): Likewise. Reintroduce old code for when not
375 SUPPORT_FRAME_LINKONCE.
376 (cfi_finish): Move get_cfi_seg calls out of loop when not
377 SUPPORT_FRAME_LINKONCE. Avoid unused var warning.
378
379 2011-05-03 Paul Brook <paul@codesourcery.com>
380
381 * config/tc-tic6x.c (s_ehtype): New function.
382 (md_pseudo_table): Add "ehtype".
383 (tic6x_fix_adjustable, md_apply_fix): BFD_RELOC_C6000_EHTYPE.
384 * doc/c-tic6x.texi: Document .ehtype directive.
385
386 2011-04-26 Kai Tietz <ktietz@redhat.com>
387
388 * dw2gencfi.c (dwcfi_seg_list): New struct.
389 (dwcfi_hash): New static hash variable.
390 (get_debugseg_name): New.
391 (alloc_debugseg_item): New.
392 (make_debug_seg): New.
393 (dwcfi_hash_insert): New.
394 (dwcfi_hash_find): New.
395 (dwcfi_hash_find_or_make): New.
396 (cfi_insn_data): New member cur_seg.
397 (cie_entry): Likewise.
398 (fde_entry): New cseg and handled members.
399 (alloc_fde_entry): Initialize cseg member.
400 (alloc_cfi_insn_data): Initialize cur_seg member.
401 (dot_cfi_sections): Compare for beginning of
402 section names via strncmp.
403 (get_cfi_seg): New.
404 (cfi_finish): Treat link-once sections.
405 (is_now_linkonce_segment): New local helper.
406 (output_cie): Ignore cie entries not member of current
407 segment.
408 (output_fde): Likewise.
409 (select_cie_for_fde): Likewise.
410 (cfi_change_reg_numbers): Add new argument for current segment
411 and ignore insn elements, if not part of current segment.
412 * ehopt.c (get_cie_info): Use strncmp for
413 section name matching.
414 (heck_eh_frame): Likewise.
415
416 2011-04-20 Catherine Moore <clm@codesourcery.com>
417 David Ung <davidu@mips.com>
418
419 * config/mips.c (mips_cl_insn): Add new field complete_p.
420 (create_insn): Initialize complete_p to zero.
421 (BASE_REG_EQ): New.
422 (fix_24k_align_to): New.
423 (fix_24k_store_info): Declare.
424 (fix_24k_sort): New.
425 (fix_24k_record_store_info): New.
426 (nops_for_24k): New.
427 (nops_for_insn): Call nops_for_24k.
428 (append_insn): Move O_constant expression handling.
429
430 2011-04-20 Alan Modra <amodra@gmail.com>
431
432 * hash.c (set_gas_hash_table_size): Use bfd_hash_set_default_size.
433 (hash_new_sized): New function, split out from..
434 (hash_new): ..here.
435
436 2011-04-19 Nick Clifton <nickc@redhat.com>
437
438 * config/tc-arm.c (v7m_psrs): Revert previous delta.
439
440 2011-04-18 Julian Brown <julian@codesourcery.com>
441 Nick Clifton <nickc@redhat.com>
442
443 * config/tc-arm.c (parse_psr): Use selected_cpu not cpu_variant to
444 detect M-profile targets.
445 (do_t_swi): Exclude v7 and higher variants from arm_ext_os test.
446 (v7m_psrs): Fix typo: basepri_max should be basepri_mask.
447
448 2011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
449
450 * config/tc-s390.c (s390_machine): New prototype.
451 (md_pseudo_table): New pseudo-op .machine.
452 (s390_opcode_hash): Initialize to NULL.
453 (s390_parse_cpu): New function.
454 (md_parse_option): Use s390_parse_cpu.
455 (s390_setup_opcodes): New function.
456 (md_begin): Use s390_setup_opcodes.
457 (s390_machine): New hook handling the new .machine pseudo.
458
459 * doc/c-s390.texi: Document the new pseudo op .machine.
460
461 2011-04-12 H.J. Lu <hongjiu.lu@intel.com>
462
463 * config/tc-i386.c (i386_mach): Start error message with lower
464 case.
465 (md_begin): Likewise.
466 (md_parse_option): Likewise.
467 (i386_target_format): Likewise.
468 (check_byte_reg): Likewise.
469 (check_long_reg): Likewise.
470 (check_qword_reg): Likewise.
471 (check_word_reg): Likewise.
472
473 2011-04-12 Nick Clifton <nickc@redhat.com>
474
475 PR gas/12532
476 * config/tc-arm.c (relax_branch): Do not relax branches to
477 preemptable global symbols.
478
479 2011-04-11 Julian Brown <julian@codesourcery.com>
480
481 * config/tc-arm.c (parse_psr): Add LHS argument. Improve support
482 for *APSR bitmasks.
483 (operand_parse_code): Replace OP_PSR with OP_wPSR and OP_rPSR.
484 Remove OP_RVC_PSR.
485 (parse_operands): Likewise.
486 (do_mrs): Tweak error message for constraint.
487 (do_t_mrs): Update constraints for changes to APSR support.
488 (do_t_msr): Likewise. Don't set PSR_f flag here.
489 (psrs): Remove "g", "nzcvq", "nzcvqg".
490 (insns): Tweak entries for msr and mrs instructions.
491
492 2011-04-11 Kai Tietz <ktietz@redhat.com>
493
494 * config/tc-i386.c (x86_cons): Initialize adjust with zero.
495
496 2011-04-11 Nick Clifton <nickc@redhat.com>
497
498 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.
499 * config/tc-i386.h (x86_cons): Always prototype.
500
501 * config/tc-cr16.c (getprocregp_image): Fix type of 'r' parameter
502 in order to avoid a compile time warning.
503 (getprocreg_image): Likewise.
504
505 2011-04-11 Alan Modra <amodra@gmail.com>
506
507 * config/tc-cr16.c (getprocreg_image): Correct range check.
508 (getprocregp_image): Likewise.
509
510 2011-04-06 Joseph Myers <joseph@codesourcery.com>
511
512 * configure.tgt (strongarm*be, strongarm*b, strongarm*,
513 xscale*be|xscale*b, xscale*): Remove architectures.
514 (thumb-*-coff, thumb-*-rtems*, thumb-*-elf, thumb-epoc-pe,
515 thumb-*-pe, xscale-*-coff, xscale-*-elf): Remove targets.
516
517 2011-04-01 Tristan Gingold <gingold@adacore.com>
518
519 * config/tc-ia64.c (md_apply_fix): Add a cast to avoid a warning.
520
521 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
522
523 * config/tc-tic6x.c (sbss_section, scom_section, scom_symbol): New
524 static variables.
525 (md_begin): Initialize them.
526 (s_tic6x_scomm): New static function.
527 (md_pseudo_table): Add "scomm".
528 (tc_gen_reloc): Really undo all adjustments made by
529 bfd_install_relocation.
530 * doc/c-tic6x.texi: Document the .scomm directive.
531
532 2011-03-31 Tristan Gingold <gingold@adacore.com>
533
534 * dwarf2dbg.c (DWARF2_VERSION): Define.
535 (out_debug_line): Use it.
536 (out_debug_aranges): Ditto.
537 (out_debug_info): Ditto.
538 * config/tc-ia64.h (DWARF2_VERSION): Override it.
539
540 2011-03-30 Michael Snyder <msnyder@vmware.com>
541
542 * obj-elf.c (obj_elf_section): Free malloced name.
543 * macro.c (get_any_string): Free malloced br_buf.
544 (do_formals): Free 'formal'.
545
546 2011-03-30 Tristan Gingold <gingold@adacore.com>
547
548 * config/tc-ppc.c (ppc_frob_symbol): Convert stsym symbols value
549 to offset only if within is set.
550 (ppc_stabx): Reformat. For stsym stabs, add a check and set
551 within only for symbols.
552
553 2011-03-29 Richard Henderson <rth@redhat.com>
554
555 PR 12610
556 * config/tc-alpha.c (s_alpha_align): Don't auto-align a previous
557 label; zap alpha_insn_label.
558
559 2011-03-29 H.J. Lu <hongjiu.lu@intel.com>
560
561 * config/tc-i386.c (handle_quad): Properly handle multiple
562 operands.
563
564 2011-03-29 Mike Frysinger <vapier@gentoo.org>
565
566 * config/bfin-parse.y (BYTEUNPACK): Return yyerror when dest
567 reg $2 is the same as dest reg $4.
568
569 2011-03-29 Mike Frysinger <vapier@gentoo.org>
570
571 * config/bfin-parse.y (BYTEOP16M): Return yyerror when dest
572 reg $2 is the same as dest reg $4.
573
574 2011-03-29 Mike Frysinger <vapier@gentoo.org>
575
576 * config/bfin-parse.y (BYTEOP16P): Return yyerror when dest
577 reg $2 is the same as dest reg $4.
578
579 2011-03-28 Mike Frysinger <vapier@gentoo.org>
580
581 * config/bfin-parse.y (16bit acc add): Return yyerror when dest
582 reg $1 is the same as dest reg $7.
583
584 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
585
586 * config/tc-i386.c (handle_quad): New.
587 (md_pseudo_table): Add "quad".
588
589 2011-03-26 John Marino <binutils@marino.st>
590
591 * configure.tgt: Fix support for *-*-dragonfly*.
592 * config/tc-i386.c: define SVR4_COMMENT_CHARS for dragonfly.
593 * config/te-dragonfly.h: New file.
594
595 2011-03-24 Eric B. Weddington <eric.weddington@atmel.com>
596
597 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
598 atmega3250pa, atmega3290pa, atmega16hvbrevb, atmega32hvbrevb,
599 at90pwm161.
600 * doc/c-avr.texi: Document new device names.
601
602 2011-03-24 Mike Frysinger <vapier@gentoo.org>
603
604 * config/bfin-parse.y (dual 32bit add/sub): Return yyerror when dest
605 reg $1 is the same as dest reg $7.
606 (quad 16bit add/sub): Return yyerror when dest reg $1 is the same as
607 dest reg $7.
608
609 2011-03-24 Mike Frysinger <vapier@gentoo.org>
610
611 * config/bfin-parse.y (check_macfuncs): Clarify error message when
612 P is mismatched. Check destination regno are off by one when P is
613 set, or are equal when P is not set.
614
615 2011-03-23 Mike Frysinger <vapier@gentoo.org>
616
617 * config/bfin-parse.y (SEARCH): Return yyerror when dest reg $2 is
618 the same as dest reg $4.
619 (BITMUX): Return yyerror when dest reg $3 is the same as dest reg $5.
620
621 2011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
622
623 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
624 atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
625 * doc/c-avr.texi: Document new device names.
626
627 2011-03-22 Eric B. Weddington <eric.weddington@atmel.com>
628
629 * config/tc-avr.c (struct avr_opcodes_s): Add opcode field.
630 (AVR_INSN): Change definition to match.
631 (avr_opcodes): Likewise, change to match.
632 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
633 (md_show_usage): Add XMEGA architecture names.
634 (avr_operand): Add 'E' constraint for DES instruction of XMEGA devices.
635 Add support for SPM Z+ instruction.
636 * doc/c-avr.texi: Add documentation for XMEGA architectures and
637 devices.
638
639 2011-03-21 Eric B. Weddington <eric.weddington@atmel.com>
640
641 * config/tc-avr.c (md_show_usage): Add "Assembler" text to output.
642
643 2011-03-18 Alan Modra <amodra@gmail.com>
644
645 * config/obj-elf.c (elf_frob_symbol): Report S_SET_SIZE symbol
646 on .size expression errors rather than symbols in the size expression.
647
648 2011-03-18 Alan Modra <amodra@gmail.com>
649
650 * input-scrub.c (line_numberT): Delete.
651 (input_scrub_close): Reset line counters.
652 * messages.c (as_show_where): Don't print invalid line number.
653 (as_warn_internal, as_bad_internal): Likewise.
654
655 2011-03-18 Alan Modra <amodra@gmail.com>
656
657 * read.c (read_a_source_file): Remove md_after_pass_hook.
658 Move "quit" label before set of dot_symbol.
659 * config/tc-d10v.h (md_after_pass_hook): Don't define.
660 * config/tc-d30v.h (md_after_pass_hook): Likewise.
661 * config/tc-m32r.h (md_after_pass_hook): Likewise.
662 (md_cleanup): Define to call m32r_fill_insn.
663
664 2011-03-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
665
666 * config/tc-s390.c (md_parse_option): Add -march=all option which
667 switches to the highest available CPU.
668
669 2011-03-17 Alan Modra <amodra@gmail.com>
670
671 PR 12569
672 * expr.c (operand): Correct passing of "mode" to expr.
673 * read.c (do_org): Allow expr_section.
674 (get_known_segmented_expression): Don't assert anything about the
675 segment.
676
677 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
678
679 * as.c (show_usage): Add --size-check=.
680 (parse_args): Add and handle OPTION_SIZE_CHECK.
681
682 * as.h (flag_size_check): New.
683
684 * config/obj-elf.c (elf_frob_symbol): Use as_bad to report
685 bad .size directive only for --size-check=error.
686
687 * doc/as.texinfo: Document --size-check=.
688
689 2011-03-14 Mike Frysinger <vapier@gentoo.org>
690
691 * config/tc-bfin.c (bfin_cpus[]): Add 0.4 for
692 bf542/bf544/bf547/bf548/bf549.
693
694 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
695
696 * config/tc-arm.c (md_pcrel_from_section): Use S_FORCE_RELOC to
697 determine whether a relocation is needed.
698 (md_apply_fix, arm_apply_sym_value): Likewise.
699
700 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
701
702 * config/tc-arm.c (arm_adjust_symtab): Set the branch type
703 for Thumb symbols.
704
705 2011-03-11 Nick Clifton <nickc@redhat.com>
706
707 * remap.c (remap_debug_filename): Always allocate a buffer for the
708 returned pointer.
709 * stabs.c (stabs_generate_asm_file): Free the pointer returned by
710 remap_debug_filename.
711
712 2011-03-10 Michael Snyder <msnyder@vmware.com>
713
714 Revert the following change:
715 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
716 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
717
718 2011-03-10 Alan Modra <amodra@gmail.com>
719
720 * gas/config/obj-elf.h (ELF_TARGET_SYMBOL_FIELDS,
721 TARGET_SYMBOL_FIELDS): Don't define.
722 * gas/config/tc-arc.c (arc_common): Use correct symbol "local" field.
723
724 2011-03-09 Michael Snyder <msnyder@vmware.com>
725
726 * dwarf2dbg.c (out_file_list): Free malloced 'dir'.
727 (out_debug_info): Free malloced 'dirname' and 'comp_dir'.
728 (emit_fixed_inc_line_addr): Assign instead of conditional in
729 assert.
730
731 2011-03-05 H.J. Lu <hongjiu.lu@intel.com>
732
733 * config/obj-elf.c (elf_frob_symbol): Mention symbol name in
734 non-constant .size expression.
735
736 2011-03-02 Nick Clifton <nickc@redhat.com>
737
738 * ecoff.c: Incldue filenames.h
739
740 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
741
742 * depend.c (register_dependency): Use filename_(n)cmp.
743 * dwarf2dbg.c (get_filenum): Likewise.
744 * ecoff.c (add_file): Likewise.
745 (ecoff_generate_asm_lineno): Likewise.
746 * input-scrub.c (new_logical_line_flags): Likewise.
747 * listing.c (file_info): Likewise.
748 (listing_newline): Likewise.
749 * remap.c (remap_debug_filename): Likewise.
750 * stabs.c (generate_asm_file): Likewise.
751 (stabs_generate_asm_lineno): Likewise.
752
753 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
754
755 * config/tc-mips.c (append_insn): Disable branch relaxation for
756 DSP instructions.
757
758 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
759
760 * config/tc-mips.c (macro): Handle M_PREF_AB.
761
762 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
763
764 * config/tc-mips.c (RELAX_BRANCH_ENCODE): Encode the temporary
765 register to use.
766 (RELAX_BRANCH_UNCOND): Adjust accordingly.
767 (RELAX_BRANCH_LIKELY): Likewise.
768 (RELAX_BRANCH_LINK): Likewise.
769 (RELAX_BRANCH_TOOFAR): Likewise.
770 (RELAX_BRANCH_AT): New macro.
771 (append_insn): Encode the temporary register to use in standard
772 MIPS branch relaxation.
773 (relaxed_branch_length): Update according to changes to
774 RELAX_BRANCH_ENCODE.
775 (md_convert_frag): Use the encoded register as the temporary.
776
777 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
778
779 * config/tc-mips.c (mips_fix_adjustable): On REL targets also
780 reject PC-relative relocations.
781
782 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
783
784 * config/tc-mips.c (md_convert_frag): Correct message
785 capitalization.
786
787 2011-02-28 Alan Modra <amodra@gmail.com>
788
789 * symbols.c (report_op_error): Remove unnecessary forward declaration.
790 Add "op" parameter. Report operator and operand segments in error
791 message, not operand symbols.
792 (resolve_symbol_value): Always set segment for equated symbols, not
793 just when finalizing. Adjust report_op_error calls.
794
795 2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
796
797 * config/tc-i386.c (reloc): Don't sign-check 4-byte relocations
798 if 64bit relocations aren't allowed.
799
800 2011-02-25 Alan Modra <amodra@gmail.com>
801
802 PR gas/12519
803 * config/obj-elf.c (elf_frob_symbol): Properly handle size expression.
804
805 2011-02-21 Maciej W. Rozycki <macro@codesourcery.com>
806
807 * config/tc-mips.c (mips_ip) <'o'>: Remove duplicate
808 initialization of offset_reloc.
809
810 2011-02-15 Richard Henderson <rth@redhat.com>
811
812 * dw2gencfi.c (dot_cfi_dummy): New.
813 (cfi_pseudo_table) [!TARGET_USE_CFIPOP]: New.
814 * read.c (pobegin): Unconditionally call cfi_pop_insert.
815
816 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
817
818 * configure: Regenerate.
819
820 2011-02-13 Mike Frysinger <vapier@gentoo.org>
821
822 * config/bfin-lex.l (BYTEOP2M): Remove tokenization.
823 * config/bfin-parse.y (BYTEOP2M): Delete token.
824 (asm_1): Remove BYTEOP2M insn matching.
825
826 2011-02-12 Mike Frysinger <vapier@gentoo.org>
827
828 * config/bfin-defs.h: Include opcode/bfin.h.
829 (M_S2RND, M_T, M_W32, M_FU, M_TFU, M_IS, M_ISS2, M_IH, M_IU): Delete.
830
831 2011-02-11 Mike Frysinger <vapier@gentoo.org>
832
833 * doc/c-bfin.texi (Instruction Delimiting): Fix occur typo.
834 (Modify Registers): Fix subtracted typo.
835 (.byte2): Extend and swap descriptions with .byte4.
836 (.byte4): Extend and swap descriptions with .byte2.
837 (.db, .dw, .dd): Document behavior.
838
839 2011-02-11 Mike Frysinger <vapier@gentoo.org>
840
841 * config/bfin-parse.y (TESTSET): Reject REG_SP and REG_FP.
842
843 2011-02-11 Alan Modra <amodra@gmail.com>
844
845 * doc/c-ppc.texi (PowerPC-Opts <-nops>): Clarify.
846
847 2011-02-10 Alan Modra <amodra@gmail.com>
848
849 * doc/as.texinfo (Overview): Add missing markup around Blackfin
850 and PowerPC options.
851
852 2011-02-10 Alan Modra <amodra@gmail.com>
853
854 * config/tc-ppc.c (md_show_usage): Remove -l and -b. Add -K PIC.
855 * doc/as.texinfo: Refer to and include c-ppc.texi for PowerPC options.
856 (Overview <Target PowerPC options>): Add a number of missing options.
857 * doc/c-ppc.texi: Likewise. Add markup for use in manpage generation.
858
859 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
860
861 PR gas/6957
862 * config/tc-i386.c (i386_align_code): Use f32_patt when tuning
863 for i686.
864
865 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
866
867 * config/tc-i386.c (set_cpu_arch): Also update cpu_arch_isa_flags
868 for ISA extensions.
869 (md_parse_option): Likewise.
870
871 2011-02-04 Bernd Schmidt <bernds@codesourcery.com>
872
873 * doc/as.texinfo (Target TIC6X options): Don't mention "-matomic".
874 * doc/c-tic6x.texi (TIC6X Directives): Don't mention ".atomic".
875 (TIC6X Options): Don't mention "-matomic".
876 * config/tc-tic6x.c (OPTION_MATOMIC, OPTION_MNO_ATOMIC): Delete.
877 (md_longopts): Remove corresponding entries.
878 (md_parse_option): Don't handle them.
879 (md_show_usage): Don't document them.
880 (tic6x_atomic): Delete variable.
881 (tic6x_update_features): Always copy tic6x_arch_enable to
882 tic6x_features.
883 (tic6x_arch_enable): Remove references to TIC6X_INSN_ATOMIC.
884 (s_tic6x_atomic, s_tic6x_noatomic): Remove functions.
885 (md_pseudo_table): Remove ".atomic" and ".noatomic".
886
887 2011-01-31 Nick Clifton <nickc@redhat.com>
888
889 * write.c (write_contents): Include output file name and bfd error
890 value when reporting the inability to write to the output file.
891 * config/tc-rx.c (rx_handle_align): Do not insert NOPs into align
892 frag that has a non-zero fill value.
893
894 2011-01-27 DJ Delorie <dj@redhat.com>
895
896 * config/tc-rx.c (md_convert_frag): If we can't compute the target
897 address, zero out the values stored in the object file to make
898 objdump's output consistent.
899
900 2011-01-26 Kai Tietz <kai.tietz@onevision.com>
901
902 * config/tc-i386.c (md_begin): Set for x64 windows COFF target
903 x86_dwarf2_return_column to 32.
904
905 2011-01-20 Nick Clifton <nickc@redhat.com>
906
907 PR gas/12384
908 * config/tc-h8300.c (constant_fits_width_p): Use correct type for
909 comparison.
910
911 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
912
913 * write.c (compress_debug): Return if section size is smaller
914 than 32 bytes.
915
916 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
917
918 PR gas/12409
919 * write.c (compress_debug): Return if section size is 0.
920
921 2011-01-18 Mingfeng Wu <mingfeng@faraday-tech.com>
922
923 * config/tc-arm.c (arm_cpus): Add Faraday ARMv5TE compatible
924 cores: fa606te, fa616te, fmp626. Modify the VFP of fa626te.
925 * doc/c-arm.texi (ARM Options): Add -mcpu={fa606te, fa616te,
926 fmp626} options.
927
928 2011-01-18 Nick Clifton <nickc@redhat.com>
929
930 PR gas/12390
931 * doc/all.texi: Add NS32K
932 * doc/as.texinfo: Remove target specific details of which
933 characters act as comment initiators and statement separators into
934 individual target specific files.
935 * doc/c-alpha.texi (Alpha-Chars): Document special behaviour of
936 the hash character at the start of a line.
937 * doc/c-arm.texi (ARM-Chars): Likewise.
938 * doc/c-avr.texi (AVR-Chars): Likewise.
939 * doc/c-d10v.texi (D10V-Chars): Likewise.
940 * doc/c-d30v.texi (D30V-Chars): Likewise.
941 * doc/c-mmix.texi (MMIX-Chars): Likewise.
942 * doc/c-s390.texi (s390 characters): Likewise.
943 * doc/c-sh.texi (SH-Chars): Likewise.
944 * doc/c-sh64.texi (SH64-Chars): Likewise.
945 * doc/c-sparc.texi (SPARC-Chars): Likewise.
946 * doc/c-tic6x.texi (TIC6X Syntax): Likewise.
947 * doc/c-xtensa.texi (Xtensa Syntax): Likewise.
948 * doc/c-z80.texi (Z80-Chars): Likewise.
949 * doc/c-z8k.texi (Z8000-Chars): Likewise.
950 * doc/c-pdp11.texi (PDP11-Syntax): Document line separator character.
951 * doc/c-arc.texi (ARC-Chars): Fill in this subsection.
952 * doc/c-bfin.texi (Blackfin Syntax): Document line comment and
953 line separator characters.
954 * doc/c-cr16.texi (CR16 Syntax): Likewise.
955 * doc/c-i386.texi (i386-Chars): Likewise.
956 * doc/c-i860.texi (i860-Chars): Likewise.
957 * doc/c-i960.texi (i960-Chars): Likewise.
958 * doc/c-ip2k.texi (IP2K-Chars): Likewise.
959 * doc/c-lm32.texi (LM32-Chars): likewise.
960 * doc/c-m32c.texi (M32C-Chars): Likewise.
961 * doc/c-m68hc11.texi (M68HC11-syntax): Likewise.
962 * doc/c-m68k.texi (M68K-Chars): Likewise.
963 * doc/c-microblaze.texi (MicroBlaze-Chars): Likewise.
964 * doc/c-msp430.texi (MSP430-Chars): Likewise.
965 * doc/c-mt.texi (MT-Chars): Likewise.
966 * doc/c-ns32k.texi (NS32K-Chars): Likewise.
967 * doc/c-pj.texi (PJ-Chars): Likewise.
968 * doc/c-ppc.texi (PowerPC-Chars): Likewise.
969 * doc/c-rx.texi (RX-Chars): Likewise.
970 * doc/c-score.texi (SCORE-Chars): Likewise.
971 * doc/c-tic54x.texi (TIC54X-Chars): Likewise.
972 * doc/c-v850.texi (V850-Chars): Likewise.
973 * doc/c-vax.texi (VAX-Chars): Likewise.
974 * doc/c-xc16x.texi (xc16x-Chars): Likewise.
975
976 2011-01-17 Quentin Neill <quentin.neill@amd.com>
977
978 * config/tc-i386.c (cpu_arch): Add CPU_TBM_FLAGS.
979
980 * doc/c-i386.texi (i386-TBM): New section.
981
982 2011-01-16 H.J. Lu <hongjiu.lu@intel.com>
983
984 * config/tc-i386.c (disallow_64bit_disp): Renamed to ...
985 (disallow_64bit_reloc): This.
986 (md_assemble): Don't check movabs for x32 mode here.
987 (i386_target_format): Updated.
988 (tc_gen_reloc): Check if 64bit relocations are allowed.
989
990 2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
991
992 * config/tc-i386.c (disallow_64bit_disp): New.
993 (x86_elf_abi): Replace X86_64_LP64_ABI/X86_64_ILP32_ABI with
994 X86_64_ABI/X86_64_X32_ABI.
995 (md_assemble): Don't allow movabs with relocation in x32 mode.
996 (i386_target_format): Updated.
997
998 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
999
1000 * config/tc-i386.c (OPTION_N32): Renamed to ...
1001 (OPTION_X32): This.
1002 (md_longopts): Replace n32 with x32.
1003 (md_parse_option): Updated.
1004 (md_show_usage): Likewise.
1005
1006 * doc/c-i386.texi: Replace --n32 with --x32.
1007
1008 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
1009
1010 * config/tc-mips.c (mips_ip): Update error messages. Take an
1011 unadjusted offset for "+c" argument.
1012
1013 2011-01-10 Nick Clifton <nickc@redhat.com>
1014
1015 * config/tc-i386.c (x86_elf_abi): Only define for targets that use
1016 it.
1017
1018 2011-01-10 Nick Clifton <nickc@redhat.com>
1019
1020 * config/tc-arm.c (s_arm_tls_desceq): Move code into ELF-only
1021 part of the file.
1022
1023 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1024 Glauber de Oliveira Costa <glommer@gmail.com>
1025
1026 * doc/c-arm.texi: Document TLSDESC and TLSCALL relocations, and
1027 .tlsdescseq directive.
1028 * config/tc-arm.c (arm_typed_reg_parse): Check for potential reloc
1029 following a symbol.
1030 (s_arm_tls_descseq): New directive.
1031 (md_pseudo_table): Add it.
1032 (encode_branch): Allow TLS_CALL relocs too.
1033 (do_t_blx, do_t_branch23): Use encode_branch.
1034 (reloc_names): Add tlsdesc and tlscall.
1035 (md_apply_fix): Process tls desc relocations.
1036 (tc_gen_reloc): Likewise.
1037 (arm_fix_adjustable): Likewise.
1038
1039 2011-01-07 Quentin Neill <quentin.neill@amd.com>
1040
1041 * config/tc-i386.c (cpu_arch): Add CPU_BMI_FLAGS.
1042
1043 * doc/c-i386.texi (i386-BMI): New section.
1044
1045 2011-01-06 Paul Koning <ni1d@arrl.net>
1046
1047 * config/tc-pdp11.c (parse_op_no_deferred): Allow PC-relative
1048 references to absolute addresses.
1049
1050 2011-01-05 DJ Delorie <dj@redhat.com>
1051
1052 * config/tc-rx.c (tc_gen_reloc): Emit an RX_OP_NEG expression
1053 instead of an RH_NEG32 one.
1054
1055 2011-01-05 Jonathan Wakely <jwakely.gcc@gmail.com>
1056
1057 * doc/c-i386.texi: Clarify --n32.
1058
1059 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
1060
1061 * config/tc-i386.c (build_modrm_byte): Allow encoding 32/64bit
1062 integer registers in VEX.vvvv. Check register-only source
1063 operand when two source operands are swapped. Properly update
1064 destination when two source operands are swapped.
1065
1066 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
1067
1068 * gas.c (parse_args): Update copyright to 2011.
1069
1070 For older changes see ChangeLog-2010
1071 \f
1072 Local Variables:
1073 mode: change-log
1074 left-margin: 8
1075 fill-column: 74
1076 version-control: never
1077 End: