Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
663f67df
AM
12019-09-30 Alan Modra <amodra@gmail.com>
2
3 PR 25046
4 * readelf.c (process_program_headers): Clear dynamic_addr and
5 dynamic_size earlier.
6
352f6bc3
AM
72019-09-24 Alan Modra <amodra@gmail.com>
8
9 PR 25031
10 * nm.c (print_format_string): New.
11 (get_print_format): Delete saved_format. Move earlier.
12 (set_print_width): Call get_print_format.
13 (print_value): Use print_format_string.
14
aa739c59
AM
152019-09-23 Alan Modra <amodra@gmail.com>
16
17 * dlltool.c: Include coff-bfd.h.
18
b3fe587e
AM
192019-09-23 Alan Modra <amodra@gmail.com>
20
21 PR 25018
22 * dwarf.c (get_type_signedness): Delete ineffective pointer
23 comparison check. Properly range check uvalue offset on
24 recursive call.
25 (read_and_display_attr_value): Range check uvalue offset before
26 calling get_type_signedness.
27
00f93c44
AM
282019-09-20 Alan Modra <amodra@gmail.com>
29
30 * ar.c (write_archive): Use bfd_set_thin_archive.
31
4e28d4cc
TC
322019-09-18 Tamar Christina <tamar.christina@arm.com>
33
34 * testsuite/binutils-all/objdump.exp (objump -S): Update testcases.
35
fd361982
AM
362019-09-18 Alan Modra <amodra@gmail.com>
37
38 * addr2line.c, * bucomm.c, * coffgrok.c, * dlltool.c, * nm.c,
39 * objcopy.c, * objdump.c, * od-elf32_avr.c, * od-macho.c,
40 * od-xcoff.c, * prdbg.c, * rdcoff.c, * rddbg.c, * rescoff.c,
41 * resres.c, * size.c, * srconv.c, * strings.c, * windmc.c: Update
42 throughout for bfd section macro and function changes.
43
e6f7f6d1
AM
442019-09-18 Alan Modra <amodra@gmail.com>
45
46 * nm.c: Update bfd_get_section to bfd_asymbol_section throughout.
47 * objcopy.c: Likewise.
48 * objdump.c: Likewise.
49 * rdcoff.c: Likewise.
50 * objcopy.c (create_new_symbol): Use bfd_set_asymbol_name.
51 (filter_symbols): Likewise.
52
2b44a6a2
SM
532019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
54
55 * doc/Makefile.am (MOSTLYCLEANFILES): Clean all man pages,
56 cxxfilt.man and binutils.info.
57 (MAINTAINERCLEANFILES): Remove.
58 * doc/Makefile.in: Re-generate.
59
89ae5e69
SM
602019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
61
62 * doc/Makefile.am: Remove references to binutils_TEXINFOS.
63 * doc/Makefile.in: Re-generate.
64
95103a84
SM
652019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
66
67 * doc/Makefile.am (install-data-loca): Remove target.
68 (DISTCLEANFILES): Remove variable.
69 * doc/Makefile.in: Re-generate.
70
e0b2a78c
SM
712019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
72
73 * Makefile.in: Re-generate.
74 * configure: Re-generate.
75 * doc/Makefile.in: Re-generate.
76
bb695960
PB
772019-09-16 Phil Blundell <pb@pbcl.net>
78
79 * Makefile.in, configure. doc/Makefile.in: Regenerated.
80
1ff5d5c4
TT
812019-09-11 Tom Tromey <tom@tromey.com>
82
83 * objcopy.c (copy_archive): Update.
84 * bucomm.h (make_tempname, make_tempdir): Make argument const.
85 * bucomm.c (make_tempname, make_tempdir): Make argument const.
86
0a4632b5
AM
872019-09-11 Alan Modra <amodra@gmail.com>
88
89 PR 24907
90 * objdump.c (disassemble_bytes): Adjust code to avoid overlong
91 lines. Correct max_reloc_offset_into_insn test.
92
aebcfb76
NC
932019-09-10 Nick Clifton <nickc@redhat.com>
94
95 PR 24907
96 * objdump.c (null_print): New function.
97 (disassemble_bytes): Delete previous_octets local and replace with
98 a test of the max_reloc_offset_into_insn field of the
99 bfd_arch_info structure. If a reloc is a potential match for the
100 next insn, then perform a dummy disassembly in order to calculate
101 its real length.
102
60391a25
PB
1032019-09-09 Phil Blundell <pb@pbcl.net>
104
105 binutils 2.33 branch created.
106
b16c44de
AM
1072019-09-06 Alan Modra <amodra@gmail.com>
108
109 * nm.c (print_object_filename_bsd, print_object_filename_sysv),
110 (print_object_filename_posix, print_archive_filename_bsd),
111 (print_archive_filename_sysv, print_archive_filename_posix),
112 (print_archive_member_bsd, print_archive_member_sysv),
113 (print_archive_member_posix): Constify parameter.
114 (struct output_fns <print_object_filename, print_archive_filename>),
115 (<print_archive_member>): Likewise.
116 * objcopy.c (copy_archive): Add cast for make_tempdir.
117
a85eba51
AM
1182019-08-29 Alan Modra <amodra@gmail.com>
119
120 * dwarf.c (check_uvalue): Remove unnecessary pointer checks.
121
fa463e9f
N
1222019-08-28 Niklas Gürtler <profclonk@gmail.com>
123
124 PR 24942
125 * objcopy.c (SECTION_CONTEXT_SET_ALIGNMENT): New constant.
126 (struct section_list): Add alignment field.
127 (command_line_switch): Add OPTION_SET_SECTION_ALIGNMENT.
128 (copy_options): Add --set-section-alignment.
129 (copy_usage): Describe --set-section-alignment.
130 (find_section_list): Initialise the alignment field.
131 (setup_section): Handle the alignment field.
132 (copy_main): Handle OPTION_SET_SECTION_ALIGNMENT.
133 * doc/binutils.texi: Document the new feature.
134 * NEWS: Mention the new feature.
135
a1c110a3
NC
1362019-08-28 Nick Clifton <nickc@redhat.com>
137
138 PR 24931
139 * objdump.c (source_comment): New static variable.
140 (option_values): Add OPTION_SOURCE_COMMENT.
141 (long_opions): Add --source-comment.
142 (print_line): If source comment is set, use it as a prefix to the
143 source code line.
144 (main): Handle OPTION_SOURCE_COMMENT.
145 * doc/binutils.texi: Document the new option.
146 * NEWS: Mention the new feature.
147 * testsuite/binutils-all/objdump.exp (test_objdump_S): Add tests
148 of the -S and --source-comment options.
149
ec1b0fbb
NC
1502019-08-27 Nick Clifton <nickc@redhat.com>
151
152 PR 24510
153 * dwarf.c (MAX_CU_NESTING): New constant.
154 (level_type_signed): New static array.
155 (skip_attr_bytes): New function.
156 (get_type_signedness): New function.
157 (read_and_print_leb128): New function.
158 (display_discr_list): New function.
159 (read_and_display_attr_value): Add start parameter.
160 Use new functions when handling DW_AT_type and DW_AT_discr_list.
161 (read_and_display_attr): Add start parameter. Pass to
162 read_and_display_attr_value.
163 (process_debug_info): Update call to read_and_display_attr.
164 (display_formatted_table): Likewise.
165 (display_debug_lines_decoded): Likewise. Also add start
166 parameter.
167 (display_debug_lines): Likewise.
168 * testsuite/binutils-all/dwarf-attributes.S: Update discrimination
169 lists.
170 * testsuite/binutils-all/dwarf-attributes.W: Update expected
171 output.
172
37606e67
AM
1732019-08-26 Alan Modra <amodra@gmail.com>
174
175 PR 24938
176 * debug.c (debug_write_type): Call empty_type for NULL type here..
177 (debug_write_type): ..rather than in just one case here.
178
afc72f15
NC
1792019-08-23 Nick Clifton <nickc@redhat.com>
180
181 PR 24829
182 * dwarf.c (check_uvalue): New function. Ensures that a block's
183 size is valid.
184 (read_and_display_attr_value): Use check_value when processsing
185 DW_FORM_block<n> attributes.
186
93d6a337
NC
1872019-08-22 Nick Clifton <nickc@redhat.com>
188
189 PR 24921
190 * dwarf.c (process_cu_tu_index): Handle the case where a table
191 does not have any columns.
192
d292364e
AM
1932019-08-19 Alan Modra <amodra@gmail.com>
194
195 PR 24898
196 * dwarf.c (display_debug_frames): Use the read_cie check and error
197 for augmentation data length.
198
d367307b
AM
1992019-08-17 Alan Modra <amodra@gmail.com>
200
201 PR 24911
202 * dwarf.c (comp_addr_base): Dereference args.
203
0b8b7609
AM
2042019-08-16 Alan Modra <amodra@gmail.com>
205
206 PR 24909
207 PR 23499
208 * readelf.c (get_symbol_version_string): Set sym_info earlier.
209
6ae978f1
NC
2102019-08-15 Nick Clifton <nickc@redhat.com>
211
212 PR 24767
213 * doc/binutils.texi (nm): Document the 'n' symbol type.
214
9177214a
CV
2152019-08-15 Christophe Vidal <support@krizalys.com>
216
217 * docs/binutils.texi: Fixed notice message disassembler options
218 section of the man page.
219
f16a9783
MS
2202019-08-09 Mihailo Stojanovic <mihailo.stojanovic@rt-rk.com>
221
222 * readelf.c (get_mips_dynamic_type): Return MIPS_XHASH dynamic type.
223 (get_mips_section_type_name): Return MI{S_XHASH name string.
224 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
225 info.
226 (process_symbol_table): Initialize the .MIPS.xhash section
227 pointer. Adjust the readelf output to support the new section.
228 (process_object): Set the .MIPS.xhash dynamic info to zero.
229
2b2ed245
TC
2302019-08-09 Tamar Christina <tamar.christina@arm.com>
231
232 * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
233 * testsuite/binutils-all/arm/in-order.d: Likewise.
234 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
235 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
236
dbe15e4e
NC
2372019-08-08 Nick Clifton <nickc@redhat.com>
238
239 PR 24887
240 * readelf.c (process_notes_at): Left justify the "Data size"
241 column heading.
242 * testsuite/binutils-all/i386/empty.d: Adjust for new output format.
243 * testsuite/binutils-all/i386/ibt.d: Likewise.
244 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
245 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
246 * testsuite/binutils-all/i386/shstk.d: Likewise.
247 * testsuite/binutils-all/note-2-32.d: Likewise.
248 * testsuite/binutils-all/note-2-64.d: Likewise.
249 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
250 * testsuite/binutils-all/x86-64/empty.d: Likewise.
251 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
252 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
253 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
254 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
255 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
256 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
257 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
258 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
259 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
260 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
261 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
262 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
263 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
264 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
265
7d55c1d6
NC
2662019-08-08 Nick Clifton <nickc@redhat.com>
267
268 * testsuite/gentestdlls.c (main): Move declaration of loop
269 variable outside of the for() statement.
270
178d8719
JR
2712019-08-08 Jordan Rupprecht <rupprecht@google.com>
272
273 * readelf.c (process_note): Mask unknown description data bytes.
274
7c1c1904
AM
2752019-08-08 Alan Modra <amodra@gmail.com>
276
277 * readelf.c (get_data): Improve overflow checks.
278
f927cc8f
NC
2792019-08-07 Nick Clifton <nickc@redhat.com>
280
281 PR 24777
282 * doc/binutils.texi: Ensure consistent formating of title strings
283 for man pages. Extend the title of the size man page to be more
284 informative.
285
7cd00957
OM
2862019-08-07 Omair Majid <omajid@redhat.com>
287
288 * testsuite/binutils-all/objdump.exp
289 (test_objdump_dotnet_assemblies): Fix test to distinguish errors
290 in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
291 introduced machine types.
292 * testsuite/gentestdlls.c (write_simple_dll): New function.
293 (main): Generate simple and Linux-specific variants of pei-i386
294 and pei-x86-64 files so both can be used by tests.
295
90679903
AM
2962019-08-07 Alan Modra <amodra@gmail.com>
297
298 PR 24876
299 * readelf.c (dump_ia64_unwind): Check that buffer is large
300 enough for "stamp" before reading.
301
276cbbdf
NC
3022019-08-05 Nick Clifton <nickc@redhat.com>
303
304 PR 24874
305 * objcopy.c (merge_gnu_build_notes): Do not insist on the first
306 note being a version note.
307 Remove spurious debugging fprintf.
308
e17869db
NC
3092019-08-05 Nick Clifton <nickc@redhat.com>
310
311 PR 24829
312 * readelf.c (apply_relocations): Catch potential integer overflow
313 whilst checking reloc location against section size.
314
97c0a079
AM
3152019-08-02 Alan Modra <amodra@gmail.com>
316
317 PR 24871
318 * readelf.c (ABSADDR): Delete.
319 (dump_ia64_unwind): Expand ABSADDR. Check validity of info.section.
320
cc5277b1
ML
3212019-07-29 Martin Liska <mliska@suse.cz>
322
323 PR 24768
324 * nm.c (filter_symbols): Set report_plugin_err if
325 error is reported.
326 (display_rel_file): Report error for a missing LTO plugin.
327
8e2e3c6c
AM
3282019-07-26 Alan Modra <amodra@gmail.com>
329
330 PR 24798
331 * dwarf.c (process_cu_tu_index): Avoid integer overflow on 64-bit
332 systems by casting ncols and nslots expressions to size_t. Display
333 number of columns and slots before giving up due to buffer overflow.
334 Use %u to display unsigned ints. Perform more pointer wrap tests.
335
d079b9c0 3362019-07-25 Tom Tromey <tromey@adacore.com>
48467cb9
TV
337
338 PR 24809
339 * dwarf.c (display_debug_names): Display the contents of the
340 augmentation string, if it is printable.
341
2e6be59c
NC
3422019-07-25 Nick Clifton <nickc@redhat.com>
343
344 PR 24837
345 * readelf.c (process_mips_specific): Check for buffer overflow
346 before reading reginfo information.
347
2f86d559
NC
3482019-07-24 Nick Clifton <nickc@redhat.com>
349
350 PR 13256
351 * ar.c (decode_options): Restart option scanning if no operation
352 is detected and argument remain to be scanned.
353
2e8136f9
NC
3542019-07-23 Nick Clifton <nickc@redhat.com>
355
356 PR 24818
357 * objdump.c (is_relocateable): Delete.
358 (load_specific_debug_section): Test the abfd for relocations
359 directly, rather than relying upon is_relocateable.
360 (dump_dwarf): Delete initlialization of is_relocateable.
361
df3a023b
AM
3622019-07-23 Alan Modra <amodra@gmail.com>
363
364 * readelf.c (get_parisc_segment_type): Split off hpux entries..
365 (get_ia64_segment_type): ..and these..
366 (get_hpux_segment_type): ..to here.
367 (get_segment_type): Condition GNU_MBIND on osabi. Use
368 get_hpux_segment_type.
369 (get_symbol_binding): Do not print UNIQUE for ELFOSABI_NONE.
370 (get_symbol_type): Do not print IFUNC for ELFOSABI_NONE.
371
acea835f
AM
3722019-07-23 Alan Modra <amodra@gmail.com>
373
374 * testsuite/binutils-all/objcopy.exp (elf64): Correct object
375 file used to set this variable.
376
1dd1bc4d
OM
3772019-07-23 Omar Majid <omajid@redhat.com>
378
379 * Makefile.am (AUTOMAKE_OPTIONS): Add subdir-objects
380 (GENTESTDLLSPROG): Define.
381 (TEST_PROGS): Add GENTESTDLLSPROG.
382 * Makefile.in: Regenerate.
383 * testsuite/binutils-all/objdump.exp
384 (test_objdump_dotnet_assemblies): New proc.
385 Run the new proc.
386 * testsuite/gentestdlls.c: New source file.
387
781152ec
NC
3882019-06-28 Nick Clifton <nickc@redhat.com>
389
390 PR 24707
391 * objdump.c (slurp_symtab): Fail with a helpful error message if
7e56c51c
NC
392 the symbol table is too large. Skip this check for MMO format
393 files.
781152ec 394
a68aa5d3
NC
3952019-06-26 Nick Clifton <nickc@redhat.com>
396
397 PR 24703
398 * bucomm.c (bfd_nonfatal): If no bfd error code has been set then
399 indicate this in the output.
400 (bfd_nonfatal_message): Likewise.
401
3e50a591
JB
4022019-06-25 Jan Beulich <jbeulich@suse.com>
403
404 * readelf.c (dump_ctf_indent_lines): Rename local variable
405 "spaces" to "blanks".
406
63160fc9
JB
4072019-06-25 Jan Beulich <jbeulich@suse.com>
408
409 * objdump.c (dump_ctf_indent_lines): Rename local variable
410 "spaces" to "blanks".
411
3a3a077c
AM
4122019-06-14 Alan Modra <amodra@gmail.com>
413
414 * Makefile.in: Regenerate.
415 * aclocal.m4: Regenerate.
416 * doc/Makefile.in: Regenerate.
417
9abca702
CZ
4182019-06-12 Christos Zoulas <christos@zoulas.com>
419
420 PR 24663
421 * readelf.c (process_netbsd_elf_note): Add support for
422 NT_NETBSD_PAX.
423 (process_note): Add support for PaX notes.
424
c0d38b0e
CZ
4252019-06-12 Christos Zoulas <christos@zoulas.com>
426
427 PR 24665
428 * readelf.c (get_netbsd_elfcore_note_type): Add support for SH
429 core notes.
430
540e6170
CZ
4312019-06-12 Christos Zoulas <christos@zoulas.com>
432
433 PR 24664
434 * readelf.c (get_netbsd_elfcore_note_type): Add support for NetBSD
435 auxv notes.
436
2057d69d
CZ
4372019-06-11 Christos Zoulas <christos@zoulas.com>
438
439 PR 24662
440 * readelf.c (get_alpha_symbol_other): New function.
441 (get_symbol_other): Use for Alpha symbols.
442 (is_32bit_pcrel_reloc): Add R_VAX_PCREL32.
443
c93dbb25
CZ
4442019-06-11 Christos Zoulas <christos@zoulas.com>
445
446 PR 24661
447 * readelf.c (decode_arm_unwind): Ensure that the local variable
448 'addr' is always initialised.
449
c6a636ce
NC
4502019-06-10 Christos Zoulas <christos@zoulas.com>
451
452 PR 24651
453 * strings.c (print_strings): Use %u to print unsigned values in
454 decimal.
455
2e02f296
CZ
4562019-06-10 Christos Zoulas <christos@zoulas.com>
457
458 PR 24649
459 * arsup.c (ar_open): Use asprintf in place of xmalloc and
460 sprintf.
461
79b377b3
NC
4622019-06-03 Nick Clifton <nickc@redhat.com>
463
464 Revert:
465 2019-05-29 Nick Clifton <nickc@redhat.com>
466
467 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
468 targets.
469 (HAVE_LIBCTF): Define if libctf support is available.
470 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
471 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
472 defined.
473 * readelf.c: Likewise.
474 * configure: Regenerate.
475 * Makefile.in: Regenerate.
476 * config.in: Regenerate.
477
a0486bac
JM
4782019-05-30 Nick Alcock <nick.alcock@oracle.com>
479
480 * objdump.c (make_ctfsect): Drop cts_type, cts_flags, and
481 cts_offset.
482 * readelf.c (shdr_to_ctf_sect): Likewise.
483
ae9ac79e
NC
4842019-05-30 Nick Clifton <nickc@redhat.com>
485
486 PR 24627
487 * readelf.c (process_version_sections): Add 0x prefix to address
488 display. Correct indentation.
489
6ff185b8
AM
4902019-05-30 Alan Modra <amodra@gmail.com>
491
492 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Add
493 s12z to targets not supporting this feature.
494
1336939d
AM
4952019-05-30 Alan Modra <amodra@gmail.com>
496
497 * testsuite/lib/binutils-common.exp (run_dump_test): Support
498 tcl procedures for xfail args.
499
e33f2313
NC
5002019-05-29 Nick Clifton <nickc@redhat.com>
501
502 * README-how-to-make-a-release: Add libctf to list of directories
503 that need updates in their ChangeLogs.
504
90bd5423
NC
5052019-05-29 Nick Clifton <nickc@redhat.com>
506
507 * configure.ac (LIBCTF): Export. Set to empty for non-ELF based
508 targets.
509 (HAVE_LIBCTF): Define if libctf support is available.
510 * Makefile.am (LIBCTF): Set value to @LIBCTF@.
511 * objdump.c: Make CTF code conditional upon HAVE_LIBCTF being
512 defined.
513 * readelf.c: Likewise.
514 * configure: Regenerate.
515 * Makefile.in: Regenerate.
516 * config.in: Regenerate.
517
88981b15
NA
5182019-05-28 Nick Alcock <nick.alcock@oracle.com>
519
520 * MAINTAINERS: Add myself as CTF maintainer.
521
7d9813f1
NA
5222019-05-28 Nick Alcock <nick.alcock@oracle.com>
523
524 * objdump.c (ctf-api.h): New include.
525 (dump_ctf_section_info): New variable.
526 (dump_ctf_section_name): Likewise.
527 (usage): Describe new options.
528 (enum option_values): Add OPTION_CTF and OPTION_CTF_PARENT.
529 (main): Use them to add --ctf and --ctf-parent.
530 (read_section_stabs): Add new parameter, entsize_ptr.
531 (find_stabs_section): Adjust accordingly.
532 (make_ctfsect): New.
533 (dump_ctf_indent_lines): New.
534 (dump_ctf_archive_member): New.
535 (dump_ctf): New.
536 (dump_bfd): Call it. Free resources afterwards.
537 * readelf.c (ctf-api.h): New include.
538 (CTF_DUMP): New.
539 (static bfd_boolean do_ctf): Likewise.
540 (dump_ctf_parent_name): Likewise.
541 (dump_ctf_symtab_name): Likewise.
542 (dump_ctf_strtab_name): Likewise.
543 (OPTION_CTF_DUMP): Likewise.
544 (OPTION_CTF_PARENT): Likewise.
545 (OPTION_CTF_SYMBOLS): Likewise.
546 (OPTION_CTF_STRINGS): Likewise.
547 (options): Add them.
548 (usage): Likewise.
549 (parse_args): Handle the new options, requesting CTF_DUMP.
550 (process_section_contents): Handle CTF_DUMP.
551 (shdr_to_ctf_sect): New.
552 (dump_ctf_indent_lines): New.
553 (dump_section_as_ctf): New.
554 (main): Free resources.
555 * Makefile.am (LIBCTF): New variable.
556 (objdump_DEPENDENCIES): Use it.
557 (readelf_DEPENDENCIES): Likewise.
558 (objdump_LDADD): Likewise.
559 (readelf_LDADD): Likewise.
560 * aclocal.m4: Regenerated.
561 * Makefile.in: Likewise.
562
563 * doc/binutils.texi (objdump): Document the new options.
564 (readelf): Likewise.
565 * doc/ctf.options.texi: New.
566 * doc/Makefile.in: Regenerated.
567 * NEWS: Mention the new feature.
568
61dd8e19
AM
5692019-05-27 Alan Modra <amodra@gmail.com>
570
571 * readelf.c (process_section_groups): Continue processing groups
572 when sh_entsize exceeds group size.
573
2301ed1c
SN
5742019-05-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
575
576 * readelf.c (get_aarch64_dynamic_type): Handle DT_AARCH64_VARIANT_PCS.
577 (get_aarch64_symbol_other): New, handles STO_AARCH64_VARIANT_PCS.
578 (get_symbol_other): Call get_aarch64_symbol_other.
579
dd7efa79
PB
5802019-05-24 Alan Modra <amodra@gmail.com>
581
582 * objdump.c (disassemble_bytes): Set WIDE_OUTPUT in flags.
583
27830e0d
JM
5842019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
585
586 * MAINTAINERS: Add myself as the maintainer for BPF.
587
aca4efc7
JM
5882019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
589
590 * readelf.c: Include elf/bpf.h.
591 (guess_is_rela): Hanle EM_BPF.
592 (dump_relocations): Likewise.
593 (is_32bit_abs_reloc): Likewise.
594 * testsuite/binutils-all/nm.exp: Add bpf-*-* to the list of
595 ELF targets.
596
fab7c86e
TC
5972019-05-21 Tamar Christina <tamar.christina@arm.com>
598
599 * dwarf.c (dwarf_regnames_aarch64): Add SVE registers.
600 * testsuite/binutils-all/aarch64/sve-dwarf-registers.d: New test.
601 * testsuite/binutils-all/aarch64/sve-dwarf-registers.s: New test.
602
d8734380
FS
6032019-05-20 Faraz Shahbazker <fshahbazker@wavecomp.com>
604
605 PR 14798
606 * testsuite/binutils-all/readelf.ss-mips: Update reference output.
607 * testsuite/binutils-all/readelf.ss-tmips: Likewise.
608
999b073b
NC
6092019-05-20 Nick Clifton <nickc@redhat.com>
610
611 * po/ca.po: Updated Catalan translation.
612
514bbb0f
AV
6132019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
614
615 * NEWS: Mention Armv8.1-M Mainline and MVE.
616
a7ad558c
AV
6172019-05-16 Andre Vieira <andre.simoesdiasvieira@arm.com>
618
619 * readelf.c (arm_attr_tag_MVE_arch): New array for Tag_MVE_arch values.
620 (arm_attr_public_tag arm_attr_public_tags): Add case for Tag_MVE_arch.
621
37d0d091
JH
6222019-05-14 Jamey Hicks <jamey.hicks@gmail.com>
623
624 PR 19921
625 * objcopy.c: Add new option --verilog-data-width. Use it to set
626 the value of VerilogDataWidth.
627 * doc/binutils.texi: Document the new option.
628 * testsuite/binutils-all/objcopy.exp: Run tests of new option.
629 * testsuite/binutils-all/verilog-1.hex: New file.
630 * testsuite/binutils-all/verilog-2.hex: New file.
631 * testsuite/binutils-all/verilog-4.hex: New file.
632 * testsuite/binutils-all/verilog-8.hex: New file.
633 * NEWS: Mention the new feature.
634
391bf891
AM
6352019-05-10 Alan Modra <amodra@gmail.com>
636
637 * testsuite/binutils-all/objdump.exp (test_objdump_disas_limited),
638 (test_objdump_content_limited): Add text arg, use in place of .text.
639 (bintest_signed.o): Call get_standard_section_names for name of
640 text section.
641
2379f9c4
FS
6422019-05-08 Faraz Shahbazker <fshahbazker@wavecomp.com>
643
644 * objdump.c (sign_extend_address): New function.
645 (dump_bfd): Sign-extend user-specified start/stop addresses
646 for targets that need it.
647 * testsuite/binutils-all/objdump.exp: Add tests for objdump
648 with start and stop addresses in higher address ranges.
649
2ecde2b6
MM
6502019-05-01 Matthew Malcomson <matthew.malcomson@arm.com>
651
652 * testsuite/binutils-all/objdump.exp: Correct executable
653 spelling.
654 * testsuite/binutils-all/compress.exp: Likewise.
655
25a02744
NC
6562019-05-01 Nick Clifton <nickc@redhat.com>
657
658 PR 24507
659 * nm.c: (print_format): New variable.
660 (value_format_32bit, value_format_64bit): Delete.
661 (set_print_radix): Remove code to alter value_format strings.
662 (set_output_format): Record chosen format in print_format.
663 (get_print_format): New function - constructs a printf formatting
664 string according to the requirements of size, radix, and output
665 format.
666 (print_value): Use get_print_format.
667 * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
668 and "nm -t d".
669
8107ddce
AM
6702019-04-30 Alan Modra <amodra@gmail.com>
671
672 * wrstabs.c (stab_start_class_type): Add assert to work around
673 gcc9 warning. Tidy.
674
1b8dd643
NC
6752019-04-24 Nick Clifton <nickc@redhat.com>
676
677 * objcopy.c (strip_main): Do not enable note merging by default if
678 just stripping debug or dwo information.
679 * doc/binutils.texi (strip): Update documentation.
680
624a2451
NC
6812019-04-23 Nick Clifton <nickc@redhat.com>
682
683 * README-how-to-make-a-release: Add note to update the symbolic
684 link from "docs" to "docs-2.x" on the sourceware website.
685
a0fb9615
AM
6862019-04-16 Alan Modra <amodra@gmail.com>
687
688 * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*.
689 * testsuite/binutils-all/copy-3.d: Likewise.
690
031254f2
AV
6912019-04-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
692
693 * readelf.c (arm_attr_tag_CPU_arch): Add entry for Armv8.1-M Mainline.
694
462cac58
L
6952019-04-08 H.J. Lu <hongjiu.lu@intel.com>
696
697 * readelf.c (decode_x86_isa): Handle
698 GNU_PROPERTY_X86_ISA_1_AVX512_BF16.
699 * testsuite/binutils-all/i386/pr21231b.d: Updated.
700 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
701
82b53593
L
7022019-04-08 H.J. Lu <hongjiu.lu@intel.com>
703
704 * testsuite/binutils-all/nm.exp: Count i386-moss as ELF.
705
05805feb
TC
7062019-03-26 Tamar Christina <tamar.christina@arm.com>
707
708 * testsuite/binutils-all/aarch64/in-order-all.d: Update.
709 * testsuite/binutils-all/aarch64/in-order.d: Likewise.
710 * testsuite/binutils-all/aarch64/out-of-order-all.d: Likewise.
711 * testsuite/binutils-all/aarch64/out-of-order.d: Likewise.
712 * testsuite/binutils-all/aarch64/out-of-order.s: Likewise.
713 * testsuite/binutils-all/arm/in-order-all.d: Likewise.
714 * testsuite/binutils-all/arm/in-order.d: Likewise.
715 * testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
716 * testsuite/binutils-all/arm/out-of-order.d: Likewise.
717 * testsuite/binutils-all/arm/out-of-order.s: Likewise.
718
5fb812fc
NC
7192019-03-26 Nick Clifton <nickc@redhat.com>
720
721 * MAINTAINERS: Take over Dave Brolley's maintainerships for FR30,
722 FRV and MEP.
723
e8fba7f6
AM
7242019-03-26 Alan Modra <amodra@gmail.com>
725
726 * objdump.c (dump_relocs_in_section): Warning fix.
727
796d6298
TC
7282019-03-25 Tamar Christina <tamar.christina@arm.com>
729
730 * testsuite/binutils-all/arm/in-order-all.d: New test.
731 * testsuite/binutils-all/arm/in-order.d: New test.
732 * testsuite/binutils-all/arm/objdump.exp: Support .d tests.
733 * testsuite/binutils-all/arm/out-of-order-all.d: New test.
734 * testsuite/binutils-all/arm/out-of-order.T: New test.
735 * testsuite/binutils-all/arm/out-of-order.d: New test.
736 * testsuite/binutils-all/arm/out-of-order.s: New test.
737
738
60df3720
TC
7392019-03-25 Tamar Christina <tamar.christina@arm.com>
740
741 * testsuite/binutils-all/aarch64/in-order-all.d: New test.
742 * testsuite/binutils-all/aarch64/out-of-order-all.d: New test.
743 * testsuite/binutils-all/aarch64/out-of-order.d:
744
51457761
TC
7452019-03-25 Tamar Christina <tamar.christina@arm.com>
746
747 * testsuite/binutils-all/aarch64/in-order.d: New test.
748 * testsuite/binutils-all/aarch64/out-of-order.d: Disassemble data as
749 well.
750
53b2f36b
TC
7512019-03-25 Tamar Christina <tamar.christina@arm.com>
752
753 * objdump.c (disassemble_bytes): Pass stop_offset.
754 * testsuite/binutils-all/aarch64/out-of-order.T: New test.
755 * testsuite/binutils-all/aarch64/out-of-order.d: New test.
756 * testsuite/binutils-all/aarch64/out-of-order.s: New test.
757
63455780
NC
7582019-03-19 Nick Clifton <nickc@redhat.com>
759
760 PR 24360
761 * objdump.c (load_specific_debug_section): Check that the amount
762 of memory to be allocated matches the size of the section.
763
1dbade74
SD
7642019-03-13 Sudakshina Das <sudi.das@arm.com>
765
766 * readelf.c (get_aarch64_dynamic_type): Add case for
767 DT_AARCH64_PAC_PLT.
768 (dynamic_section_aarch64_val): Likewise.
769
37c18eed
SD
7702019-03-13 Sudakshina Das <sudi.das@arm.com>
771 Szabolcs Nagy <szabolcs.nagy@arm.com>
772
773 * readelf.c (get_aarch64_dynamic_type): New.
774 (get_dynamic_type): Use above for EM_AARCH64.
775 (dynamic_section_aarch64_val): New.
776 (process_dynamic_section): Use above for EM_AARCH64.
777
cd702818
SD
7782019-03-13 Sudakshina Das <sudi.das@arm.com>
779
780 * readelf.c (decode_aarch64_feature_1_and): New.
781 (print_gnu_property_note): Add case for AArch64 gnu notes.
782
7a6e0d89
AM
7832019-03-12 Alan Modra <amodra@gmail.com>
784
785 * objdump.c (load_specific_debug_section): Don't compare section
786 size against file size.
787 (dump_relocs_in_section): Don't compare reloc size against file size.
788 Print "failed to read relocs" on bfd_get_reloc_upper_bound error.
789
88c9190b
NC
7902019-03-05 Nick Clifton <nickc@redhat.com>
791
792 PR 24295
793 * doc/binutils.texi (ar cmdline): Fix spelling mistake.
794
4933ff73
NC
7952019-03-05 Nick Clifton <nickc@redhat.com>
796
797 * po/sv.po: Updated Swedish translation.
798
093f70cc
MM
7992019-03-05 Matthew Malcomson <matthew.malcomson@arm.com>
800
801 PR 24287
802 * testsuite/lib/binutils-common.exp (run_dump_test): Replace a use
803 of "lmap" with a "foreach" loop.
804
f5f20315
NC
8052019-03-04 Nick Clifton <nickc@redhat.com>
806
807 PR 24281
808 * objcopy.c (copy_archive): Do not copy thin archives.
809
52d6f3ee
MM
8102019-02-27 Matthew Malcomson <matthew.malcomson@arm.com>
811
812 * testsuite/lib/binutils-common.exp: Allow multiple "as" lines.
813
39f0547e
NC
8142019-02-25 Nick Clifton <nickc@redhat.com>
815
816 * objdump.c (sym_ok): New function.
817 (find_symbol_for_address): Use new function.
818 (disassemble_section): Compare sections by name, not pointer.
819 (dump_dwarf): Move code to initialise byte_get pointer and iterate
820 over separate debug files from here to ...
821 (dump_bfd): ... here. Add parameter indicating that a separate
822 debug info file is being dumped. For main file, pull in the
823 symbol tables from all separate debug info files.
824 (display_object): Update call to dump_bfd.
825 * doc/binutils.texi: Document extened behaviour of the
826 --dwarf=follow-links option.
827 * NEWS: Mention this new feature.
828 * testsuite/binutils-all/objdump.WK2: Update expected output.
829 * testsuite/binutils-all/objdump.exp (test_follow_debuglink): Add
830 options and dump file parameters.
831 Add extra test.
832 * testsuite/binutils-all/objdump.WK3: New file.
833 * testsuite/binutils-all/readelf.exp: Change expected output for
834 readelf -wKis test.
835 * testsuite/binutils-all/readelf.wKis: New file.
836
24841daa
NC
8372019-02-22 Nick Clifton <nickc@redhat.com>
838
839 PR 23843
840 * dwarf.h (struct separate_info): New structure for containing
841 information on separate debug info files.
842 * dwarf.c (struct dwo_info): New structure for containing dwo
843 links.
844 (first_dwo_info): Chain of dwo_info structures.
845 (first_separate_file): Chain of separate_info structures.
846 (separate_debug_file, separate_debug_filename): Delete.
847 (fetch_alt_indirect_string): Scan all separate debug info files
848 for the requested string.
849 (add_dwo_info): New function.
850 (add_dwo_name): New function.
851 (add_dwo_dir): New function.
852 (add_dwo_id: New function.
853 (free_dwo_info): New function.
854 (read_and_display_attr_value): Store DWO data using the new
855 functions.
856 (load_debug_section_with_follow): If necessary, scan the list of
857 separate debug info files for the requested section.
858 (add_separate_debug_file): New function.
859 (load_separate_debug_info): Call add_separate_debug_file to store
860 the information on the newly loaded file.
861 (load_dwo_file): Likewise.
862 (load_separate_debif_file): Rename to load_separate_debug_files.
863 Change return type to boolean. If following links then attempt to
864 load all separate debug info files, not just the first one.
865 (free_debug_memory): Release memory in dwo_info and separate_info
866 chains.
867 * objdump.c (dump_dwarf): Iterate over all loaded debg info files.
868 * readelf.c (process_object): Likewise.
869 * doc/debug.options.texi: Update descriptions of links and
870 follow-links options.
871 * testsuite/binutils-all/objdump.WK2: Update expected output.
872 * testsuite/binutils-all/readelf.k2: Likewise.
873 * NEWS: Announce the new feature.
874
5cacf1c8
NC
8752019-02-21 Nick Clifton <nickc@redhat.com>
876
877 PR 24247
878 * unwind-ia64.c: Include sysdep.h.
879 (unw_decode_x1): Check current pointer against end pointer before
880 accessing memory.
881 (unw_decode_x2): Likewise.
882 (unw_decode_x3): Likewise.
883 (unw_decode_x4): Likewise.
884 (unw_decode_r2): Likewise.
885 (unw_decode_p2_p5): Likewise.
886 (unw_decode_p7_p10): Likewise.
887 (unw_decode): Likewise.
888
8d18bf79
NC
8892019-02-20 Nick Clifton <nickc@redhat.com>
890
3ca60c57
NC
891 PR 24246
892 * readelf.c (print_stapsdt_note): Harden against corrupt notes.
893
171375c6
NC
894 PR 24244
895 * unwind-ia64.c (unw_decode_uleb128): Add end parameter, use it to
896 prevent walking off the end of the buffer.
897 (unw_decode_x1): Add end paramter, pass it to unw_decode_uleb128.
898 (unw_decode_x2): Likewise.
899 (unw_decode_x3): Likewise.
900 (unw_decode_x4): Likewise.
901 (unw_decode_r2): Pass the end parameter to unw_decode_uleb128.
902 (unw_decode_r3): Likewise.
903 (unw_decode_p7_p10): Likewise.
904 (unw_decode_b2): Likewise.
905 (unw_decode_b3_x4): Likewise.
906
7fc0c668
NC
907 PR 24243
908 * readelf.c (process_mips_specific): Check for an options section
909 that is too small to even contain a single option.
8d18bf79 910
171375c6
NC
911 PR 24242
912 * readelf.c (print_ia64_vms_note): Harden against corrupt notes.
913
c22b42ce
AM
9142019-02-20 Alan Modra <amodra@gmail.com>
915
916 PR 24132
917 PR 24138
918 * readelf.c (get_data): Avoid possibility of overflow when
919 checking for a read that may extend past end of file.
920 (process_program_headers): Likewise.
921
7d272a55
AM
9222019-02-20 Alan Modra <amodra@gmail.com>
923
924 PR 24233
925 * objdump.c (dump_bfd_private_header): Print warning if
926 bfd_print_private_bfd_data returns false.
927
04d7fa21
NC
9282019-02-12 Nick Clifton <nickc@redhat.com>
929
930 PR 23440
931 * README-how-to-make-a-release: Use git clean to delete spurious
932 files from the local source repository.
933
46cbf38d
AB
9342019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * size.c (berkeley_format): Delete.
937 (enum output_format): New enum.
938 (selected_output_format): New variable.
939 (usage): Update to mention GNU format.
940 (main): Update to extract options, and select format as needed.
941 Handle GNU format where needed.
942 (berkeley_sum): Renamed to...
943 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
944 (berkeley_format): Renamed to...
945 (berkeley_or_gnu_format): ...this, and updated to handle both
946 formats.
947 (print_sizes): Handle GNU format.
948 * doc/binutils.texi (size): Document new GNU format.
949 * testsuite/binutils-all/size.exp: Add test of extended
950 functionality.
951 * NEWS: Mention new functionality.
952
96fd92af
AB
9532019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * doc/binutils.texi (size): Update example output for Berkeley
956 format output.
957
2012bf01
NC
9582019-02-07 Nick Clifton <nickc@redhat.com>
959
960 * README-how-to-make-a-release: Add a note about updating the
961 obsolete targets in the bfd/config.bfd file.
962
082cbd3b
NC
9632019-02-04 Nick Clifton <nickc@redhat.com>
964
965 * README-how-to-make-a-release: Add more notes on making a release.
966
18344509
NC
9672019-01-25 Nick Clifton <nickc@redhat.com>
968
969 PR 24131
970 * readelf.c (process_notes_at): Prevent an illegal memory access
971 when the note's namesize is zero.
972 (decode_tic6x_unwind_bytecode): Add code to handle the case where
973 no registers are specified in a frame pop instruction.
974
9ed1348c
NC
9752019-01-25 Nick Clifton <nickc@redhat.com>
976
977 * po/bg.po: Updated Bulgarian translation.
978
d9938630
NC
9792019-01-23 Nick Clifton <nickc@redhat.com>
980
981 * po/fr.po: Updated French translation.
982 * po/pt.po: Updated Portuguese translation.
983
375cd423
NC
9842019-01-21 Nick Clifton <nickc@redhat.com>
985
986 * po/uk.po: Updated Ukranian translation.
987
f48dfe41
NC
9882019-01-19 Nick Clifton <nickc@redhat.com>
989
990 * configure: Regenerate.
991 * binutils/po/binutils.pot.
992
993 * README-how-to-make-a-release: Update description on how to make
994 a branch.
995
f974f26c
NC
9962018-06-24 Nick Clifton <nickc@redhat.com>
997
998 2.32 branch created.
999
baae986a
NC
10002019-01-17 Nick Clifton <nickc@redhat.com>
1001
1002 * objdump.c (disassemble_section): When disassembling from a
1003 symbol only stop at the next symbol if the original symbol was not
1004 a function symbol. Otherwise continue disassembling until a new
1005 function is reached.
1006 * testsuite/binutils-all/objdump.exp: Add tests of extended
1007 functionality.
1008 * testsuite/binutils-all/disasm.s: New test source file.
1009
2dc8dd17
JW
10102019-01-16 Kito Cheng <kito@andestech.com>
1011 Nelson Chu <nelson@andestech.com>
1012
1013 * readelf.c (get_riscv_section_type_name): New function.
1014 (get_section_type_name): Add handler for RISC-V.
1015 (riscv_attr_tag_t): Declare.
1016 (riscv_attr_tag): New.
1017 (display_riscv_attribute): New function.
1018 (process_attributes): Add handler for RISC-V.
1019 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
1020 section.
1021
12add40e
NC
10222019-01-10 Nick Clifton <nickc@redhat.com>
1023
1024 PR 23963
1025 * objdump.c (sanitize_string): New function. Removes control
1026 characters from symbol names.
1027 (dump_section_header): Use new function.
1028 (objdump_print_symname): Likewise.
1029 (objdump_print_addr_with_sym): Likewise.
1030 (show_line): Likewise.
1031 (disassemble_bytes): Likewise.
1032 (disassemble_section): Likewise.
1033 (load_specific_debug_section): Likewise.
1034 (read_section_stabs): Likewise.
1035 (print_section_stabs): Likewise.
1036 (dump_section): Likewise.
1037 (dump_reloc_set): Likewise.
1038 (dump_relocs_in_section): Likewise.
1039 (dump_bfd): Likewise.
1040 (display_any_bfd): Likewise.
1041
28e817cc
NC
10422019-01-09 Nick Clifton <nickc@redhat.com>
1043
c0b0b1c2 1044 PR 24049
28e817cc
NC
1045 * readelf.c (process_archive): Use arch.file_name in error
1046 messages until the qualified name is available.
1047
3107326d
AP
10482019-01-09 Andrew Paprocki <andrew@ishiboo.com>
1049
1050 * configure: Regenerate.
1051
923c6a75
AM
10522019-01-09 Alan Modra <amodra@gmail.com>
1053
1054 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
1055 unconditionally to tests needing the option rather than via a
1056 list of targets.
1057
236f4ebe
NC
10582019-01-08 Nick Clifton <nickc@redhat.com>
1059
1060 PR 24044
1061 * cxxfilt.c (hp_symbol_characters): Delete.
1062 (main): Remove depcreated demangling styles.
1063 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
1064 demangling opnames.
1065 * testsuite/binutils-all/cxxfilt.exp: Use the
1066 --no-strip-underscore option for targets that do prefix their
1067 symbols with underscores.
923c6a75 1068 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 1069
e3ecd631
TC
10702019-01-08 Tamar Christina <tamar.christina@arm.com>
1071
1072 PR 24065
1073 * testsuite/binutils-all/copy-6.d: New test.
1074 * testsuite/binutils-all/objcopy.exp: Use it.
1075
171b8e19
AM
10762019-01-08 Alan Modra <amodra@gmail.com>
1077
1078 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
1079 $srcdir/$subdir to source file name if it starts with "./".
1080
10812019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
1082
f87673e0
YS
1083 * readelf.c (get_machine_flags): Add RXv3 output.
1084
11fa9f13
NC
10852019-01-04 Nick Clifton <nickc@redhat.com>
1086
1087 PR 24005
1088 * objdump.c (load_specific_debug_section): Check for integer
1089 overflow before attempting to allocate contents.
1090
cf0ad5bb
NC
10912019-01-04 Nick Clifton <nickc@redhat.com>
1092
1093 PR 24001
1094 * objcopy.c (copy_object): Free dhandle after writing out the
1095 debug information.
1096 * objdump.c (dump_bfd): Free dhandle after printing out the debug
1097 information.
1098
11fa9f13 1099
82704155
AM
11002019-01-01 Alan Modra <amodra@gmail.com>
1101
1102 Update year range in copyright notice of all files.
1103
d5c04e1b 1104For older changes see ChangeLog-2018
3499769a 1105\f
d5c04e1b 1106Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
1107
1108Copying and distribution of this file, with or without modification,
1109are permitted in any medium without royalty provided the copyright
1110notice and this notice are preserved.
1111
1112Local Variables:
1113mode: change-log
1114left-margin: 8
1115fill-column: 74
1116version-control: never
1117End:
This page took 0.321093 seconds and 4 git commands to generate.