Re-enable incremental tests that were failing with GCC 9+.
[deliverable/binutils-gdb.git] / gold / ChangeLog
1 2020-12-13 Cary Coutant <ccoutant@gmail.com>
2
3 PR gold/23539
4 PR gold/24123
5 * testsuite/Makefile.am (incremental_copy_test): Re-enable for GCC 9+.
6 (incremental_comdat_test_1): Likewise.
7 * testsuite/Makefile.in: Regenerate.
8
9 2020-12-13 Cary Coutant <ccoutant@gmail.com>
10
11 PR gold/23539
12 * object.cc (Sized_relobj_file::layout_gnu_property_section): Ignore
13 Gnu properties during incremental links.
14
15 2020-12-13 Cary Coutant <ccoutant@gmail.com>
16
17 PR gold/24123
18 * layout.cc (Layout::init_fixed_output_section): Mask out flags that
19 should be ignored when matching sections.
20
21 2020-12-07 Alan Modra <amodra@gmail.com>
22
23 * plugin.cc (Plugin_recorder::init): Replace strncpy with memcpy.
24
25 2020-12-03 Alan Modra <amodra@gmail.com>
26
27 * testsuite/Makefile.am (pr26936a.o): Pass -mx86-used-note=yes.
28 (pr26936b.o, pr26936c.o, pr26936d.o): Likewise.
29 * testsuite/Makefile.in: Regenerate.
30
31 2020-11-29 H.J. Lu <hongjiu.lu@intel.com>
32
33 PR ld/26972
34 * x86_64.cc (Output_data_plt_x86_64_ibt::tlsdesc_plt_entry): Add
35 endbr64.
36 (Output_data_plt_x86_64_ibt::do_fill_tlsdesc_entry): Adjusted.
37
38 2020-11-29 H.J. Lu <hongjiu.lu@intel.com>
39
40 PR gold/26939
41 * x86_64.cc (Target_x86_64<size>::Scan::local): Check
42 get_r_addend() == -4 for GOTPCRELX conversion.
43 (Target_x86_64<size>::Scan::global): Likewise.
44 (Target_x86_64<size>::Relocate::relocate): Likewise.
45 * testsuite/Makefile.am (check_DATA): Add
46 x86_64_mov_to_lea15.stdout and x86_64_mov_to_lea16.stdout.
47 (MOSTLYCLEANFILES): Add x86_64_mov_to_lea15 and
48 x86_64_mov_to_lea16.
49 (x86_64_mov_to_lea9.o): New target.
50 (x86_64_mov_to_lea10.o): Likewise.
51 (x86_64_mov_to_lea15): Likewise.
52 (x86_64_mov_to_lea16): Likewise.
53 (x86_64_mov_to_lea15.stdout): Likewise.
54 (x86_64_mov_to_lea16.stdout): Likewise.
55 * testsuite/Makefile.in: Regenerated.
56 * testsuite/x86_64_mov_to_lea.sh: Updated.
57 * testsuite/x86_64_mov_to_lea5.s: New file.
58
59 2020-11-29 H.J. Lu <hongjiu.lu@intel.com>
60
61 PR gold/26937
62 * object.cc (Sized_relobj_file::map_to_kept_section): Get the
63 section index for linkonce section. Also check the single
64 comdat section.
65 * testsuite/Makefile.am (check_SCRIPTS): Add pr26936.sh.
66 (check_DATA): Add pr26936a.stdout and pr26936b.stdout.
67 (MOSTLYCLEANFILES): Add pr26936a and pr26936b.
68 (pr26936a.stdout): New target.
69 (pr26936a): Likewise.
70 (pr26936b.stdout): Likewise.
71 (pr26936b): Likewise.
72 (pr26936a.o): Likewise.
73 (pr26936b.o): Likewise.
74 (pr26936c.o): Likewise.
75 (pr26936d.o): Likewise.
76 * testsuite/Makefile.in: Regenerated.
77 * testsuite/pr26936.sh: New file.
78 * testsuite/pr26936a.s: Likewise.
79 * testsuite/pr26936b.s: Likewise.
80 * testsuite/pr26936c.s: Likewise.
81 * testsuite/pr26936d.s: Likewise.
82
83 2020-11-17 Alan Modra <amodra@gmail.com>
84
85 * powerpc.cc (Target_powerpc::no_tprel_opt_): Rename from tprel_opt_.
86 Init to false.
87 (Target_powerpc::tprel_opt): Test parameters->options().tls_optimize().
88 (Target_powerpc::set_tprel_opt): Delete.
89 (Target_powerpc::set_no_tprel_opt): New function. Update all uses
90 of set_tprel_opt.
91
92 2020-11-16 Michael Hudson-Doyle <michael.hudson@canonical.com>
93
94 PR 26902
95 * powerpc.cc (Relocate::relocate): Do not include local entry
96 offset of target function when computing the address of a stub.
97
98 2020-11-08 H.J. Lu <hongjiu.lu@intel.com>
99
100 PR gold/26200
101 * plugin.cc (Plugin_manager::claim_file): Don't share Plugin_list
102 iterator.
103 (Plugin_manager::all_symbols_read): Likewise.
104 (Plugin_manager::cleanup): Likewise.
105
106 2020-11-03 Alan Modra <amodra@gmail.com>
107
108 * powerpc.cc (Target_powerpc::tocsave_loc): Return a pointer.
109 (Target_powerpc::Relocate::relocate): Avoid -Wdangling-gsl error.
110
111 2020-11-03 Nick Gasson <nick.gasson@arm.com>
112
113 PR 26827
114 * fileread.cc (File_read::open): Ensure file_counts_lock is
115 initialized.
116 * testsuite/Makefile.am (check_PROGRAMS): Add a test that passes
117 -Wl,--threads.
118 * testsuite/Makefile.in: Regenerate.
119
120 2020-10-30 H.J. Lu <hongjiu.lu@intel.com>
121
122 * testsuite/gnu_property_test.sh: Updated.
123
124 2020-10-22 H.J. Lu <hongjiu.lu@intel.com>
125
126 * Makefile.am (bootstrap-test): Skip for LTO build.
127 (bootstrap-test-r): Likewise.
128
129 2020-10-13 H.J. Lu <hongjiu.lu@intel.com>
130
131 PR gold/23539
132 * configure.ac: Check for GCC 9 or later and for -fcf-protection.
133 * configure: Regenerated.
134 * testsuite/Makefile.am (check_PROGRAMS): Skip incremental_test_2,
135 incremental_test_3, incremental_test_4, incremental_test_5,
136 incremental_copy_test, incremental_common_test_1 and
137 incremental_comdat_test_1 for -fcf-protection. Also Skip
138 incremental_copy_test and incremental_comdat_test_1 for GCC 9 or
139 later.
140 * testsuite/Makefile.in: Regenerated.
141
142 2020-10-13 H.J. Lu <hongjiu.lu@intel.com>
143
144 PR gold/23503
145 * testsuite/Makefile.am (justsyms_lib): Pass
146 -T $(srcdir)/justsyms_lib.t to gold.
147 * testsuite/Makefile.in: Regenerated.
148 * testsuite/justsyms_lib.t: New file.
149 * testsuite/script_test_10.t: Discard .note.gnu.property section.
150
151 2020-10-13 H.J. Lu <hongjiu.lu@intel.com>
152
153 * x86_64.cc (Target_x86_64::Target_x86_64): Initialize
154 feature_2_used_, feature_2_needed_ and object_feature_2_used_.
155 (Target_x86_64::feature_2_used_): New data member.
156 (Target_x86_64::feature_2_needed_): Likewise.
157 (Target_x86_64::object_isa_1_used_): Likewise.
158 (Target_x86_64::record_gnu_property): Support
159 GNU_PROPERTY_X86_COMPAT_ISA_1_USED,
160 GNU_PROPERTY_X86_COMPAT_ISA_1_NEEDED,
161 GNU_PROPERTY_X86_COMPAT_2_ISA_1_USED,
162 GNU_PROPERTY_X86_COMPAT_2_ISA_1_NEEDED,
163 GNU_PROPERTY_X86_FEATURE_2_USED and
164 GNU_PROPERTY_X86_FEATURE_2_NEEDED.
165 (Target_x86_64::merge_gnu_properties): Merge FEATURE_2_USED bits.
166 Initialize object_feature_2_used_.
167 (Target_x86_64::do_finalize_gnu_properties): Support
168 GNU_PROPERTY_X86_FEATURE_2_USED and
169 GNU_PROPERTY_X86_FEATURE_2_NEEDED.
170 * testsuite/gnu_property_a.S (GNU_PROPERTY_X86_ISA_1_USED): Set
171 to 0xc0010002.
172 (GNU_PROPERTY_X86_ISA_1_NEEDED): Set to 0xc0008002.
173 * testsuite/gnu_property_b.S (GNU_PROPERTY_X86_ISA_1_USED): Set
174 to 0xc0010002.
175 (GNU_PROPERTY_X86_ISA_1_NEEDED): Set to 0xc0008002.
176 * testsuite/gnu_property_c.S (GNU_PROPERTY_X86_ISA_1_USED): Set
177 to 0xc0010002.
178 (GNU_PROPERTY_X86_ISA_1_NEEDED): Set to 0xc0008002.
179 * testsuite/gnu_property_test.sh: Updated.
180
181 2020-10-13 H.J. Lu <hongjiu.lu@intel.com>
182
183 PR gold/22914
184 PR gold/23535
185 * layout.cc (Layout::attach_allocated_section_to_segment): Place
186 a note section in a PT_NOTE segment with the same alignment. Set
187 the alignment of the PT_NOTE segment from the alignment of the
188 note section.
189 (Layout::create_note): Align the NT_GNU_PROPERTY_TYPE_0 note to 8
190 bytes for 64-bit ELF.
191 (Layout::segment_precedes): Place segments with larger alignments
192 first.
193 * output.cc (Output_segment::Output_segment): Initialize align_.
194 * output.h (Output_segment): Add align, set_align and align_.
195 * testsuite/Makefile.am (gnu_property_test.stdout): Pass -lhSWn
196 to $(TEST_READELF).
197 (gnu_property_test): Pass --build-id to ld.
198 * testsuite/Makefile.in: Regenerated.
199 * testsuite/gnu_property_test.sh (check_alignment): New.
200 Use check_alignment to check the NT_GNU_PROPERTY_TYPE_0 note
201 alignment. Verify that there are 2 PT_NOTE segments.
202
203 2020-10-13 H.J. Lu <hongjiu.lu@intel.com>
204
205 PR gold/21452
206 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): Remove
207 check for shared library.
208 (Scan::global_reloc_may_be_function_pointer): Remove check for
209 shared library and symbol visibility.
210 * testsuite/icf_safe_so_test.cc (bar_static): New function.
211 (main): Take function address of bar_static and use it.
212 * testsuite/icf_safe_so_test.sh (arch_specific_safe_fold): Also
213 check fold on x86-64. Check bar_static isn't folded.
214
215 2020-10-13 H.J. Lu <hongjiu.lu@intel.com>
216
217 * icf.cc (Icf::find_identical_sections): Skip zero-sized sections.
218
219 2020-10-09 Alan Modra <amodra@gmail.com>
220
221 * powerpc.cc (Powerpc_relobj::do_relocate_sections): Don't do
222 local entry offset optimisation for lplt_section.
223 (Target_powerpc::Branch_info::make_stub): Don't add local
224 entry offset to long branch dest passed to
225 add_long_branch_entry. Do pass st_other bits.
226 (Stub_table::Branch_stub_ent): Add "other_" field.
227 (Stub_table::add_long_branch_entry): Add "other" param, and
228 save.
229 (Stub_table::branch_stub_size): Adjust long branch offset.
230 (Stub_table::do_write): Likewise.
231 (Target_powerpc::Relocate::relocate): Likewise.
232
233 2020-10-09 Alan Modra <amodra@gmail.com>
234
235 * powerpc.cc (is_got_reloc): New function.
236 (Target_powerpc::Relocate::relocate): Use it here, exclude GOT
237 relocs when looking for stubs.
238
239 2020-10-08 H.J. Lu <hongjiu.lu@intel.com>
240
241 * testsuite/split_i386.sh: Updated for --split-stack-adjust-size
242 default change.
243 * testsuite/split_x86_64.sh: Likewise.
244
245 2020-10-08 Alan Modra <amodra@gmail.com>
246
247 * options.h (split_stack_adjust_size): Default to 0x100000.
248
249 2020-09-26 Alan Modra <amodra@gmail.com>
250
251 * powerpc.cc (Target_powerpc): Rename power10_stubs_ to
252 power10_relocs_.
253 (Target_powerpc::set_power10_relocs): New accessor.
254 (Target_powerpc::set_power10_stubs): Delete.
255 (Target_powerpc::power10_stubs): Adjust.
256 (Target_powerpc::has_localentry0): New accessor.
257 (ld_0_11): New constant.
258 (glink_eh_frame_fde_64v1, glink_eh_frame_fde_64v2): Adjust.
259 (glink_eh_frame_fde_64v2_localentry0): New.
260 (Output_data_glink::pltresolve_size): Update.
261 (Output_data_glink::add_eh_frame): Use localentry0 version eh_frame.
262 (Output_data_glink::do_write): Move r2 save to start of ELFv2 stub
263 and only emit for has_localentry0. Don't use r2 in the stub.
264 (Target_powerpc::Scan::local, global): Adjust for
265 set_power10_relocs renaming.
266 (Target_powerpc::scan_relocs): Warn and reset plt_localentry0_.
267
268 2020-09-24 Alan Modra <amodra@gmail.com>
269
270 * powerpc.cc (Target_powerpc::Relocate::relocate): Don't skip
271 first insn of __tls_get_addr_opt stub.
272
273 2020-08-24 Alan Modra <amodra@gmail.com>
274
275 * powerpc.cc (Target_powerpc): Add tprel_opt_ and accessors.
276 (Target_powerpc::Scan::local): Sanity check tprel high relocs.
277 (Target_powerpc::Scan::global): Likewise.
278 (Target_powerpc::Relocate::relocate): Control tprel optimisation
279 with tprel_opt_ and enable for 32-bit.
280
281 2020-08-12 Nick Clifton <nickc@redhat.com>
282
283 * po/sr.po: Updated Serbian translation.
284
285 2020-07-27 Alan Modra <amodra@gmail.com>
286
287 * options.h (DEFINE_enum): Add optional_arg__ param, adjust
288 all uses.
289 (General_options): Add --power10-stubs and --no-power10-stubs.
290 * options.cc (General_options::parse_no_power10_stubs): New.
291 (General_options::finalize): Handle --power10-stubs.
292 * powerpc.cc (set_power10_stubs): Don't set when --power10-stubs=no.
293 (power10_stubs_auto): New.
294 (struct Plt_stub_ent): Add toc_ and tocoff_. Don't use a bitfield
295 for indx_.
296 (struct Branch_stub_ent): Add toc_and tocoff_. Use bitfields for
297 iter_, notoc_ and save_res_.
298 (add_plt_call_entry): Set toc_. Adjust resizing conditions for
299 --power10-stubs=auto.
300 (add_long_branch_entry): Set toc_.
301 (add_eh_frame, define_stub_syms): No longer use const_iterators
302 for plt and long branch stub iteration.
303 (build_tls_opt_head, build_tls_opt_tail): Change parameters and
304 return value. Move tests for __tls_get_addr to callers.
305 (plt_call_size): Handle --power10-stubs=auto.
306 (branch_stub_size): Likewise.
307 (Stub_table::do_write): Likewise.
308 (relocate): Likewise.
309
310 2020-07-19 H.J. Lu <hongjiu.lu@intel.com>
311
312 * testsuite/bnd_ifunc_1.sh: Updated.
313 * testsuite/bnd_plt_1.sh: Likewise.
314 * testsuite/split_x32.sh: Likewise.
315 * testsuite/split_x86_64.sh: Likewise.
316 * testsuite/x86_64_indirect_call_to_direct.sh: Likewise.
317
318 2020-07-08 Nick Clifton <nickc@redhat.com>
319
320 * testsuite/script_test_7.sh: Adjust expected address of the .bss
321 section.
322 * testsuite/script_test_9.sh: Do not expect the .init section to
323 immediately follow the .text section in the mapping of sections to
324 segments.
325
326 2020-07-07 Nick Clifton <nickc@redhat.com>
327
328 * target-reloc.h: (Default_comdat_behaviour:get): Ignore discarded
329 relocs that refer to the .gnu.build.attributes section.
330
331 2020-07-06 Nick Clifton <nickc@redhat.com>
332
333 * po/fr.po: Updated French translation.
334 * po/uk.po: Updated Ukranian translation.
335
336 2020-07-04 Nick Clifton <nickc@redhat.com>
337
338 Binutils 2.35 branch created.
339
340 2020-07-03 Alan Modra <amodra@gmail.com>
341
342 PR 26028
343 * testsuite/Makefile.am (file_in_many_sections.stdout): Add -W
344 to readelf options.
345 * testsuite/Makefile.in: Regenerate.
346
347 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
348
349 * configure.ac: Check for bswap_16, bswap_32, and bswap_64 decls.
350 * configure: Regenerated.
351 * config.h.in: Likewise.
352
353 2020-06-24 Nick Clifton <nickc@redhat.com>
354
355 * target-reloc.h (issue_discarded_error): Initialise the
356 key_symndx variable.
357
358 2020-06-23 Roland McGrath <mcgrathr@google.com>
359
360 PR 22843
361 * options.h (class General_options): Add --dependency-file option.
362 * fileread.cc (File_read::files_read): New static variable.
363 (File_read::open): Add the file to the files_read list.
364 (File_read::record_file_read): New static member function.
365 (File_read::write_dependency_file): New static member function.
366 * fileread.h (class File_read): Declare them.
367 * layout.cc (Layout::read_layout_from_file): Call record_file_read.
368 (Close_task_runner::run): Call write_dependency_file if
369 --dependency-file was passed.
370
371 2020-06-18 Fangrui Song <i@maskray.me>
372
373 PR gold/26039
374 * layout.cc (Layout::finish_dynamic_section): Set DF_1_PIE.
375
376 2020-06-16 Alan Modra <amodra@gmail.com>
377
378 * testsuite/discard_locals_test.c: Replace uses of asm with __asm__.
379 * testsuite/discard_locals_relocatable_test.c: Likewise.
380
381 2020-06-16 Alan Modra <amodra@gmail.com>
382
383 * testsuite/Makefile.am (export_dynamic_plugin.o): Use CXXCOMPILE.
384 (plugin_test_wrap_symbols_1.o): Likewise.
385 (plugin_test_wrap_symbols_2.o): Likewise.
386 * testsuite/Makefile.in: Regenerate.
387
388 2020-06-15 Roland McGrath <mcgrathr@google.com>
389
390 Implement -z start-stop-visibility=... option.
391 * options.h (class General_options): Handle -z start-stop-visibility=.
392 (General_options::start_stop_visibility_enum): New public method.
393 (General_options::set_start_stop_visibility_enum): New private method.
394 (General_options::start_stop_visibility_enum_): New private member.
395 * options.cc (General_options::General_options): Add initializer.
396 (General_options::finalize): Set this->start_stop_visibility_enum_
397 from string value.
398 * layout.cc (Layout::define_section_symbols): Use option setting.
399
400 2020-06-06 Alan Modra <amodra@gmail.com>
401
402 * powerpc.cc: Update throughout for reloc renaming.
403
404 2020-05-22 Alan Modra <amodra@gmail.com>
405
406 PR 25882
407 * powerpc.cc (merge_object_attributes): Replace name param with
408 obj param. Update callers. Don't init FP attributes from shared
409 libraries, and do not emit an error if they don't match.
410
411 2020-05-15 Nikita Ermakov <coffe92@gmail.com>
412
413 * powerpc.cc (do_gc_mark_symbol): Don't segfault on plugin symbols.
414
415 2020-05-14 Nick Clifton <nickc@redhat.com>
416
417 * po/sr.po: New Serbian translation.
418
419 2020-05-11 Alan Modra <amodra@gmail.com>
420
421 * powerpc.cc: Rename powerxx to power10 throughout.
422
423 2020-05-02 H.J. Lu <hongjiu.lu@intel.com>
424
425 PR gold/25904
426 * testsuite/Makefile.am (COMMON_TEST_C_CFLAGS): New.
427 (common_test_1.o): New rule.
428 (common_test_2.o): Likewise.
429 (common_test_3.o): Likewise.
430 (plugin_common_test_1.o): Likewise.
431 (plugin_common_test_2.o): Likewise.
432 (common_test_1_v1.o): Likewise.
433 (common_test_1_v2.o): Likewise.
434 (common_test_2_pic.o): Compile with $(COMMON_TEST_C_CFLAGS).
435 (common_test_3_pic.o): Likewise.
436 * testsuite/Makefile.in: Regenerated.
437
438 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
439
440 PR gold/25426
441 * x86_64.cc (Target_x86_64<size>::Relocate::tls_desc_gd_to_ie):
442 For x32, relax "rex leal foo@tlsdesc(%rip), %reg" to
443 "rex movl foo@gottpoff(%rip), %eax" and relax ""call *(%eax)"
444 to "nopl (%rax)".
445 (Target_x86_64<size>::Relocate::tls_desc_gd_to_le): For x32,
446 relax "rex leal foo@tlsdesc(%rip), %reg" to
447 "rex movl foo@tpoff, %eax" and relax "call *foo@tlscall(%eax)"
448 to "nopl (%rax)".
449 * testsuite/Makefile.am (tls_test_gnu2.o): Depend on
450 gcctestdir/as.
451 (tls_test_file2_gnu2.o): Likewise.
452 (tls_test_c_gnu2.o): Likewise.
453 * testsuite/Makefile.in: Regenerated.
454
455 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
456
457 PR gold/25473
458 * x86_64.cc (Target_x86_64<size>::Relocate::tls_desc_gd_to_ie):
459 Properly check r8 - r15 in "lea foo@TLSDESC(%rip), %reg".
460 (Target_x86_64<size>::Relocate::tls_desc_gd_to_le): Properly
461 relax r8 - r15 in "lea foo@TLSDESC(%rip), %reg".
462 * testsuite/Makefile.am (check_SCRIPTS): Add x86_64_gd_to_le.sh.
463 (check_DATA): Add x86_64_gd_to_le.stdout.
464 (MOSTLYCLEANFILES): Add x86_64_gd_to_le.
465 (x86_64_gd_to_le.o): New target.
466 (x86_64_gd_to_le): Likewise.
467 (x86_64_gd_to_le.stdout): Likewise.
468 * testsuite/Makefile.in: Regenerated.
469 * testsuite/x86_64_gd_to_le.s: New file.
470 * testsuite/x86_64_gd_to_le.sh: Likewise.
471
472 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
473
474 * testsuite/odr_violation2.cc (Ordering::operator()): Make
475 expression even more complex.
476
477 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
478
479 * testsuite/ver_test_pr16504.sh: Updated.
480
481 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
482
483 PR gold/25872
484 * x86_64.cc (Output_data_plt_x86_64_bnd::do_write): Increment
485 plt_offset after setting the reserved TLSDESC PLT entry.
486 (Output_data_plt_x86_64_ibt<size>::do_write): Likewise.
487
488 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
489
490 PR gold/25872
491 * x86_64.cc (Output_data_plt_x86_64_bnd::do_address_for_local):
492 Handle local IFUNC symbol.
493 (Output_data_plt_x86_64_ibt::do_address_for_local): Likewise.
494
495 2020-03-19 Fangrui Song <maskray@google.com>
496
497 * options.h (General_options): Add --no-rosegment option.
498
499 2020-02-24 Nick Clifton <nickc@redhat.com>
500
501 * po/fr.po: Update French translation.
502
503 2020-01-20 Nick Clifton <nickc@redhat.com>
504
505 * po/uk.po: Updated Ukranian translation.
506
507 2020-01-18 Nick Clifton <nickc@redhat.com>
508
509 * configure: Regenerate.
510 * po/gold.pot: Regenerate.
511
512 2020-01-18 Nick Clifton <nickc@redhat.com>
513
514 Binutils 2.34 branch created.
515
516 2020-01-01 Alan Modra <amodra@gmail.com>
517
518 Update year range in copyright notice of all files.
519
520 For older changes see ChangeLog-2019
521 \f
522 Copyright (C) 2020 Free Software Foundation, Inc.
523
524 Copying and distribution of this file, with or without modification,
525 are permitted in any medium without royalty provided the copyright
526 notice and this notice are preserved.
527
528 Local Variables:
529 mode: change-log
530 left-margin: 8
531 fill-column: 74
532 version-control: never
533 End:
This page took 0.04075 seconds and 5 git commands to generate.