2012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c6d8cab4
L
12012-09-04 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/14493
4 * readelf.c (get_symbol_index_type): Check bad section index.
5
bca38921
MGD
62012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
7
8 * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
9 (arm_attr_tag_FP_arch): Likewise.
10 (arm_attr_tag_Advanced_SIMD_arch): Likewise.
11
a8685210
AM
122012-08-17 Yuri Chornoivan <yurchor@ukr.net>
13
14 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
15
58f594cd
L
162012-08-16 H.J. Lu <hongjiu.lu@intel.com>
17
18 PR binutils/14481
19 * Makefile.am (BFDTEST1_PROG): New.
20 (TEST_PROGS): Likewise.
21 (bfdtest1_DEPENDENCIES): Likewise.
22 (noinst_PROGRAMS): Add $(TEST_PROGS).
23 * Makefile.in: Regenerated.
24
25 * bfdtest1.c: New file.
26
a06ea964 272012-08-13 Ian Bolton <ian.bolton@arm.com>
c6d8cab4
L
28 Laurent Desnogues <laurent.desnogues@arm.com>
29 Jim MacArthur <jim.macarthur@arm.com>
30 Marcus Shawcroft <marcus.shawcroft@arm.com>
31 Nigel Stephens <nigel.stephens@arm.com>
32 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
33 Richard Earnshaw <rearnsha@arm.com>
34 Sofiane Naci <sofiane.naci@arm.com>
35 Tejas Belagod <tejas.belagod@arm.com>
36 Yufeng Zhang <yufeng.zhang@arm.com>
a06ea964
NC
37
38 * readelf.c (guess_is_rela): Handle EM_AARCH64.
39 (get_machine_name): Likewise.
40 (get_aarch64_segment_type): New function.
41 (get_segment_type): Handle EM_AARCH64 by calling the new function.
42 (get_aarch64_section_type_name): New function.
43 (get_section_type_name): Handle EM_AARCH64 by calling the new function.
44 (is_32bit_abs_reloc): Handle EM_AARCH64.
45 (is_32bit_pcrel_reloc): Likewise.
46 (is_64bit_abs_reloc): Likewise.
47 (is_64bit_pcrel_reloc): Likewise.
48 (is_none_reloc): Likewise.
49
3c892704
NC
502012-08-09 Nick Clifton <nickc@redhat.com>
51
52 * po/vi.po: Updated Vietnamese translation.
53
a442b35f
TT
542012-08-03 Tom Tromey <tromey@redhat.com>
55
56 * dlltool.c (scan_obj_file): Close arfile after calling
57 bfd_openr_next_archived_file.
58
399c99f7
L
592012-08-02 H.J. Lu <hongjiu.lu@intel.com>
60
61 PR binutils/14420
62 * dwarf.c (process_abbrev_section): Add attribute terminator.
63 Warn missing section terminator.
64 (get_FORM_name): Special check for 0 value.
65 (get_AT_name): Likewise.
66 (process_debug_info): Display zero abbrev number. Check
67 attribute terminator.
68
a6dc81d2
NC
692012-07-30 Nick Clifton <nickc@redhat.com>
70
71 * po/binutils.pot: Updated template.
72 * po/bg.po: Updated Bulgarian translation.
73 * po/es.po: Updated Spanish translation.
74 * po/fi.po: Updated Finnish translation.
75 * po/fr.po: Updated French translation.
76 * po/uk.po: Updated Ukranian translation.
77
ee6f7708
KT
782012-07-28 Kai Tietz <ktietz@redhat.com>
79
80 * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
81 (PRODUCTVERSION): Likewise.
82
c4dd807e
MF
832012-07-27 Mike Frysinger <vapier@gentoo.org>
84
85 * configure.in (BFD_VERSION): Run bfd/configure --version and
86 parse the output of that.
87 * configure: Regenerate.
88
af18cb59
TG
892012-07-27 Tristan Gingold <gingold@adacore.com>
90
91 * NEWS: Add marker for 2.23.
92
9b8d1a36
CC
932012-07-24 Teresa Johnson <tejohnson@google.com>
94
95 * addr2line.c (find_address_in_section): Invoke
c6d8cab4 96 bfd_find_nearest_line_discriminator to get the discriminator.
9b8d1a36
CC
97 (find_offset_in_section): Likewise.
98 (translate_addresses): Print discriminator if it is non-zero.
99 * objdump.c (show_line): Invoke
c6d8cab4
L
100 bfd_find_nearest_line_discriminator to get the discriminator,
101 and keep track of prev_discriminator. Print discriminator
102 if it is non-zero.
9b8d1a36
CC
103 (disassemble_data): Initialize prev_discriminator.
104 (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
c6d8cab4
L
105 to get the discriminator, and keep track of last_discriminator.
106 Print discriminator if it is non-zero.
9b8d1a36 107
c2a7d3f5
NC
1082012-07-17 Nick Clifton <nickc@redhat.com>
109
110 * elfcomm.c (setup_archive): Extract index table and symbol table
111 scanning code into...
112 (process_archive_index_and_symbols): ... this function and add
113 support for 64-bit index tables.
114 * elfcomm.h (struct archive_info): Change type of index_num and
115 index_array to elf_vma.
116 Add 'uses_64bit_indicies' field.
117 * readelf.c (process_archive): Fix support for 64-bit indicies.
118
5f8ebec5
NC
1192012-07-03 Nick Clifton <nickc@redhat.com>
120
121 * readelf.c (process_archive): Display member indicies when
122 dumping index.
123
8d6eee87
TT
1242012-07-02 Tom Tromey <tromey@redhat.com>
125
126 * dwarf.c: Include gdb-index.h.
127 (display_gdb_index): Handle version 7.
128
6a1b08f5
L
1292012-06-29 H.J. Lu <hongjiu.lu@intel.com>
130
131 * nm.c (filter_symbols): Simplify global symbol handling.
132
34debcd1
NC
1332012-06-29 Francois Gouget <fgouget@codeweavers.com>
134
135 PR binutils/14302
136 * bucomm.c (print_arelt_descr): Correctly report the archive size
137 field (for 'ar tv').
138 * ar.c (print_contents): Use correct types for archive element
139 sizes (for 'ar p').
140 (extract_file): Likewise (for 'ar x').
141
e63734a3
AM
1422012-06-29 Alan Modra <amodra@gmail.com>
143
144 * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
145
6f7b1488
TT
1462012-06-12 Tom Tromey <tromey@redhat.com>
147
148 * dwarf-mode.el: Add final comment. Bump version.
149 (dwarf-insert-substructure-button): Use string-to-number.
150 (dwarf-browse): Fix autoload cookie.
151
a081f3cd
JJ
1522012-06-08 Jakub Jelinek <jakub@redhat.com>
153
154 * dwarf.c (read_and_display_attr_value): Handle
155 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
156 (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
157 DW_MACRO_GNU_undef_indirect_alt and
158 DW_MACRO_GNU_transparent_include_alt.
159
670b0bad
AM
1602012-06-01 Alan Modra <amodra@gmail.com>
161
162 * addr2line.c (translate_addresses): Truncate input addresses to
163 arch_size bits. Avoid undefined shift. Print '?' for zero line.
164
ea52a088
NC
1652012-05-30 Nick Clifton <nickc@redhat.com>
166
167 * readelf.c (process_section_headers): Correct bug in previous
168 delta - display full section type in wide mode.
169
7bfd842d
NC
1702012-05-28 Nick Clifton <nickc@redhat.com>
171
172 * readelf.c (print_symbol): Display multibyte characters in symbol
173 names.
174 (process_section_headers): Use print_symbol.
175
f2c621e4
AS
1762012-05-18 Andreas Schwab <schwab@linux-m68k.org>
177
178 * aclocal.m4: Regenerate.
179 * configure: Regenerate.
180 * config.in: Regenerate.
181 * Makefile.in: Regenerate.
182
df7b86aa
NC
1832012-05-17 Daniel Richard G. <skunk@iskunk.org>
184 Nick Clifton <nickc@redhat.com>
185
186 PR 14072
187 * configure.in: Add check that sysdep.h has been included before
188 any system header files.
189 * configure: Regenerate.
190 * config.in: Regenerate.
191 * unwind-ia64.h: Include config.h.
192
7282333f
AM
1932012-05-17 Alan Modra <amodra@gmail.com>
194
195 * dwarf.c (process_debug_info): Display abbrev offset in hex.
196 (display_debug_abbrev): Show offset of abbrev.
197
a2ff7a4b
AM
1982012-05-17 Alan Modra <amodra@gmail.com>
199
200 * dwarf.c (display_debug_ranges): Don't report more than one use
201 of the same range set as an overlap.
202
691bf19c
NC
2032012-05-16 Daniel Richard G. <skunk@iskunk.org>
204
205 PR binutils/13558
206 * Makefile.am (CFILES): Add syslex_wrap.c.
207 (sysinfo): Depend upon syslex_wrap.o.
208 (syslex_wrap.o): New rule.
209 (syslex.o): Delete rule.
210 * syslex_wrap.c: New file.
211 * Makefile.in: Regenerate.
212
6927f982
NC
2132012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
214
215 * readelf.c (get_machine_name): Update m68hc12 entry.
216
343dbc36
L
2172012-05-13 H.J. Lu <hongjiu.lu@intel.com>
218
219 * objdump.c (disassemble_bytes): Print addend as signed.
220 (dump_reloc_set): Likewise.
221
4723351a
CC
2222012-05-04 Sterling Augustine <saugustine@google.com>
223 Cary Coutant <ccoutant@google.com>
224
225 * doc/binutils.texi: Add --dwarf-check option.
226 * dwarf.c (dwarf_check): New global flag.
227 (fetch_indexed_string): New function.
228 (fetch_indexed_value): New function.
229 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
230 (decode_location_expression): Add DW_OP_GNU_addr_index.
231 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
232 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
233 (get_AT_name): Add new attributes for Fission.
234 (process_debug_info): Load new debug sections for Fission.
235 (load_debug_info): Check for .debug_info.dwo section.
236 (display_loc_list, display_loc_list_dwo): New functions.
237 (display_debug_loc): Move logic to above two functions.
238 (display_debug_info): Choose abbrev section based on info section.
239 (display_debug_types): Likewise.
240 (display_trace_info): Likewise.
241 (comp_addr_base): New function.
242 (display_debug_addr): New function.
243 (display_debug_str_offsets): New function.
244 (display_debug_ranges): Allow missing range lists. Suppress
245 diagnostics if dwarf_check not set.
246 (debug_displays): Add column to select abbrev section.
247 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
248 for Fission.
249 (struct dwarf_section): Add abbrev_sec field.
250 (struct dwarf_section_display): New type.
251 (debug_info): Add addr_base, ranges_base fields.
252 (dwarf_check): New global variable.
253 * objdump.c (usage): Add --dwarf-check option.
254 (enum option_values): Add OPTION_DWARF_CHECK.
255 (long_options): Add --dwarf-check.
256 (main): Likewise.
257 * readelf.c (OPTION_DWARF_CHECK): New macro.
258 (options): Add --dwarf-check.
259 (parse_args): Likewise.
260 (process_section_headers): Use const_strneq instead of
261 streq.
262
e04d7088
L
2632012-05-11 H.J. Lu <hongjiu.lu@intel.com>
264
265 PR binutils/14088
266 * readelf.c (dump_relocations): Always display addend as
267 signed hex number.
268
208a4923
NC
2692012-05-11 Daniel Richard G. <skunk@iskunk.org>
270
271 PR binutils/14028
272 * configure.in: Invoke ACX_HEADER_STRING.
273 * configure: Regenerate.
274 * config.in: Regenerate.
275 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
276 string.h and strings.h.
277
afd6e1ff
JJ
2782012-05-10 Jakub Jelinek <jakub@redhat.com>
279
280 * dwarf.c (read_and_display_attr_value): Don't look up tag from
281 abbrev for DW_FORM_ref_addr.
282
a8c30cba 2832012-05-08 Sean Keys <skeys@ipdatasys.com>
208a4923 284
a8c30cba 285 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
208a4923 286
96109726
CC
2872012-05-08 Cary Coutant <ccoutant@google.com>
288
289 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
290 (strip): Add --strip-dwo option.
291 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
292 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
293 (strip_options): Add --strip-dwo option.
294 (copy_options): Add --extract-dwo, --strip-dwo options.
295 (copy_usage): Likewise.
296 (strip_usage): Add --strip-dwo option.
297 (is_dwo_section): New function.
298 (is_strip_section_1): Check for DWO sections.
299 (copy_object): Check for --strip-dwo, --extract-dwo options.
300 (copy_relocations_in_section): Discard relocations for DWO sections.
301 Discard entire relocation section when no relocations.
302 (strip_main): Add --strip-dwo option.
303 (copy_main): Add --strip-dwo, --extract-dwo options.
304
e5b62927
AM
3052012-05-08 Alan Modra <amodra@gmail.com>
306
307 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
308 LC and LANG environment vars.
309 * Makefile.in: Regenerate.
310
a19c41a7
TT
3112012-05-07 Tom Tromey <tromey@redhat.com>
312
313 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
314 (get_FORM_name): Use get_DW_FORM_name.
315 (get_AT_name): Use get_DW_AT_name.
316
cce3d66c
AM
3172012-05-07 Alan Modra <amodra@gmail.com>
318
319 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
320 * Makefile.in: Regenerate.
321
45dfa85a
AM
3222012-05-05 Alan Modra <amodra@gmail.com>
323
324 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
325
f6c1a2d5
NC
3262012-05-03 Sean Keys <skeys@ipdatasys.com>
327
328 * readelf.c: Add support for XGATE.
329
1c062060
NC
3302012-05-02 Nick Clifton <nickc@redhat.com>
331
332 * po/vi.po: Updated Vietnamese translation.
333 * po/it.po: New Italian translation.
334 * configure.in (ALL_LINGUAS): Add it.
335 * configure: Regenerate.
336
57402f1e
NC
3372012-05-01 Nick Clifton <nickc@redhat.com>
338
339 PR binutils/13121
340 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
341 AIX system headers.
342
2e30cb57
CC
3432012-04-25 Cary Coutant <ccoutant@google.com>
344
345 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
346 to strip and objcopy.
347 * objcopy.c (deterministic): New global variable.
348 (strip_options): Add --enable-deterministic-archives.
349 (copy_options): Likewise.
350 (copy_usage): Likewise.
351 (strip_usage): Likewise.
352 (copy_archive): When stripping all, don't add archive map; set
353 deterministic output when requested.
354 (strip_main): Add -D/--enable-deterministic-archives option.
355 (copy_main): Likewise.
356
c3989150
L
3572012-04-12 H.J. Lu <hongjiu.lu@intel.com>
358
359 PR binutils/13947
360 * objcopy.c (copy_object): Call copy_relocations_in_section
361 before copy_section.
362 (skip_section): New.
363 (copy_relocations_in_section): Likewise.
364 (copy_section): Use skip_section. Don't copy relocations here.
365
1233b4a7
NC
3662012-04-11 Ryan Mansfield <rmansfield@qnx.com>
367
c6d8cab4
L
368 * objdump.c (dump_bfd): If defaulting to dwarf call
369 dwarf_select_sections_all to enable displays.
1233b4a7 370
58797674
RM
3712012-04-06 Roland McGrath <mcgrathr@google.com>
372
373 * configure.in (AC_CHECK_HEADERS): Add locale.h.
374 * config.in: Regenerate.
375 * configure: Regenerate.
376
44350750
NC
3772012-04-05 Nick Clifton <nickc@redhat.com>
378
379 * configure.in (AC_CHECK_FUNCS): Add setlocale.
380 (AM_LC_MESSAGES): Add.
381 * aclocal.m4: Regenerate.
382 * config.in: Regenerate.
383 * configure: Regenerate.
384
b149968f
NC
3852012-03-30 Nick Clifton <nickc@redhat.com>
386
387 PR binutils/13925
388 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
389 returning an empty context for a function with no arguments.
390
658c7344
TT
3912012-03-28 Tom Tromey <tromey@redhat.com>
392
393 * dwarf.c (display_gdb_index): Handle index version 6.
394
0a22ae8e
NC
3952012-03-07 Nick Clifton <nickc@redhat.com>
396
397 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
398
ae9ab7c0
NC
3992012-02-29 Jeff Law <law@redhat.com>
400
401 * doc/binutils.texi (c++filt): Fix typos.
402
5b3d386e
KT
4032012-02-24 Kai Tietz <ktietz@redhat.com>
404
405 PR binutils/13710
406 * defparse.y (keyword_as_name): Disable LIBRARY
407 keyword.
408 * doc/binutils.texi: Document LIBRARY exception.
409
9a30f236
KT
4102012-02-21 Kai Tietz<ktietz@redhat.com>
411
412 PR binutils/13682
413 * NEWS: Mention new feature.
414 * dlltool.c (i386_x64_dljtab): New stub-code for x64
415 delayed-load feature.
416 (i386_x64_trampoline): New trampoline-code for x64
417 delayed-load feature.
418 (make_one_lib_file): Add support for x64 delayed-load
419 feature.
420 (make_delay_head): Likewis
421
6c713012
AM
4222012-02-20 Namhyung Kim <namhyung.kim@lge.com>
423
424 * objdump.c (slurp_file): Close file if fstat fails.
425
74bc6052
CC
4262012-02-14 Cary Coutant <ccoutant@google.com>
427
428 * dwarf.c (dwarf_vmatoa64): New function.
429 (read_and_display_attr_value): Print 8-byte forms as single hex
430 numbers.
431 (process_debug_info): Print type signatures as single hex numbers.
432 * elfcomm.c (byte_get_64): New function.
433 * elfcomm.h (byte_get_64): New function.
434
aa83d1ec
KT
4352012-02-11 Kai Tietz <ktietz@redhat.com>
436
437 PR binutils/13657
438 * defparse.y (%union): New type id_const.
439 (opt_name2): New rule.
440 (keyword_as_name): New rule.
441 (opt_name): Adjust rule.
442 (opt_import_name): Likewise.
443 (opt_equal_name): Likewise.
444
7afcdbb2
KT
4452012-02-11 Kai Tietz <ktietz@redhat.com>
446
447 PR binutils/13297
448 * resrc.c (write_rc_dialog_control): Omit text dump for
449 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
450
dbb7c441
AM
4512012-02-09 Alan Modra <amodra@gmail.com>
452
453 * sysdep.h: Include sys/stat.h here.
454 * ar.c: Don't include headers already included by sysdep.h.
455 * bucomm.c: Likewise.
456 * budbg.h: Likewise.
457 * dlltool.h: Likewise.
458 * elfedit.c: Likewise.
459 * nlmconv.c: Likewise.
460 * objcopy.c: Likewise.
461 * objdump.c: Likewise.
462 * objdump.h: Likewise.
463 * readelf.c: Likewise.
464 * rename.c: Likewise.
465 * resrc.c: Likewise.
466 * strings.c: Likewise.
467 * windres.c: Likewise.
468 * od-macho.c: Ensure #include sysdep.h is first.
469 * od-xcoff.c: Likewise.
470 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
471 remove duplicate headers.
472 * dlltool.c: Likewise and ensure #include sysdep.h is first.
473
36e32b27
NC
4742012-02-01 Nick Clifton <nickc@redhat.com>
475
476 PR binutils/13493
477 * ar.c (ranlib_main): Process --plugin option.
478 * doc/binutils.texi: Document --plugin support for ranlib.
479
8b971f9f
NC
4802012-02-01 Nick Clifton <nickc@redhat.com>
481
482 PR binutils/13482
483 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
484 verifying the contents of a note.
485
fa1908fd
NC
4862012-01-26 Nick Clifton <nickc@redhat.com>
487
488 PR binutils/13622
489 * readelf.c (process_section_groups): If there are no section
490 headers do not scan for section groups.
491 (process_note_sections): Likewise for note sections.
492
2128eb39
TG
4932012-01-20 Tristan Gingold <gingold@adacore.com>
494
495 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
496 (options): Add an entry for seg_split_info.
497 (mach_o_help): Document it.
498 (dump_segment_split_info): New function.
499 (dump_load_command): Handle seg_split_info.
500
2fc0fe4f
TG
5012012-01-19 Tristan Gingold <gingold@adacore.com>
502
503 * dwarf.c (process_extended_line_op): Add a cast to silent a
504 warning.
505
143a3db0
TG
5062012-01-19 Tristan Gingold <gingold@adacore.com>
507
508 * dwarf.c (process_extended_line_op): Reindent define_file output.
509 Detect define_file opcode length mismatch.
510 (display_debug_lines_decoded): Add an entry in file_table for each
511 define_file opcode.
512 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
513 Display extended opcode for unhandle opcode.
514
576477a6
AM
5152012-01-17 Alan Modra <amodra@gmail.com>
516
517 * version.c (print_version): Update copyright message year.
518
ddb1377c
AM
5192012-01-16 Alan Modra <amodra@gmail.com>
520
521 PR binutils/13593
522 * nm.c (OPTION_SIZE_SORT): Define.
523 (long_options): Don't set no_sort, sort_numerically or
524 sort_by_size directly.
525 (main): Instead set the flags here, making them mutually exclusive.
526
1598539f
TG
5272012-01-10 Tristan Gingold <gingold@adacore.com>
528
529 * objdump.c (display_object_bfd): Renamed from ...
530 (display_bfd): ... this.
531 (display_any_bfd): New function.
532 (display_file): Split. Handle nested archives.
533
52546677
RM
5342012-01-09 Roland McGrath <mcgrathr@google.com>
535
536 * configure.in: Use AM_ZLIB.
537 * configure: Regenerated.
538
99eac5be
NC
5392012-01-06 Nick Clifton <nickc@redhat.com>
540
541 * po/ru.po: Updated Russian translation.
542
9f4a5bd1
TG
5432012-01-04 Tristan Gingold <gingold@adacore.com>
544
545 * od-macho.c (dump_load_command): Handle fvmlib.
546
fc55a902
TG
5472012-01-04 Tristan Gingold <gingold@adacore.com>
548
549 * od-macho.c: Update copyright year.
550 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
551
23e1d329 552For older changes see ChangeLog-2011
252b5132
RH
553\f
554Local Variables:
555mode: change-log
556left-margin: 8
557fill-column: 74
558version-control: never
559End:
This page took 0.54587 seconds and 4 git commands to generate.