* ld.texinfo (Output Section Address): Note that specifying an
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2009-04-07 Nick Clifton <nickc@redhat.com>
2
3 * ld.texinfo (Output Section Address): Note that specifying an
4 address for an output section will only change the location
5 counter if the output section is used.
6
7 2009-04-06 Kazu Hirata <kazu@codesourcery.com>
8
9 * ldfile.c (ldfile_find_command_file): Initialize result.
10
11 2009-04-06 Kazu Hirata <kazu@codesourcery.com>
12
13 * ld.texinfo (-L): Mention that -L options do not affect how ld
14 searches for a linker script unless -T option is specified.
15 * ldfile.c (ldfile_find_command_file): Append the path obtained
16 from the program name to the search path instead of
17 prepending. Add a new parameter "default_only". Restrict the
18 search to the default script location if the new parameter is
19 true.
20 (ldfile_open_command_file_1): New.
21 (ldfile_open_command_file): Call ldfile_open_command_file_1.
22 (ldfile_open_default_command_file): New.
23
24 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
25
26 * ldlang.c (lang_leave_output_section_statement): Set lma_region
27 if it is not overridden and section is for the same vma region as
28 the previous section.
29
30 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
31
32 PR ld/6744
33 * ld.texinfo (--export-dynamic): Mention --export-all-symbols.
34 * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Issue
35 warning if --export-dynamic was passed on command-line.
36 * emultempl/pep.em (gld_${EMULATION_NAME}_after_parse): Likewise.
37
38 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
39
40 * emultempl/aix.em (gld${EMULATION_NAME}_open_dynamic_archive): New
41 function.
42 (ld_${EMULATION_NAME}_emulation): Use it.
43
44 2009-03-20 H.J. Lu <hongjiu.lu@intel.com>
45
46 PR ld/9970
47 * ldlang.c (lang_end): Warn missing entry symbol for -pie.
48
49 2009-03-19 Alan Modra <amodra@bigpond.net.au>
50
51 * emultempl/spuelf.em (spu_before_allocation): Report errors from
52 spu_elf_find_overlays.
53
54 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
55
56 PR ld/6766
57 * lexsup.c (parse_args): Call ldlang_add_undef for -e.
58
59 2009-03-18 Alan Modra <amodra@bigpond.net.au>
60
61 * ld.h: Remove alloca handling.
62
63 2009-03-17 Alan Modra <amodra@bigpond.net.au>
64
65 * emultempl/spu_icache.S: Add new entry to dummy handler.
66 * emultempl/spu_icache.o_c: Regenerate.
67 * emultempl/spuelf.em (params): Init new field.
68 (no_overlays): New static var.
69 (spu_before_allocation): Use it.
70 (OPTION_SPU_COMPACT_STUBS): Define.
71 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add compact-stubs.
72 (PARSE_AND_LIST_ARGS_CASES): Handle compact-stubs. Adjust no-overlays
73 handling.
74
75 2009-03-17 Alan Modra <amodra@bigpond.net.au>
76
77 * configure.host (HOSTING_LIBS): Two dollars on shell variable
78 expansion to suit make.
79
80 2009-03-17 Alan Modra <amodra@bigpond.net.au>
81
82 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
83 * Makefile.am (check-DEJAGNU): Set DO_COMPARE.
84 * aclocal.m4: Regenerate.
85 * configure: Regenerate.
86 * Makefile.in: Regenerate.
87
88 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
89
90 * emultempl/aix.em (auto_export_flags): New variable.
91 (explicit_auto_export_flags): Likewise.
92 (OPTION_EXPALL, OPTION_EXPFULL): New enum values.
93 (OPTION_NOEXPALL, OPTION_NOEXPFULL): Likewise.
94 (gld${EMULATION_NAME}_add_options): Add -bexpall, -bexpfull,
95 -bnoexpall and -bnoexpfull.
96 (gld${EMULATION_NAME}_handle_option): Handle them.
97 (gld${EMULATION_NAME}_before_allocation): Update the call to
98 bfd_size_dynamic_sections.
99
100 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
101
102 * emultempl/aix.em (gld${EMULATION_NAME}_handle_option): Make
103 -berok and -bernotok control link_info.unresolved_syms_in_objects
104 and link_info.unresolved_syms_in_shared_libs instead of
105 force_make_executable.
106
107 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
108
109 * emultempl/aix.em (gld${EMULATION_NAME}_before_parse): Set
110 config.dynamic_link to TRUE.
111
112 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
113
114 * emultempl/aix.em (gld${EMULATION_NAME}_before_allocation): Mark
115 .text, .data and .bss output sections as SEC_KEEP.
116
117 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
118
119 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
120
121 2009-03-14 Dave Korn <dave.korn.cygwin@gmail.com>
122 Danny Smith <dannysmith@users.sourceforge.net>
123
124 * emultmpl/pe.em (pe_dll_characteristics): New variable.
125 (OPTION_DYNAMIC_BASE, OPTION_FORCE_INTEGRITY, OPTION_NX_COMPAT,
126 OPTION_NO_ISOLATION. OPTION_NO_SEH, OPTION_NO_BIND,
127 OPTION_WDM_DRIVER, OPTION_TERMINAL_SERVER_AWARE):
128 New macros for options to set DllCharacteristics flag bits.
129 (gld${EMULATION_NAME}_add_options): Add dynamicbase, forceinteg,
130 nxcompat, no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
131 (init): Add DllCharacteristics field.
132 (gld_${EMULATION_NAME}_list_options): List new options.
133 (gld${EMULATION_NAME}_handle_option): Handle new options.
134 * emultmpl/pep.em (pe_dll_characteristics): New variable.
135 (OPTION_DYNAMIC_BASE, OPTION_FORCE_INTEGRITY, OPTION_NX_COMPAT,
136 OPTION_NO_ISOLATION. OPTION_NO_SEH, OPTION_NO_BIND,
137 OPTION_WDM_DRIVER, OPTION_TERMINAL_SERVER_AWARE):
138 New macros for options to set DllCharacteristics flags.
139 (gld${EMULATION_NAME}_add_options): Add dynamicbase, forceinteg,
140 nxcompat,no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
141 (init): Add DllCharacteristics field.
142 (gld_${EMULATION_NAME}_list_options): List new options.
143 (gld${EMULATION_NAME}_handle_option): Handle new options.
144 * ldtexinfo : Document dynamicbase, forceinteg, nxcompat,
145 no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
146
147 2009-03-06 Nick Clifton <nickc@redhat.com>
148
149 * po/es.po: Updated Spanish translation.
150
151 2009-03-03 Dave Korn <dave.korn.cygwin@gmail.com>
152
153 * emultempl/pe.em (debug_section_p): New bfd_map_over_sections hook.
154 (gld_${EMULATION_NAME}_after_open): Use it to iterate all sections
155 of all input BFDs, looking for debug info. Enable long section names
156 if any found.
157 * emultempl/pe.em (debug_section_p): Likewise.
158 (gld_${EMULATION_NAME}_after_open): Likewise.
159 * NEWS: Retrospectively adjust news announcement.
160 * ld.texinfo: Update documentation to mention new behaviour.
161
162 2009-03-03 Alan Modra <amodra@bigpond.net.au>
163
164 * Makefile.am: Run "make dep-am".
165 * Makefile.in: Regenerate.
166
167 2009-03-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
168
169 * ldgram.y: Add support for REGION_ALIAS operator.
170 * ldlang.c: Likewise.
171 * ldlang.h: Likewise.
172 * ldlex.l: Likewise.
173 * NEWS: Mention the new feature.
174 * ld.texinfo: Document the new feature.
175
176 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
177
178 * Makefile.am: Replace score elf emulation with score3 and score7
179 emulations.
180 * Makefile.in: Regenerate,
181 * NEWS: Mention support for Score7 architecture.
182 * configure.tgt: Add score7 emulation to score-elf target.
183 * emulparams/scoreelf.sh: Add score7 support.
184 * emultempl/scoreelf.em: Likewise.
185
186 2009-03-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
187
188 * configure.tgt: Only use elf64hppa target emulation for hpux.
189 * emulparams/elf64hppa.sh: Don't include hppa64linux.sh.
190 (SCRIPT_NAME): Use new script elf64hppa.
191 (SCRIPT_NAME, ELFSIZE, NO_REL_RELOCS, ARCH, MACHINE, ENTRY,
192 TEMPLATE_NAME, GENERATE_SHLIB_SCRIPT, OTHER_READONLY_SECTIONS,
193 OTHER_READWRITE_SECTIONS, OTHER_BSS_SECTIONS, OTHER_GOT_RELOC_SECTIONS,
194 DATA_START_SYMBOLS, OTHER_SYMBOLS, DATA_PLT, PLT_BEFORE_GOT,
195 TEXT_DYNAMIC): Define.
196 * emulparams/hppa64linux.sh: Adjust comments.
197 * scripttempl/elf64hppa.sc: New file.
198
199 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
200
201 * configure: Regenerate.
202
203 2009-02-27 Dave Korn <dave.korn.cygwin@gmail.com>
204
205 * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Set
206 default state of auto-import flag based on $target.
207
208 2009-02-24 Joseph Myers <joseph@codesourcery.com>
209
210 * ld.texinfo (ARM): Document changed meaning of --stub-group-size.
211 * emultempl/armelf.em (hook_in_stub): Insert after the input section.
212 (elf32_arm_add_stub_section): Update comment.
213 (PARSE_AND_LIST_OPTIONS): Update help for --stub-group-size.
214
215 2009-02-24 Sandra Loosemore <sandra@codesourcery.com>
216
217 * ld.texinfo (Options): Correct typos in example. Recommend
218 using joined forms of syntax for passing options with arguments
219 from a driver.
220 (-a): Use consistent syntax for documenting option arguments.
221 Clean up indexing and markup.
222 (-A/--architecture): Likewise.
223 (-f/--auxiliary): Likewise.
224 (-F/--filter): Likewise.
225 (-fini): Likewise.
226 (-G/--gpsize): Likewise.
227 (-h/-soname):Likewise.
228 (-init): Likewise.
229 (-l/--library): Likewise.
230 (-L/--library-path): Likewise.
231 (-m): Likewise.
232 (--defsym): Likewise.
233 (-I/--dynamic-linker): Likewise.
234 (-Map): Likewise.
235 (--oformat): Likewise.
236 (--retain-symbols-file): Likewise.
237 (-rpath): Likewise.
238 (-rpath-link): Likewise.
239 (--sort-common): Likewise.
240 (--sort-section): Likewise.
241 (--split-by-file): Likewise.
242 (--split-by-reloc): Likewise.
243 (--sysroot): Likewise.
244 (--section-start): Likewise.
245 (-Tbss, -Tdata, -Ttext): Likewise.
246 (-Ttext-segment): Likewise.
247 (--version-script): Likewise.
248 (--wrap): Likewise.
249
250 2009-02-18 Dave Korn <dave.korn.cygwin@gmail.com>
251
252 * ld.texinfo: Update to mention long section name options.
253 * NEWS: Mention new behaviour and command-line options.
254 * pe-dll.c (pe_use_coff_long_section_names): New global variable.
255 (pe_output_file_set_long_section_names): New function.
256 (pe_dll_build_sections): Call it on output BFDs.
257 (pe_exe_build_sections): Likewise.
258 (pe_dll_fill_sections): Likewise.
259 (pe_exe_fill_sections): Likewise.
260 * pe-dll.h (pe_use_coff_long_section_names): Declare extern.
261 (pe_output_file_set_long_section_names): Add prototype.
262 * pep-dll.c (pe_use_coff_long_section_names): Define pep_ alias.
263 (pe_output_file_set_long_section_names): Likewise.
264 * pep-dll.h (pep_use_coff_long_section_names): Declare extern.
265 (pep_output_file_set_long_section_names): Add prototype.
266 * pe.em (OPTION_ENABLE_LONG_SECTION_NAMES): New getopt value macro.
267 (OPTION_DISABLE_LONG_SECTION_NAMES): Likewise.
268 (gld${EMULATION_NAME}_add_options): Add new options to xtra_long[].
269 (gld_${EMULATION_NAME}_list_options): Describe them.
270 (gld${EMULATION_NAME}_handle_option): Set or clear global
271 pe_use_coff_long_section_names flag when options recognised.
272 (gld_${EMULATION_NAME}_after_open): En/disable long section names
273 for main output bfd by calling pe_output_file_set_long_section_names.
274 * pep.em (enum options): Extend enum with new getopt option values.
275 (gld${EMULATION_NAME}_add_options): Add new options to xtra_long[].
276 (gld_${EMULATION_NAME}_list_options): Describe them.
277 (gld${EMULATION_NAME}_handle_option): Set or clear global
278 pe_use_coff_long_section_names flag when options recognised.
279 (gld_${EMULATION_NAME}_after_open): En/disable long section names
280 for main output bfd by calling pep_output_file_set_long_section_names.
281
282 2009-02-16 Dave Korn <dave.korn.cygwin@gmail.com>
283
284 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't emit
285 inadvertent .reloc sections caused by refactoring accident.
286
287 2009-02-16 Alan Modra <amodra@bigpond.net.au>
288
289 * ldlang.c (process_insert_statements): ASSERT that output section
290 statements are in order.
291
292 2009-02-16 Alan Modra <amodra@bigpond.net.au>
293
294 * ldlang.c (push_stat_ptr, pop_stat_ptr): New functions.
295 (stat_save, stat_save_ptr): New variables.
296 (lang_insert_orphan): Use push_stat_ptr and pop_stat_ptr.
297 (load_symbols): Likewise. Delete dead "bad_load" code.
298 (open_input_bfds): Warn on script containing output sections.
299 (lang_enter_output_section_statement): Use push_stat_ptr.
300 (lang_enter_group): Likewise.
301 (lang_leave_output_section_statement): Use pop_stat_ptr.
302 (lang_leave_group): Likewise.
303 * ldlang.h (push_stat_ptr, pop_stat_ptr): Declare.
304 * ldctor.c (ldctor_build_sets): Use push_stat_ptr and pop_stat_ptr.
305 * emultempl/beos.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
306 * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
307 * emultempl/pep.em (gld_${EMULATION_NAME}_set_symbols): Likewise.
308 * emultempl/spuelf.em (spu_place_special_section): Likewise.
309 * emultempl/xtensaelf.em (ld_xtensa_insert_page_offsets): Likewise.
310
311 2009-02-09 Nathan Sidwell <nathan@codesourcery.com>
312
313 Missing piece of 2009-01-26 commit
314 * ldlang.c (lang_process): Don't consider relocatable flag when
315 checking for overlap.
316
317 2009-02-05 Joseph Myers <joseph@codesourcery.com>
318
319 * emulparams/m68kelf.sh: Add newline at end of file.
320
321 2009-02-04 Nick Clifton <nickc@redhat.com>
322
323 PR 9805
324 * ld.texinfo (--allow-shlib-undefined): Correct description of
325 default settings and tidy up the rest of the entry.
326
327 2009-02-04 Alan Modra <amodra@bigpond.net.au>
328
329 * emultempl/spuelf.em (spu_after_open): Don't combine .text.ia.*
330 during relocatable link.
331
332 2009-02-03 Nick Clifton <nickc@redhat.com>
333
334 PR 9797
335 * ld.texinfo (Constants): Document the base-encoding suffixes
336 supported in linker scripts.
337
338 2009-02-03 Alan Modra <amodra@bigpond.net.au>
339
340 * NEWS: Mention --as-needed change.
341
342 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
343
344 * configure.in: AC_SUBST pdfdir.
345 * Makefile.am: Add install-pdf, install-pdf-am,
346 and install-pdf-recursive targets. Define pdf__strip_dir.
347 * po/Make-in: Add install-pdf target.
348 * configure: Regenerate.
349 * Makefile.in: Regenerate.
350
351 2009-01-31 Alan Modra <amodra@bigpond.net.au>
352
353 * ld.texinfo (--as-needed): Update.
354
355 2009-01-29 Andrew Jenner <andrew@codesourcery.com>
356
357 * emultempl/armelf.em: Correct formatting of help text for
358 --no-enum-size-warning option.
359
360 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
361
362 * lexsup.c (parse_args): Set check_section_addresses to 1 or 0.
363 * ld.h (args_type): Make check_section_addresses a char.
364 * ldmain.c (main): Default check_section_addresses to -1. Check it
365 for relocatable links.
366 * ld.texinfo (--check-sections): Update documentation.
367
368 2009-01-26 Kai Tietz <kai.tietz@onevision.com>
369
370 * pe-dll.c (tmp_seq2): New static variable.
371 (make_singleton_name_imp): New.
372 (make_import_fixup_entry): Use for v2 the _imp_<name> symbol and
373 avoid duplicate import table generation for same symbol.
374 (pe_create_runtime_relocator_reference): Make reference for
375 64-bit 8 bytes.
376
377 2009-01-21 Alan Modra <amodra@bigpond.net.au>
378
379 * emultempl/spuelf.em (params): Init new field.
380 (OPTION_SPU_NON_IA_TEXT): Define.
381 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add --non-ia-text.
382 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_SPU_NON_IA_TEXT.
383
384 2009-01-16 H.J. Lu <hongjiu.lu@intel.com>
385
386 * lexsup.c (option_values): Add OPTION_TTEXT_SEGMENT.
387 (ld_options): Add -Ttext-segment.
388 (parse_args): Handle OPTION_TTEXT_SEGMENT.
389
390 * ld.texinfo: Document -Ttext-segment.
391
392 * NEWS: Mention -Ttext-segment.
393
394 * scripttempl/elf.sc (TEXT_START_ADDR): Use SEGMENT_START.
395 (SHLIB_TEXT_START_ADDR): Likewise.
396
397 2009-01-13 Alan Modra <amodra@bigpond.net.au>
398
399 * emultempl/spu_icache.o_c: Regenerate.
400
401 2009-01-12 Alan Modra <amodra@bigpond.net.au>
402
403 * emultempl/spuelf.em (params): Init new fields.
404 (num_lines_set, line_size_set, icache_mgr, icache_mgr_stream): New vars.
405 (spu_place_special_section): Adjust placement for soft-icache. Pad
406 soft-icache section to a fixed size. Clear addr_tree.
407 (spu_elf_load_ovl_mgr): Support soft-icache. Map overlay manager
408 sections a little more intelligently.
409 (gld${EMULATION_NAME}_finish): Don't call spu_elf_build_stubs.
410 (OPTION_SPU_NUM_LINES): Rename from OPTION_SPU_NUM_REGIONS.
411 (OPTION_SPU_SOFT_ICACHE, OPTION_SPU_LINE_SIZE): Define.
412 (OPTION_SPU_LRLIVE): Define.
413 (PARSE_AND_LIST_LONGOPTS): Add new soft-icache options.
414 (PARSE_AND_LIST_OPTIONS): Likewise.
415 (PARSE_AND_LIST_ARGS_CASES): Handle them.
416 * emultempl/spu_icache.S: Dummy file.
417 * emultempl/spu_icache.o_c: Regenerate.
418 * Makefile.am (eelf32_spu.c): Depend on spu_icache.o_c.
419 (spu_icache.o_c): Add rule to build.
420 (CLEANFILES): Zap temp files.
421 (EXTRA_DIST): Add spu_icache.o_c.
422 * Makefile.in: Regenerate.
423
424 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
425
426 * pe.em (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
427 (gld..._add_options): Add new option
428 --use-nul-prefixed-import-tables.
429 (gld..._handle_option): Likewise.
430 * pep.em: Same as for pe.em.
431 * ld.texinfo: Add new option documentation for
432 --use-nul-prefixed-import-tables.
433 * pe-dll.c (pe_use_nul_prefixed_import_tables): New.
434 (make_head): Make prefix leading zero prefix element for
435 idata$4 and idata$5 dependent to new flag.
436 (make_import_fixup_entry): Remove idata4/5 prefix.
437 * pe-dll.h (pe_use_nul_prefixed_import_tables): New.
438 * pep-dll.c (pe_use_nul_prefixed_import_tables): New.
439 * pep-dll.h (pep_use_nul_prefixed_import_tables): New.
440 * NEWS: Add new option.
441
442 2009-01-05 Kai Tietz <kai.tietz@onevision.com>
443
444 * emultempl/pe.em: Prefix dollar characters to be outputed in
445 generated C file.
446 * emultempl/pep.em: Likewise.
447
448 2009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
449
450 * NEWS: Mention new feature --exclude-modules-for-implib.
451 * ld.texinfo: Document new --exclude-modules-for-implib option.
452 * pe-dll.c (exclude_list_struct): Change type member from int to
453 new enumeration exclude_type.
454 (pe_dll_add_excludes): Accept exclude_type instead of int param.
455 (auto_export): Replace magic constants by exclude_type values and
456 handle new choice EXCLUDEFORIMPLIB.
457 (pe_dll_generate_implib): Accept a pointer to the link_info and
458 iterate all input BFDs looking for EXCLUDEFORIMPLIB modules; re-open
459 fresh BFDs for any found and link into import lib archive chain.
460 * pe-dll.h (exclude_type): Add new enumerated type to replace magic
461 constants previously used for exclude_list_struct type member.
462 (pe_dll_add_excludes, pe_dll_generate_implib): Update prototypes.
463 * pep-dll.h (exclude_type, pe_dll_add_excludes,
464 pe_dll_generate_implib): Likewise to all the above.
465 * emultempl/pe.em (OPTION_EXCLUDE_MODULES_FOR_IMPLIB): Define new
466 getopts long option code for new --exclude-modules-for-implib option.
467 (gld${EMULATION_NAME}_add_options): Add new entry to xtra_long[].
468 (gld_${EMULATION_NAME}_list_options): List usage for it.
469 (gld${EMULATION_NAME}_handle_option): Use exclude_type enumerated
470 values when calling pe_dll_add_excludes, and handle EXCLUDEFORIMPLIB.
471 (gld_${EMULATION_NAME}_finish): Pass pointer to link_info when
472 calling pe_dll_generate_implib.
473 * emultempl/pep.em (options): Define new enumerated value for getopts
474 long option code for new --exclude-modules-for-implib option.
475 (gld${EMULATION_NAME}_add_options, gld_${EMULATION_NAME}_list_options,
476 gld${EMULATION_NAME}_handle_option, gld_${EMULATION_NAME}_finish):
477 Again, likewise to all the above.
478
479 2009-01-03 Dave Korn <dave.korn.cygwin@gmail.com>
480
481 * pe-dll.c (autofilter_liblist): Add entry for shared libgcc.
482 (libnamencmp): New function.
483 (auto_export): Use it in place of strncmp when filtering libraries.
484
485 For older changes see ChangeLog-2008
486 \f
487 Local Variables:
488 mode: change-log
489 left-margin: 8
490 fill-column: 74
491 version-control: never
492 End:
This page took 0.043872 seconds and 5 git commands to generate.