]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
bfd: use $(LN_S) in favor of "cp -p" when populating pre-built *.texi
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
c46b7066
NC
12021-02-12 Nick Clifton <nickc@redhat.com>
2
3 * testsuite/gas/mach-o/sections-1.d: Stop automatic debug link
4 following.
5 * testsuite/gas/xgate/insns-dwarf2.d: Likewise.
6
3c1d4101
AM
72021-02-12 Alan Modra <amodra@gmail.com>
8
9 * testsuite/gas/all/pr27381.err: Don't match source file name.
10 * testsuite/gas/all/pr27381.s: Don't start directive in first column.
11 * testsuite/gas/all/pr27384.err: Don't match source file name.
12 Adjust line number.
13 * testsuite/gas/all/pr27384.s: Add ".text" directive.
14 * testsuite/gas/elf/pr27355.err: Don't match source file name.
15
933feaf3
AM
162021-02-11 Alan Modra <amodra@gmail.com>
17
18 * NEWS: Mention arm-symbianelf removal.
19
01e8b831
NC
202021-02-10 Nick Clifton <nickc@redhat.com>
21
22 * listing.c (buffer_line): Remove debugging code accidentally
23 included with the fix for PR 27384.
24
284beb43
NC
252021-02-09 Nick Clifton <nickc@redhat.com>
26
27 PR 27381
28 * read.c (s_incbin): Check that the file to be included is a
29 regular, non-directory file.
30 * testsuite/gas/all/pr27381.s: New test source file.
31 * testsuite/gas/all/pr27381.d: New test control file.
32 * testsuite/gas/all/pr27381.err: Expected error output for the new test.
33 * testsuite/gas/all/gas.exp: Run the new test.
34
a57d1773
AM
352021-02-09 Alan Modra <amodra@gmail.com>
36
37 * Makefile.am (TARG_ENV_HFILES): Remove config/te-symbian.h.
38 * config/tc-arm.c (elf32_arm_target_format): Remove TE_SYMBIAN
39 support.
40 * config/te-symbian.h: Delete.
41 * configure.tgt: Remove arm-*-symbianelf*.
42 * testsuite/gas/arm/arch4t-eabi.d: Don't mention symbianelf in
43 target selection.
44 * testsuite/gas/arm/arch4t.d: Likewise.
45 * testsuite/gas/arm/got_prel.d: Likewise.
46 * testsuite/gas/arm/mapdir.d: Likewise.
47 * testsuite/gas/arm/mapmisc.d: Likewise.
48 * testsuite/gas/arm/mapsecs.d: Likewise.
49 * testsuite/gas/arm/mapshort-eabi.d: Likewise.
50 * testsuite/gas/arm/thumb-eabi.d: Likewise.
51 * testsuite/gas/arm/thumb.d: Likewise.
52 * testsuite/gas/arm/thumbrel.d: Likewise.
53 * Makefile.in: Regenerate.
54 * po/POTFILES.in: Regenerate.
55
4a68fcd7
NC
562021-02-09 Nick Clifton <nickc@redhat.com>
57
58 PR 27384
59 * listing.c (listing_psize): Check the result of the width
60 expression before assigning it to paper_width.
61 * testsuite/gas/all/pr27384.s: New test source file.
62 * testsuite/gas/all/pr27384.d: New test control file.
63 * testsuite/gas/all/pr27384.err: Expected errors from new test.
64 * testsuite/gas/all/gas.exp: Run the new test.
65
52563b0f
NC
662021-02-09 Nick Clifton <nickc@redhat.com>
67
68 PR 27355
69 * testsuite/gas/elf/pr27355.s: New test source file.
70 * testsuite/gas/elf/pr27355.d: New test control file.
71 * testsuite/gas/elf/pr27355.err: Expected errors from new test.
72 * testsuite/gas/elf/elf.exp: Run the new test.
73
bfd428bc
MF
742021-02-08 Mike Frysinger <vapier@gentoo.org>
75
76 * config/tc-tic54x (tic54x_mmregs): Rename to ...
77 (tic54x_register_mmregs): ... this. Change mmregs to tic54x_mmregs.
78 (md_pseudo_table): Change tic54x_mmregs to tic54x_register_mmregs.
79 (md_begin): Add tic54x_ prefix to regs, mmregs, condition_codes,
80 cc2_codes, cc3_codes, status_bits, and misc_symbols.
81
80b652ef
NC
822021-02-08 Nick Clifton <nickc@redhat.com>
83
84 PR 27355
85 * dwarf2dbg.c (allocate_filename_to_slot): Allocate the dirs array
86 if it has not already been created.
87
24075dcc
NC
882021-02-04 Nelson Chu <nelson.chu@sifive.com>
89
90 * config/tc-riscv.c (riscv_multi_subset_supports): Removed
91 INSN_CLASS_ZB*.
92 * testsuite/gas/riscv/bitmanip-insns-32.d: Removed.
93 * testsuite/gas/riscv/bitmanip-insns-64.d: Removed.
94 * testsuite/gas/riscv/bitmanip-insns.s: Removed.
95
61ecbbae
AK
962021-02-03 Andreas Krebbel <krebbel@linux.ibm.com>
97
98 * doc/c-s390.texi: Document vector instruction formats.
99
1f568f9a
EH
1002021-02-01 Emery Hemingway <ehmry@posteo.net>
101
102 * configure.tgt: Add *-*-genode* as a target for AArch64 and x86.
103
7bba67ec
AM
1042021-02-01 Alan Modra <amodra@gmail.com>
105
106 PR 27283
107 * config/tc-alpha.c (insert_operand): Delete dead code.
108
1f583bc2
L
1092021-01-26 H.J. Lu <hongjiu.lu@intel.com>
110
111 PR gas/27243
112 * config/tc-nios2.c (md_begin): Don't disable relaxation with
113 --gdwarf-N.
114 * testsuite/gas/nios2/relax.d: New file.
115 * testsuite/gas/nios2/relax.s: Likewise.
116
a45ef9a3
AM
1172021-01-26 Alan Modra <amodra@gmail.com>
118
119 * testsuite/gas/all/local-label-overflow.d: Use xfail rather than
120 notarget all except hppa. Comment.
121 * testsuite/gas/all/sleb128-2.d: Use xfail rather than notarget.
122 * testsuite/gas/all/sleb128-4.d: Likewise. Don't skip msp430.
123 * testsuite/gas/all/sleb128-5.d: Use xfail rather than notarget.
124 * testsuite/gas/all/sleb128-7.d: Likewise.
125 * testsuite/gas/all/sleb128-9.d: Likewise.
126 * testsuite/gas/elf/bignums.d: Likewise.
127 * testsuite/gas/elf/group0c.d: Likewise.
128 * testsuite/gas/elf/group1a.d: Likewise.
129 * testsuite/gas/elf/section-symbol-redef.d: Likewise.
130 * testsuite/gas/elf/section15.d: Likewise.
131 * testsuite/gas/elf/section4.d: Likewise.
132 * testsuite/gas/elf/section7.d: Likewise.
133 * testsuite/gas/macros/irp.d: Likewise.
134 * testsuite/gas/macros/repeat.d: Likewise.
135 * testsuite/gas/macros/rept.d: Likewise.
136 * testsuite/gas/macros/test2.d: Likewise.
137 * testsuite/gas/macros/vararg.d: Likewise.
138 * testsuite/gas/all/string.d: Use xfail rather than skip.
139 * testsuite/gas/elf/missing-build-notes.d: Likewise.
140 * testsuite/gas/elf/section0.d: Likewise.
141 * testsuite/gas/elf/section1.d: Likewise.
142 * testsuite/gas/elf/section10.d: Likewise.
143 * testsuite/gas/elf/section11.d: Likewise.
144 * testsuite/gas/elf/section6.d: Likewise.
145 * testsuite/gas/elf/symtab.d: Use xfail rather than skip, adjust hppa.
146 * testsuite/gas/elf/symtab.s: Don't start directives in first column.
147 * testsuite/gas/macros/test3.d: Don't notarget nds32.
148
9886ff03
AM
1492021-01-26 Alan Modra <amodra@gmail.com>
150
151 * testsuite/gas/all/byte.d,
152 * testsuite/gas/all/byte.l,
153 * testsuite/gas/all/byte.s: Delete.
154 * testsuite/gas/all/gas.exp: Don't run byte test.
155
4287950e
AM
1562021-01-26 Alan Modra <amodra@gmail.com>
157
158 PR 27282
159 * testsuite/gas/all/none.d: Replace skip with xfail, don't xfail ft32.
160 * testsuite/gas/elf/pr27228.d: xfail hppa and allow OBJECT match.
161
eea133e6
L
1622021-01-24 H.J. Lu <hongjiu.lu@intel.com>
163
164 PR gas/27228
165 * testsuite/gas/elf/elf.exp: Run pr27228.
166 * testsuite/gas/elf/pr27228.d: New file.
167 * testsuite/gas/elf/pr27228.s: Likewise.
168
68fcee4f
AM
1692021-01-24 Alan Modra <amodra@gmail.com>
170
171 PR 27228
172 * write.c (resolve_reloc_expr_symbols): Don't assume local symbol
173 is defined.
174
be07043e
AM
1752021-01-21 Alan Modra <amodra@gmail.com>
176
177 PR 27221
178 * dwarf2dbg.c (dwarf2_gen_line_info_1): Don't warn about ignored
179 line number info when gas is generating it.
180 * testsuite/gas/elf/dwarf2-20.d: Adjust to not expect warnings.
181 * testsuite/gas/m68hc11/indexed12.d: Likewise.
182 * testsuite/gas/elf/elf.exp: Don't run warn-2.
183 * gas/testsuite/gas/elf/warn-2.s: Delete.
184
498ff032
AM
1852021-01-21 Alan Modra <amodra@gmail.com>
186
187 PR 27218
188 * dwarf2dbg.c (dwarf2_gen_line_info): Correct setting of dwarf_level.
189 (dwarf2_directive_filename, dwarf2_directive_loc): Likewise, and
190 error for negative file numbers.
191
4bd7c902
AM
1922021-01-20 Alan Modra <amodra@gmail.com>
193
194 * testsuite/gas/ppc/power4.d: Adjust for removal of section sym.
195 * testsuite/gas/ppc/test1elf32.d: Likewise.
196 * testsuite/gas/ppc/test1elf64.d: Likewise.
197
705989f1
L
1982021-01-18 H.J. Lu <hongjiu.lu@intel.com>
199
200 PR gas/27195
201 * dwarf2dbg.c (dwarf2_gen_line_info): Set dwarf_level to 5 if
202 needed.
203 (dwarf2_directive_filename): Likewise.
204 (dwarf2_directive_loc): Likewise.
205 * testsuite/gas/elf/dwarf-5-file0.d: Pass --gdwarf-3.
206 * testsuite/gas/lns/lns-diag-1.l: Remove the
207 "Error: file number less than one" errors.
208
44365e88
AM
2092021-01-18 Alan Modra <amodra@gmail.com>
210
211 PR 27198
212 * config/tc-i386.c (need_plt32_p): Return FALSE for NULL symbol.
213 * testsuite/gas/i386/pr27198.d,
214 * gas/testsuite/gas/i386/pr27198.err,
215 * gas/testsuite/gas/i386/pr27198.s: New test.
216 * gas/testsuite/gas/i386/i386.exp: Run it.
217
1942a048
NC
2182021-01-15 Nelson Chu <nelson.chu@sifive.com>
219
220 * config/tc-riscv.c: Indent and GNU coding standards tidy,
221 also aligned the code.
222 * config/tc-riscv.h: Likewise.
223
b800637e
NC
2242021-01-15 Nelson Chu <nelson.chu@sifive.com>
225
226 * config/tc-riscv.c: Error and warning messages tidy.
227 * testsuite/gas/riscv/priv-reg-fail-fext.l: Updated.
228 * testsuite/gas/riscv/priv-reg-fail-read-only-01.l: Likewise.
229 * testsuite/gas/riscv/priv-reg-fail-read-only-02.l: Likewise.
230 * testsuite/gas/riscv/priv-reg-fail-rv32-only.l: Likewise.
231 * testsuite/gas/riscv/priv-reg-fail-version-1p10.l: Likewise.
232 * testsuite/gas/riscv/priv-reg-fail-version-1p11.l: Likewise.
233 * testsuite/gas/riscv/priv-reg-fail-version-1p9p1.l: Likewise.
234
dcd709e0
NC
2352021-01-15 Nelson Chu <nelson.chu@sifive.com>
236
237 * config/tc-riscv.c: Comments tidy and improvement. Also update
238 comment "fallthru" to "Fall through" that end with a period and
239 two spaces.
240
5fda40b2
MF
2412021-01-14 Mike Frysinger <vapier@gentoo.org>
242
243 * doc/as.texi: Delete @ifset ELF wrapping around [248]byte entries.
244 Delete warning that these are only available with ELF targets.
245 * obj-elf.c (elf_pseudo_table): Move 2byte/4byte/8byte entries ...
246 * read.c (potable): ... here.
247
abad2815
MF
2482021-01-14 Mike Frysinger <vapier@gentoo.org>
249
250 * Makefile.am (bfin-lex-wrapper.@OBJEXT@): Delete $(NO_WERROR).
251 * Makefile.in: Regenerated.
252
adb0bd8f
MF
2532021-01-14 Mike Frysinger <vapier@gentoo.org>
254
255 * bfin-lex.l (YY_NO_INPUT, YY_NO_UNPUT): Define.
256 (parse_int): Mark char_bag const.
257
844bf810
L
2582021-01-13 H.J. Lu <hongjiu.lu@intel.com>
259
260 PR gas/27178
261 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
262 Don't generate GOT_symbol for PLT relocations.
263 * testsuite/gas/i386/i386.exp: Run PR gas/27178 tests.
264 * testsuite/gas/i386/no-got.d: New file.
265 * testsuite/gas/i386/no-got.s: Likewise.
266 * testsuite/gas/i386/x86-64-no-got.d: Likewise.
267 * testsuite/gas/i386/x86-64-no-got.s: Likewise.
268
5347ed60
AM
2692021-01-13 Alan Modra <amodra@gmail.com>
270
271 * Makefile.in: Regenerate.
272 * Makefile.in: Regenerate.
273
d546b610
L
2742021-01-12 H.J. Lu <hongjiu.lu@intel.com>
275
276 PR binutils/26792
277 * configure.ac: Use GNU_MAKE_JOBSERVER.
278 * aclocal.m4: Regenerated.
279 * configure: Likewise.
280
6d104cac
NC
2812021-01-12 Nick Clifton <nickc@redhat.com>
282
283 * po/fr.po: Updated French translation.
284
83b33c6c
L
2852021-01-11 H.J. Lu <hongjiu.lu@intel.com>
286
287 PR ld/27173
288 * configure: Regenerated.
289
82c70b08
KT
2902021-10-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
291
292 * NEWS: Remove CSRE.
293 * config/tc-aarch64.c (parse_csr_operand): Delete.
294 (parse_operands): Delete handling of
295 AARCH64_OPND_CSRE_CSR.
296 (aarch64_features): Remove csre.
297 * doc/c-aarch64.texi: Remove CSRE.
298 * testsuite/gas/aarch64/csre.d: Delete.
299 * testsuite/gas/aarch64/csre-invalid.s: Likewise.
300 * testsuite/gas/aarch64/csre-invalid.d: Likewise.
301 * testsuite/gas/aarch64/csre_csr.s: Likewise.
302 * testsuite/gas/aarch64/csre_csr.d: Likewise.
303 * testsuite/gas/aarch64/csre_csr-invalid.s: Likewise.
304 * testsuite/gas/aarch64/csre_csr-invalid.l: Likewise.
305 * testsuite/gas/aarch64/csre_csr-invalid.d: Likewise.
306
a8aa72b9
NC
3072021-01-11 Nick Clifton <nickc@redhat.com>
308
309 * po/uk.po: Updated Ukranian translation.
310
a4966cd9
L
3112021-01-09 H.J. Lu <hongjiu.lu@intel.com>
312
313 * configure: Regenerated.
314
573fe3fb
NC
3152021-01-09 Nick Clifton <nickc@redhat.com>
316
317 * configure: Regenerate.
318 * po/gas.pot: Regenerate.
319
055bc77a
NC
3202021-01-09 Nick Clifton <nickc@redhat.com>
321
322 * 2.36 release branch crated.
323
aae7fcb8
PB
3242021-01-08 Peter Bergner <bergner@linux.ibm.com>
325
326 * testsuite/gas/ppc/rop-checks.d,
327 * testsuite/gas/ppc/rop-checks.l,
328 * testsuite/gas/ppc/rop-checks.s,
329 * testsuite/gas/ppc/rop.d,
330 * testsuite/gas/ppc/rop.s: New tests.
331 * testsuite/gas/ppc/ppc.exp: Run them.
332
64307045
AM
3332021-01-09 Alan Modra <amodra@gmail.com>
334
335 * configure: Regenerate.
336
f4782128
ST
3372021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
338
339 * configure: Regenerate.
340
d1bcae83
L
3412021-01-07 H.J. Lu <hongjiu.lu@intel.com>
342
343 PR 27109
344 * read.c (s_reloc): Call symbol_mark_used_in_reloc on the
345 section symbol.
346 * subsegs.c (subseg_set_rest): Set BSF_SECTION_SYM_USED if needed.
347 * write.c (adjust_reloc_syms): Call symbol_mark_used_in_reloc
348 on the section symbol.
349 (set_symtab): Don't generate unused section symbols.
350 (maybe_generate_build_notes): Call symbol_mark_used_in_reloc
351 on the section symbol.
352 * config/obj-elf.c (elf_adjust_symtab): Call
353 symbol_mark_used_in_reloc on the group signature symbol.
354 * testsuite/gas/cfi/cfi-label.d: Remove unused section symbols
355 from expected output.
356 * testsuite/gas/elf/elf.exp (run_elf_list_test): Check
357 is_elf_unused_section_symbols.
358 * testsuite/gas/elf/section2.e: Updated.
359 * testsuite/gas/elf/section2.e-unused: New file.
360 * testsuite/gas/elf/symver.d: Remove unused section symbols.
361 * testsuite/gas/i386/ilp32/elf/symver.d: Likewise.
362 * testsuite/gas/i386/ilp32/x86-64-size-1.d: Likewise.
363 * testsuite/gas/i386/ilp32/x86-64-size-3.d: Likewise.
364 * testsuite/gas/i386/ilp32/x86-64-size-5.d: Likewise.
365 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Likewise.
366 * testsuite/gas/i386/size-1.d: Likewise.
367 * testsuite/gas/i386/size-3.d: Likewise.
368 * testsuite/gas/i386/svr4.d: Likewise.
369 * testsuite/gas/i386/x86-64-size-1.d: Likewise.
370 * testsuite/gas/i386/x86-64-size-3.d: Likewise.
371 * testsuite/gas/i386/x86-64-size-5.d: Likewise.
372 * testsuite/gas/i386/x86-64-unwind.d: Likewise.
373
aa881ecd
PT
3742021-01-07 Philipp Tomsich <prt@gnu.org>
375
376 * config/tc-riscv.c (riscv_multi_subset_supports): Added
377 INSN_CLASS_ZIHINTPAUSE.
378 * testsuite/gas/riscv/pause.d: New testcase. Adding coverage for
379 the pause hint instruction.
380 * testsuite/gas/riscv/pause.s: Likewise.
381
2652cfad
CXW
3822021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
383 Jim Wilson <jimw@sifive.com>
384 Andrew Waterman <andrew@sifive.com>
385 Maxim Blinov <maxim.blinov@embecosm.com>
386 Kito Cheng <kito.cheng@sifive.com>
387 Nelson Chu <nelson.chu@sifive.com>
388
389 * config/tc-riscv.c (riscv_multi_subset_supports): Handle INSN_CLASS_ZB*.
390 (riscv_get_default_ext_version): Do not check the default_isa_spec when
391 the version defined in the riscv_opcodes table is ISA_SPEC_CLASS_DRAFT.
392 * testsuite/gas/riscv/bitmanip-insns-32.d: New testcase.
393 * testsuite/gas/riscv/bitmanip-insns-64.d: Likewise.
394 * testsuite/gas/riscv/bitmanip-insns.s: Likewise.
395
85f55c2b
AM
3962021-01-06 Alan Modra <amodra@gmail.com>
397
398 * testsuite/gas/sparc/sparc.exp: Move 64-bit tests inside gas_64_check.
399
22206e84
AM
4002021-01-06 Alan Modra <amodra@gmail.com>
401
402 * testsuite/gas/macros/app1.d: xfail tic30.
403 * testsuite/gas/macros/app2.d: Likewise.
404 * testsuite/gas/macros/app3.d: Likewise.
405 * testsuite/gas/macros/app4.d: Likewise.
406
286d2f2c
MC
4072021-01-06 Marcus Comstedt <marcus@mc.pp.se>
408
409 * doc/as.texi: Add -mlittle-endian and -mbig-endian to docs.
410 * doc/c-riscv.texi: Likewise.
411
f36ce378
MC
4122021-01-06 Marcus Comstedt <marcus@mc.pp.se>
413
414 * testsuite/gas/riscv/li32.d: Accept bigriscv in addition
415 to littleriscv.
416 * testsuite/gas/riscv/li64.d: Likewise.
417 * testsuite/gas/riscv/lla32.d: Likewise.
418 * testsuite/gas/riscv/lla64.d: Likewise.
419 * testsuite/gas/riscv/march-ok-g2.d: Likewise.
420 * testsuite/gas/riscv/march-ok-g2_p1.d: Likewise.
421 * testsuite/gas/riscv/march-ok-g2p0.d: Likewise.
422 * testsuite/gas/riscv/march-ok-i2p0.d: Likewise.
423 * testsuite/gas/riscv/march-ok-i2p0m2_a2f2.d: Likewise.
424 * testsuite/gas/riscv/march-ok-nse-with-version.d: Likewise.
425 * testsuite/gas/riscv/march-ok-two-nse.d: Likewise.
426
fbc09e7a
MC
4272021-01-06 Marcus Comstedt <marcus@mc.pp.se>
428
429 * config/tc-riscv.c (riscv_target_format): Add elf64-bigriscv and
430 elf32-bigriscv.
431 (install_insn): Always write instructions as little endian.
432 (riscv_make_nops): Likewise.
433 (md_convert_frag_branch): Likewise.
434 (md_number_to_chars): Write data in target endianness.
435 (options, md_longopts): Add -mbig-endian and -mlittle-endian options.
436 (md_parse_option): Handle the endian options.
437 * config/tc-riscv.h: Only define TARGET_BYTES_BIG_ENDIAN if not
438 already defined.
439 * configure.tgt: Added riscv64be*, riscv32be*, riscvbe*.
440
cd6d537c
L
4412021-01-04 H.J. Lu <hongjiu.lu@intel.com>
442
443 PR ld/26256
444 * config/obj-elf.c (obj_elf_change_section): Also filter out
445 SHF_LINK_ORDER.
446
dd933805
AM
4472021-01-04 Alan Modra <amodra@gmail.com>
448
449 PR 27102
450 * symbols.c (S_SET_EXTERNAL): Revise section symbol warning
451 message and register symbol error message.
452
90320e40
AM
4532021-01-04 Alan Modra <amodra@gmail.com>
454
455 PR 27101
456 * read.c (s_align): Use a large enough type for "align" to hold
457 the result of get_absolute_expression.
458
f9a6a8f0
AM
4592021-01-01 Nicolas Boulenguez <nicolas@debian.org>
460
461 * config/tc-i386.c: Correct comment spelling.
462 * config/tc-riscv.c: Likewise.
463 * config/tc-s390.c: Correct comment grammar.
464 * doc/c-i386.texi: Correct spelling.
465 * doc/c-s390.texi: Correct grammar.
466
250d07de
AM
4672021-01-01 Alan Modra <amodra@gmail.com>
468
469 Update year range in copyright notice of all files.
470
64d05a43
HPN
4712021-01-01 Hans-Peter Nilsson <hp@bitrange.com>
472
473 * config/tc-mmix.h (md_single_noop_insn): Change to "swym 0".
474
c2795844 475For older changes see ChangeLog-2020
3499769a 476\f
c2795844 477Copyright (C) 2021 Free Software Foundation, Inc.
3499769a
AM
478
479Copying and distribution of this file, with or without modification,
480are permitted in any medium without royalty provided the copyright
481notice and this notice are preserved.
482
483Local Variables:
484mode: change-log
485left-margin: 8
486fill-column: 74
487version-control: never
488End: