Add missing newlines in readelf -n output
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
04ac15ab
AS
12017-07-11 Andreas Schwab <schwab@suse.de>
2
3 * readelf.c (process_note): Print newline after description data
4 in narrow mode.
5 (print_core_note): Print newline if nothing was printed in wide
6 mode.
7
14357de1
JK
82017-07-09 Rafael Fontenelle <rafaelff@gnome.org>
9
10 * dwarf.c (display_formatted_table): Fix error message typo.
11
0b9305ed
JB
122017-07-07 John Baldwin <jhb@FreeBSD.org>
13
14 * readelf.c (get_freebsd_elfcore_note_type): Handle
15 NT_FREEBSD_PTLWPINFO.
16
1d827a72
L
172017-07-05 H.J. Lu <hongjiu.lu@intel.com>
18
19 * dwarf.c (display_debug_names): Replace index with xindex.
20
0d702cfe
TG
212017-07-04 Tristan Gingold <gingold@adacore.com>
22
23 * configure: Regenerate.
24
55a09eb6
TG
252017-07-04 Tristan Gingold <gingold@adacore.com>
26
27 * NEWS: Add marker for 2.29.
28
15e6ed8c
TG
292017-07-03 Tristan Gingold <gingold@adacore.com>
30
31 * po/binutils.pot: Regenerate.
32
19871f45
AM
332017-07-03 Alan Modra <amodra@gmail.com>
34
35 * strings.c (filename_and_size_t): Delete.
36 (strings_a_section): Don't check section size against file size.
37 Use bdf_malloc_and_get_section. Report an error on failures.
38 Replace arg param with filename and got_a_section param.
39 (got_a_section): Move to..
40 (strings_object_file): ..an auto var here. Iterate over sections
41 rather than calling bfd_map_over_sections. Adjust strings_a_section
42 call.
43
61364358
JK
442017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
45
46 * dwarf.c: Include assert.h.
47 (MAX, MIN, get_IDX_name, display_debug_names): New.
48 (debug_displays): Add .debug_names.
49 * dwarf.h: (enum dwarf_section_display_enum): Add debug_names.
50 * readelf.c (process_section_headers): Add ".debug_names".
51
bae7501e
AM
522017-07-01 Alan Modra <amodra@gmail.com>
53
54 PR binutils/21665
55 * objdump.c (strtab): Make var a bfd_byte*.
56 (disassemble_section): Don't limit malloc size. Instead, use
57 bfd_malloc_and_get_section.
58 (read_section_stabs): Use bfd_malloc_and_get_section. Return
59 bfd_byte*.
60 (find_stabs_section): Remove now unnecessary cast.
61 * objcopy.c (copy_object): Use bfd_malloc_and_get_section. Free
62 contents on error return.
63 * nlmconv.c (copy_sections): Use bfd_malloc_and_get_section.
64
60a02042
NC
652017-06-30 Nick Clifton <nickc@redhat.com>
66
67 PR binutils/21665
68 * objdump.c (disassemble_section): Move check for an overlarge
69 section to just before the allocation of memory. Do not check
70 section size against file size, but instead use an arbitrary 2Gb
71 limit. Issue a warning message if the section is too big.
72
909b4e3d
MR
732017-06-30 Maciej W. Rozycki <macro@imgtec.com>
74
75 * NEWS: Mention microMIPS XPA support.
76
f5b2fd52
MR
772017-06-30 Maciej W. Rozycki <macro@imgtec.com>
78
79 * NEWS: Mention microMIPS Release 5 ISA support.
80
9785fc2a
MR
812017-06-30 Maciej W. Rozycki <macro@imgtec.com>
82
83 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: New test.
84 * testsuite/binutils-all/mips/mips-xpa-virt-2.d: New test.
85 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: New test.
86 * testsuite/binutils-all/mips/mips-xpa-virt-4.d: New test.
87 * testsuite/binutils-all/mips/mips-xpa-virt.s: New test source.
88 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
89
e1e94c49
AK
902017-06-29 Anton Kolesov <Anton.Kolesov@synopsys.com>
91
92 * testsuite/binutils-all/arc/double_store.s: New file.
93 * testsuite/binutils-all/arc/objdump.exp: Tests for disassembler
94 options.
95 (do_objfile): New function.
96 (check_assembly): Likewise.
97
88ab90e8
AA
982017-06-29 Andreas Arnez <arnez@linux.vnet.ibm.com>
99
100 * readelf.c (get_note_type): Add NT_S390_GS_CB and NT_S390_GS_BC.
101
47fdcf63
L
1022017-06-28 H.J. Lu <hongjiu.lu@intel.com>
103
104 * objdump.c (dump_relocs_in_section): Cast to ufile_ptr when
105 comparing against bfd_get_file_size return.
106
88305e1b
NC
1072017-06-28 Nick Clifton <nickc@redhat.com>
108
109 * objcopy.c (merge_gnu_build_notes): Add support for version 2 notes.
110 * readelf.c (print_gnu_build_attribute_name): Likewise.
111
38bf472a
MR
1122017-06-28 Maciej W. Rozycki <macro@imgtec.com>
113 Matthew Fortune <matthew.fortune@imgtec.com>
114
115 * readelf.c (get_machine_flags) <E_MIPS_MACH_IAMR2>: New case.
116 (print_mips_isa_ext) <AFL_EXT_INTERAPTIV_MR2>: Likewise.
117 * NEWS: Mention Imagination interAptiv MR2 processor support.
118
cfd14a50
NC
1192017-06-26 Nick Clifton <nickc@redhat.com>
120
121 PR binutils/21665
122 * objdump.c (disassemble_section): Skip any section that is bigger
123 than the entire file.
124
0602cdad
NC
1252017-06-26 Nick Clifton <nickc@redhat.com>
126
127 PR binutils/21659
128 * bucomm.c (get_file_size): Explicitly warn if the file is a
129 directory.
130
ced40572
TP
1312017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
132
133 * readelf.c (arm_attr_tag_CPU_arch): Fill value for ARMv8-R.
134
0e158763
NC
1352017-06-23 Nick Clifton <nickc@redhat.com>
136
137 PR binutils/21659
138 * strings.c (strings_file): Warn about attempts to run strings on
139 a directory.
140
48580982
L
1412017-06-22 H.J. Lu <hongjiu.lu@intel.com>
142
143 * readelf.c (decode_x86_feature): Decode
144 GNU_PROPERTY_X86_FEATURE_1_SHSTK.
145 * testsuite/binutils-all/i386/shstk.d: New file.
146 * testsuite/binutils-all/i386/shstk.s: Likewise.
147 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
148 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
149 * testsuite/binutils-all/x86-64/shstk.s: Likewise.
150
ee2fdd6f
L
1512017-06-22 H.J. Lu <hongjiu.lu@intel.com>
152
153 * readelf.c (decode_x86_feature): New.
154 (print_gnu_property_note): Call decode_x86_feature on
155 GNU_PROPERTY_X86_FEATURE_1_AND.
156 * testsuite/binutils-all/i386/empty.d: New file.
157 * testsuite/binutils-all/i386/empty.s: Likewise.
158 * testsuite/binutils-all/i386/ibt.d: Likewise.
159 * testsuite/binutils-all/i386/ibt.s: Likewise.
160 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
161 * testsuite/binutils-all/x86-64/empty.d: Likewise.
162 * testsuite/binutils-all/x86-64/empty.s: Likewise.
163 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
164 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
165 * testsuite/binutils-all/x86-64/ibt.s: Likewise.
166
19474787
L
1672017-06-21 H.J. Lu <hongjiu.lu@intel.com>
168
169 * dwarf.c (READ_ULEB): Use DWARF_VMA_FMT to report error.
170 (READ_SLEB): Likewise.
171
7f2c8a1d
NC
1722017-06-21 Nick Clifton <nickc@redhat.com>
173
174 PR binutils/21648
175 * dwarf.c (LEB): Rename to SKIP_ULEB and READ_ULEB. Add check for
176 reading a value that is too big for the containing variable.
177 (SLEB): Rename to SKIP_SLEB and READ_SLEB. Add similar check.
178 Replace uses of LEB and SLEB with appropriate new macro.
179 (display_debug_frames): Use an unsigned int for the 'reg'
180 variable. Use a signed long for the 'l' variable.
181
fd52715c
AK
1822017-06-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
183
184 * readelf.c (get_s390_segment_type): Add support for the new
185 segment type PT_S390_PGSTE.
186 (get_segment_type): Call get_s390_segment_type.
187
d16fdddb
NC
1882017-06-19 Nick Clifton <nickc@redhat.com>
189
190 PR binutils/21619
191 * objdump.c (disassemble_bytes): Check that there is sufficient
192 data available before attempting to display it.
193
d24b7561
SM
1942017-06-06 Simon Marchi <simon.marchi@ericsson.com>
195
196 * sysinfo.y: Free memory allocated by token NAME.
197
10045478
AK
1982017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
199
200 * doc/binutils.texi: Document new cpu=... disassembler options for ARC.
201
8e2f54bc
L
2022017-05-30 H.J. Lu <hongjiu.lu@intel.com>
203
204 PR binutils/21519
205 * objdump.c (dump_relocs_in_section): Replace get_file_size
206 with bfd_get_file_size to get archive element size.
207 * testsuite/binutils-all/objdump.exp (test_objdump_f): New
208 proc.
209 (test_objdump_h): Likewise.
210 (test_objdump_t): Likewise.
211 (test_objdump_r): Likewise.
212 (test_objdump_s): Likewise.
213 Add objdump tests on archive.
214
003ca0fd
YQ
2152017-05-24 Yao Qi <yao.qi@linaro.org>
216
217 * objdump.c (disassemble_data): Caller update.
218
b4f5b984
JM
2192017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
220
221 * objcopy.c (merge_gnu_build_notes): Remove workaround that
222 prevented deleting relocations in duplicated notes in mips64 and
223 sparc.
224
e5713223
MR
2252017-05-19 Maciej W. Rozycki <macro@imgtec.com>
226
227 * testsuite/binutils-all/mips/mips-note-2.d: New test.
228 * testsuite/binutils-all/mips/mips-note-2r.d: New test.
229 * testsuite/binutils-all/mips/mips-note-2-n32.d: New test.
230 * testsuite/binutils-all/mips/mips-note-2-n64.d: New test.
231 * testsuite/binutils-all/mips/mips-note-2r-n32.d: New test.
232 * testsuite/binutils-all/mips/mips-note-2r-n64.d: New test.
233 * testsuite/binutils-all/mips/mips.exp: Define `has_newabi'.
234 Run the new tests.
235
f0681695
MR
2362017-05-19 Maciej W. Rozycki <macro@imgtec.com>
237
238 * testsuite/lib/utils-lib.exp (run_dump_test): Handle the `dump'
239 option.
240
64517994
JM
2412017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
242
243 * NEWS: Mention the SPARC M8 support.
244
dd47d677
MR
2452017-05-19 Maciej W. Rozycki <macro@imgtec.com>
246
247 * testsuite/binutils-all/mips/mips.exp: Bail out right away if
248 non-ELF.
249
535b785f
AM
2502017-05-18 Alan Modra <amodra@gmail.com>
251
252 * strings.c: Don't compare boolean values against TRUE or FALSE.
253
d8cbc93b
JL
2542017-05-15 Jeff Law <law@redhat.com>
255
256 * readelf.c (display_arc_attribute): Avoid implicit fallthru.
257
3f3467ff
MR
2582017-05-15 Maciej W. Rozycki <macro@imgtec.com>
259
260 * testsuite/binutils-all/mips/mips16-undecoded.d: Add `-mips3'
261 to `as' flags.
262 * testsuite/binutils-all/mips/mips16e2-undecoded.d: New test.
263 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: New test.
264 * testsuite/binutils-all/mips/mips16-undecoded.s: Remove
265 `.module mips3'.
266 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
267
25499ac7
MR
2682017-05-15 Maciej W. Rozycki <macro@imgtec.com>
269
270 * readelf.c (print_mips_ases): Handle MIPS16e2 ASE.
271 * NEWS: Mention MIPS16e2 ASE support.
272
a4f89915
MR
2732017-05-12 Maciej W. Rozycki <macro@imgtec.com>
274
275 * testsuite/binutils-all/mips/mips16-extend-insn.d: Adjust BREAK
276 and SDBBP disassembly.
277
40e5240e
MR
2782017-05-10 Maciej W. Rozycki <macro@imgtec.com>
279
280 * testsuite/binutils-all/mips/mips.exp: Define `tempfile' and
281 `copyfile' variables.
282
53a346d8
CZ
2832017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
284
285 * readelf.c (decode_ARC_machine_flags): Recognize OSABI v4.
286 (get_arc_section_type_name): New function.
287 (get_section_type_name): Use the above function.
288 (display_arc_attribute): New function.
289 (process_arc_specific): Likewise.
290 (process_arch_specific): Handle ARC specific information.
291
21d1fbee
KK
2922017-05-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
293
294 * MAINTAINERS (SH): Remove myself as SH maintainer.
295
2ecf0cc3
L
2962017-05-02 H.J. Lu <hongjiu.lu@intel.com>
297
298 * objcopy.c (merge_gnu_build_notes): Cast relcount to unsigned
299 long when comparing with sec->reloc_count.
300
1395c6ce
NC
3012017-05-02 Nick Clifton <nickc@redhat.com>
302
303 * objcopy.c (merge_gnu_build_notes): Disable merge if there are
304 more internal relocs than external relocs.
305
a4ddc54e
MR
3062017-05-02 Maciej W. Rozycki <macro@imgtec.com>
307
308 * testsuite/binutils-all/mips/mips16-undecoded.d: Adjust the
309 disassembly of PC-relative LA and LW synthetic instructions.
310
39ff1b79
NC
3112017-05-02 Nick Clifton <nickc@redhat.com>
312
313 PR 21440
314 * objdump.c (dump_relocs_in_section): Check for an excessive
315 number of relocs before attempting to dump them.
316
ee7e95ef
AM
3172017-05-01 Alan Modra <amodra@gmail.com>
318
319 * objcopy.c (merge_gnu_build_notes): Correct code deleting
320 relocs.
321
b06b2c92
NC
3222017-04-28 Nick Clifton <nickc@redhat.com>
323
324 PR binutils/21439
325 * readelf.c (print_gnu_build_attribute_name): Allow for an empty
326 name field.
327
4e3afec2
NC
3282017-04-28 Nick Clifton <nickc@redhat.com>
329
330 PR binutils/21437
331 * readelf.c (process_version_sections): Check for underflow when
332 computing the start address of the auxillary version data.
333
d949ff56
NC
3342017-04-28 Nick Clifton <nickc@redhat.com>
335
336 PR binutils/21438
337 * dwarf.c (process_extended_line_op): Do not assume that the
338 string extracted from the section is NUL terminated.
339 (fetch_indirect_string): If the string retrieved from the section
340 is not NUL terminated, return an error message.
341 (fetch_indirect_line_string): Likewise.
342 (fetch_indexed_string): Likewise.
343
740a4630
NC
3442017-04-26 Nick Clifton <nickc@redhat.com>
345
d21f3ddb 346 PR binutils/21433
740a4630
NC
347 * bucomm.c (get_file_size): Return -1 if file_name is NULL.
348 * ar.c (main): Fail with usage() invocation if no file names are
349 provided.
350
3e6b6445
NC
3512017-04-26 Nick Clifton <nickc@redhat.com>
352
353 * readelf.c (process_section_headers): Warn about overlarge
354 sections.
355 (print_gnu_build_attribute_name): Print the number of unrecognised
356 note types. Fix formatting in the presence of errors.
357 (testsuite/binutils-all/note-2-32.s): Fix encoding of numeric notes.
358 (testsuite/binutils-all/note-2-64.s): Likewise.
359
bbdd9a68
MR
3602017-04-26 Maciej W. Rozycki <macro@imgtec.com>
361
362 * readelf.c (process_mips_specific): Add static GOT support.
363
c4ab9505
MR
3642017-04-25 Maciej W. Rozycki <macro@imgtec.com>
365
366 * readelf.c (process_mips_specific): Remove error reporting from
367 GOT[1] processing.
368
919383ac
MR
3692017-04-25 Maciej W. Rozycki <macro@imgtec.com>
370
371 * readelf.c (process_mips_specific): Remove null GOT data check.
372
6e3d1f07
MR
3732017-04-25 Maciej W. Rozycki <macro@imgtec.com>
374
375 * testsuite/binutils-all/mips/mips16-alias.d: New test.
376 * testsuite/binutils-all/mips/mips16-noalias.d: New test.
377 * testsuite/binutils-all/mips/mips16-alias.s: New test source.
378 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
379
42354845
AM
3802017-04-23 Alan Modra <amodra@gmail.com>
381
382 PR 21418
383 * ar.c (main): Check -a, -b, -i and -N args are given.
384
7034215f
AM
3852017-04-23 Alan Modra <amodra@gmail.com>
386
387 PR 21417
388 * ar.c (main): Check that an archive file is given after options.
389
b02cd3e9
AM
3902017-04-23 Alan Modra <amodra@gmail.com>
391
392 PR 21415
393 * objdump.c (disassemble_section): Check bfd_get_section_contents
394 status.
395
f082820d
AM
3962017-04-23 Alan Modra <amodra@gmail.com>
397
398 PR 21408
399 * dwarf.c (display_debug_lines_decoded): Don't segfault on NULL
400 file_table.
401
ddef72cd
NC
4022017-04-21 Nick Clifton <nickc@redhat.com>
403
404 PR binutils/21378
405 * readelf.c (print_gnu_build_attribute_name): Check for an
406 overlarge name field.
407
7296a62a
NC
4082017-04-13 Nick Clifton <nickc@redhat.com>
409
410 PR binutils/21379
411 * readelf.c (process_dynamic_section): Detect over large section
412 offsets in the DT_SYMTAB entry.
413
4142017-04-13 Nick Clifton <nickc@redhat.com>
415
416 PR binutils/21345
417 * readelf.c (process_mips_specific): Catch an unfeasible memory
418 allocation before it happens and print a suitable error message.
419
1d15e434
NC
4202017-04-13 Nick Clifton <nickc@redhat.com>
421
422 * objcopy.c: Add --no-merge-notes option to disable note merging.
423 Add --[no-]merge-notes option to strip, and enable it by default.
424 (num_bytes): New function.
425 (merge_gnu_build_notes): Add code to merge stack size notes.
426 * binutils.texi: Update strip and objcopy documentation.
427 * readelf.c (print_gnu_build_attribute_name): Use defined
428 constants for note types.
429
28d909e5
JD
4302017-04-10 John Delsignor <john.delsignore@roguewave.com>
431
432 PR binutils/21319
433 * dwarf.c (display_gdb_index): Correct test for a corrupt address
434 table size.
435
0f65a5d8
JW
4362017-04-05 Jiong Wang <jiong.wang@arm.com>
437
438 * objcopy.c (struct redefine_node): Delete the field "next".
439 (redefine_sym_list): Deleted.
440 (redefine_specific_htab): New hash table.
441 (redefine_specific_reverse_htab): Likewise.
442 (eq_string_redefnode): New function.
443 (htab_hash_redefnode): Likewise.
444 (create_symbol2redef_htab): Likewise.
445 (add_specific_symbol_node): Likewise.
446 (create_symbol_htabs): Create redefine_specific_htab and
447 redefine_specific_reverse_htab.
448 (lookup_sym_redefinition): Use hash table instead of list.
449 (redefine_list_append): Likewise, and rename to add_redefine_and_check.
450 (copy_main): Use redefine_specific_htab instead of redefine_sym_list.
451 Update comments.
452
a91e1603
L
4532017-04-04 H.J. Lu <hongjiu.lu@intel.com>
454
455 * NEWS: Mention support for ELF SHF_GNU_MBIND and
456 PT_GNU_MBIND_XXX.
457 * readelf.c (get_segment_type): Handle PT_GNU_MBIND_XXX.
458 (get_elf_section_flags): Handle SHF_GNU_MBIND.
459 (process_section_headers): Likewise.
460 * testsuite/binutils-all/mbind1.s: New file.
461 * testsuite/binutils-all/objcopy.exp: Run readelf test on
462 mbind1.s.
463
82156ab7
NC
4642017-04-03 Nick Clifton <nickc@redhat.com>
465
466 PR binutils/21345
467 * readelf.c (get_program_headers): Check for there being too many
468 program headers before attempting to allocate space for them.
469
75ec1fdb
NC
4702017-04-03 Nick Clifton <nickc@redhat.com>
471
472 PR binutils/21344
473 * readelf.c (process_mips_specific): Check for an out of range GOT
474 entry before reading the module pointer.
475
f32ba729
NC
4762017-04-03 Nick Clifton <nickc@redhat.com>
477
478 PR binutils/21343
479 * readelf.c (get_unwind_section_word): Fix snafu checking for
480 invalid word offsets in ARM unwind information.
481
efdf7a02
PC
4822017-03-31 Pip Cet <pipcet@gmail.com>
483
484 * NEWS: Use "WebAssembly" consistently.
485 * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
486
f96bd6c2
PC
4872017-03-30 Pip Cet <pipcet@gmail.com>
488
489 * readelf.c: Add support for wasm32 ELF format WebAssembly files.
490 (guess_is_rela): Likewise.
491 (dump_relocations): Likewise.
492 (is_32bit_abs_reloc): Likewise.
493 (is_none_reloc_): Likewise.
494 * NEWS: Mention the new support.
495 * testsuite/lib/binutils-common.exp (is_elf_format): Mark wasm32
496 as ELF target.
497 (supports_gnu_unique): Mark wasm32 as supporting STB_GNU_UNIQUE.
498 * testsuite/binutils-all/nm.exp: Mark wasm32 as requiring .size annotations.
499 * testsuite/binutils-all/wasm32: New directory.
500 * testsuite/binutils-all/wasm32/create-wasm.d: New file.
501 * testsuite/binutils-all/wasm32/create-wasm.s: Likewise.
502 * testsuite/binutils-all/wasm32/custom-section.d: Likewise.
503 * testsuite/binutils-all/wasm32/custom-section.s: Likewise.
504 * testsuite/binutils-all/wasm32/invalid-wasm-1.d: Likewise.
505 * testsuite/binutils-all/wasm32/invalid-wasm-1.s: Likewise.
506 * testsuite/binutils-all/wasm32/long-sections.d: Likewise.
507 * testsuite/binutils-all/wasm32/long-sections.s: Likewise.
508 * testsuite/binutils-all/wasm32/parse-wasm.d: Likewise.
509 * testsuite/binutils-all/wasm32/parse-wasm.s: Likewise.
510 * testsuite/binutils-all/wasm32/parse-wasm-2.d: Likewise.
511 * testsuite/binutils-all/wasm32/parse-wasm-2.s: Likewise.
512 * testsuite/binutils-all/wasm32/prepared-section.d: Likewise.
513 * testsuite/binutils-all/wasm32/prepared-section.s: Likewise.
514 * testsuite/binutils-all/wasm32/wasm32.exp: New file, run tests.
515
52be03fd
AM
5162017-03-29 Alan Modra <amodra@gmail.com>
517
518 * doc/binutils.texi (objdump): Document PowerPC -M options.
519
4a14e306
AK
5202017-03-21 Andi Kleen <ak@linux.intel.com>
521
522 * objdump.c (unwind_inlines): Add.
523 (option_values): Add OPTION_INLINES.
524 (show_line): Unwind inlines if requested.
525 (main): Parse OPTION_INLINES.
526 (usage): Document --inlines.
527 * doc/binutils.texi: Document --inlines.
528 * NEWS: Likewise.
529
75d7d298
NC
5302017-03-21 Nick Clifton <nickc@redhat.com>
531
532 * readelf.c (print_gnu_build_attribute_name): Allow stack
533 protection notes to contain numeric values. Use a colon rather
534 than a space to separate a string name from its values. Decode
535 the numeric value of a stack protection note.
536 * objcopy.c (merge_gnu_build_notes): Allow version notes to
537 contain extra text after the protocol version number.
538
39e224f6
MW
5392017-03-20 Mark Wielaard <mark@klomp.org>
540
541 * readelf.c (process_program_headers): Move dynamic_addr check
542 after .dynamic section cross check.
543
0dd6ae21
NC
5442017-03-17 Nick Clifton <nickc@redhat.com>
545
546 * readelf.c (print_gnu_build_attribute_name): Fix off by one error
547 printing the value for a build note with an ascii name.
548
a8be5506
NC
5492017-03-16 Nick Clifton <nickc@redhat.com>
550
551 * readelf.c (print_gnu_build_attribute_name): Add support for
552 GNU_BUILD_ATTRIBUTE_SHORT_ENUM.
553
c799a79d
NC
5542017-03-14 Nick Clifton <nickc@redhat.com>
555
556 * readelf.c (print_gnu_build_attribute_description): Move symbol
557 printing code to...
558 (print_symbol_for_build_attribute): New function. ...here.
559 Add to find the best symbol to associate with an OPEN note.
560 Add code to cache the symbol table and string table, so that they
561 are not loaded every time a note is displayed.
562 * testsuite/binutils-all/note-2-32.s: Add a function symbol.
563 * testsuite/binutils-all/note-2-64.s: Likewise.
564 * testsuite/binutils-all/note-2-32.d: Update expected note output.
565 * testsuite/binutils-all/note-2-64.d: Likewise.
566
5ef2d51b
AM
5672017-03-13 Alan Modra <amodra@gmail.com>
568 Taeung Song <treeze.taeung@gmail.com>
569
570 * objdump.c (update_source_path): Add abfd param. Add struct
571 stat var. Pass to try_print_file_open. Warn if source is more
572 recent than object.
573 (try_print_file_open, slurp_file): Add struct stat param to
574 return fstat.
575 (show_line): Call update_source_path with bfd.
576
7b5d4822
CHL
5772017-03-10 Chia-Hao Lo <fcamel@gmail.com>
578
579 PR binutils/21235
580 * objdump.c (main): Set do_wide with --wide.
581
55e22ca8
NC
5822017-03-10 Nick Clifton <nickc@redhat.com>
583
584 * readelf.c (get_machine_name): Rearrange switch table in order of
585 increasing machine number. Add missing entries.
586
1fc87489
L
5872017-03-08 H.J. Lu <hongjiu.lu@intel.com>
588
589 PR binutils/21231
590 * readelf.c (decode_x86_isa): Change argument to unsigned int.
591 (print_gnu_property_note): Retrieve property type and datasz as
592 4-byte integer. Consolidate property datasz check. Check
593 GNU_PROPERTY_LOPROC and GNU_PROPERTY_LOUSER.
594 * testsuite/binutils-all/i386/pr21231a.d: New file.
595 * testsuite/binutils-all/i386/pr21231a.s: Likewise.
596 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
597 * testsuite/binutils-all/i386/pr21231b.s: Likewise.
598 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
599 * testsuite/binutils-all/x86-64/pr21231a.s: Likewise.
600 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
601 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
602
79a964dc
NC
6032017-03-06 Nick Clifton <nickc@redhat.com>
604
605 * readelf.c (print_gnu_build_attribute_name): Read byte values
606 from the name string as unsigned bytes.
607 (process_notes_at): Use memcpy to copy an unterminated name
608 string.
609
1f5345a6
ST
6102017-03-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
611
612 * configure.ac (AC_CHECK_DECLS): Add asprintf.
613 * config.in: Regenerate.
614 * configure: Regenerate.
615
c871dade
NC
6162017-03-02 Nick Clifton <nickc@redhat.com>
617
618 * readelf.c (print_gnu_build_attribute_description): Use global
619 symbols for OPEN attributes if at all possible.
05ed4310
NC
620 * objcopy.c (is_merged_note_section): Support build note sections
621 without the SHF_GNU_BUILD_NOTE section flag set.
c871dade 622
b451e98a
JK
6232017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
624
625 * dwarf.c (debug_displays_assert): New static assertion.
626
d4620bee
JK
6272017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
628
629 * dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.
630
9ef920e9
NC
6312017-03-01 Nick Clifton <nickc@redhat.com>
632
633 * readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs.
634 (get_gnu_elf_note_type): Add support for GNU_PROPERTY_NOTEs.
635 (decode_x86_isa): New function.
636 (print_gnu_property_note): New function.
637 (print_gnu_note): Handle GNU_PROPERTY_NOTEs.
638 (print_gnu_build_attribute_description): New function.
639 (print_gnu_build_attribute_name): New function.
640 (process_note): Add support for GNU_BUILD_NOTEs.
641 * objcopy.c (--merge-notes): New command line option.
642 (copy_options): Add merge-notes.
643 (copy_usage): Likewise.
644 (is_merge_note_section): New function.
645 (merge_gnu_build_notes): New function.
646 (copy_object): Merge note sections if asked to do so.
647 (skip_section): Add skip_copy parameter. Add support for skipping
648 merged note sections.
649 (copy_relocations_in_section): Update call to skip_section.
650 (copy_section): Likewise.
651 (copy_main): Add support for merge-notes option.
652 * doc/binutils.texi: Document the new option to objcopy.
653 * NEWS: Mention the new feature.
654 * testsuite/binutils-all/note-2-32.d: New test. Checks note
655 merging on 32-bit targets.
656 * testsuite/binutils-all/note-2-32.s: New test source file.
657 * testsuite/binutils-all/note-2-64.d: New test. Like note-2-32.d
658 but for 64-bit targets.
659 * testsuite/binutils-all/note-2-64.s: New test source file.
660 * testsuite/binutils-all/objcopy.exp: Run the new test.
661
65b48a81
PB
6622017-02-28 Peter Bergner <bergner@vnet.ibm.com>
663
664 * objdump.c (main): Use remove_whitespace_and_extra_commas.
665
9dfd0db9
JK
6662017-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
667
668 Fix compilation with GCC 4.4.7.
669 * dwarf.c (display_loclists_list, display_debug_rnglists_list):
670 Initialize begin and end.
671
3b83ea38
AM
6722017-02-25 Alan Modra <amodra@gmail.com>
673
674 * testsuite/binutils-all/dw5.S: Replace .string with .asciz.
675 Support hpux .comm variant.
676 * testsuite/binutils-all/readelf.exp: Define HPUX when assembling
677 dw5 test for hppa64-hpux.
678
32ec8896
NC
6792017-02-24 Nick Clifton <nickc@redhat.com>
680
681 * readelf.c (show_name, do_dynamic, do_syms, do_dyn_syms,
682 (do_reloc, do_sections, do_section_groups, do_section_details,
683 (do_segments, do_unwind, do_using_dynamic, do_header, do_dump,
684 (do_version, do_histogram, do_debugging, do_arch, do_notes,
685 (do_archive_index, is_32bit_elf, decompress_dumps): Use
686 bfd_boolean type.
687 (parse_args): Treat the do_* variables as booleans.
688 (print_vma): Return an unsigned int.
689 (print_symbol): Change width parameter to signed int.
690 (is_ia64_vms): Change return type to bfd_boolean.
691 (guess_is_rela): Likewise.
692 (slurp_rela_relocs): Likewise.
693 (slurp_rel_relocs): Likewise.
694 (dump_relocations): Likewise.
695 (process_file_header): Likewise.
696 (get_program_headers): Likewise.
697 (process_program_headers): Likewise.
698 (process_section_headers): Likewise.
699 (process_section_groups): Likewise.
700 (dump_ia64_vms_dynamic_fixups): Likewise.
701 (dump_ia64_vms_dynamic_relocs): Likewise.
702 (process_ia64_vms_dynamic_relocs): Likewise.
703 (process_relocs): Likewise.
704 (dump_ia64_unwind): Likewise.
705 (ia64_process_unwind): Likewise.
706 (dump_hppa_unwind): Likewise.
707 (slurp_hppa_unwind_table): Likewise.
708 (hppa_process_unwind): Likewise.
709 (decode_arm_unwind_bytecode): Likewise.
710 (decode_tic6x_unwind_bytecode): Likewise.
711 (decode_arm_unwind): Likewise.
712 (dump_arm_unwind): Likewise.
713 (arm_process_unwind): Likewise.
714 (process_unwind): Likewise.
715 (get_32bit_dynamic_section): Likewise.
716 (get_64bit_dynamic_section): Likewise.
717 (process_dynamic_section): Likewise.
718 (process_version_sections): Likewise.
719 (process_symbol_table): Likewise.
720 (process_syminfo): Likewise.
721 (apply_relocations): Likewise.
722 (disassemble_section): Likewise.
723 (dump_section_as_strings): Likewise.
724 (dump_section_as_bytes): Likewise.
725 (load_specific_debug_section): Likewise.
726 (load_debug_section): Likewise.
727 (display_debug_section): Likewise.
728 (process_section_contents): Likewise.
729 (process_attributes): Likewise.
730 (process_nds32_specific): Likewise.
731 (process_gnu_liblist): Likewise.
732 (print_core_note): Likewise.
733 (print_gnu_note): Likewise.
734 (print_v850_note): Likewise.
735 (process_netbsd_elf_note): Likewise.
736 (print_stapsdt_note): Likewise.
737 (print_ia64_vms_note): Likewise.
738 (process_note): Likewise.
739 (process_notes_at): Likewise.
740 (process_corefile_note_segments): Likewise.
741 (process_v850_notes): Likewise.
742 (process_note_sections): Likewise.
743 (process_notes): Likewise.
744 (process_arch_specific): Likewise.
745 (get_file_header): Likewise.
746 (process_object): Likewise.
747 (process_archive): Likewise.
748 (process_file): Likewise.
749 (section_subset): Make static.
750 (get_mips_reg_size): Return a signed integer.
751 (process_object): Reverse the logic of the return value.
752 (process_archive): Likewise.
753 (process_file): Likewise.
6b4bf3bc
NC
754 (process_program_headers): Fix snafu - if the program headers are
755 not available then this is not a cause to fail.
756 (process_corefile_note_segments): Likewise.
32ec8896 757
7bb1ad17
MR
7582017-02-24 Maciej W. Rozycki <macro@imgtec.com>
759
760 * readelf.c (get_ver_flags): Tidy the formatting of the string
761 returned
762
5235cd68
MR
7632017-02-24 Maciej W. Rozycki <macro@imgtec.com>
764
765 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
766 `isum' unsigned.
767 <SHT_GNU_verneed>: Likewise.
768
c9f02c3e
MR
7692017-02-24 Maciej W. Rozycki <macro@imgtec.com>
770
771 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Limit
772 the number of entries processed by the section size. Don't
773 break out of the loop if `ent.vd_next' is 0.
774
a567769b
JK
7752017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
776
777 * testsuite/binutils-all/dw5.S: New file.
778 * testsuite/binutils-all/dw5.W: New file.
779 * testsuite/binutils-all/readelf.exp (readelf -wiaoRlL): New test.
780
2f6cd591
JK
7812017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
782
783 * dwarf.c (read_and_display_attr_value): Support DW_FORM_data16.
784
7a7e1061
JK
7852017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
786
787 * dwarf.c (display_debug_macro): Support DWARF-5. Rename
788 DW_MACRO_GNU_*.
789
bc0a77d2
JK
7902017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
791
792 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
793 DW_OP_const_type, DW_OP_regval_type, DW_OP_deref_type, DW_OP_convert
794 and DW_OP_reinterpret.
795 (read_and_display_attr_value): Support DW_AT_call_value,
796 DW_AT_call_data_value, DW_AT_call_target and
797 DW_AT_call_target_clobbered.
798
77145576
JK
7992017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
800
801 * dwarf.c (fetch_indirect_line_string): New function.
802 (abbrev_attr): New field implicit_const.
803 (add_abbrev_attr): New parameter implicit_const.
804 (process_abbrev_section): Support DW_FORM_implicit_const.
805 (decode_location_expression): Support DW_OP_entry_value.
806 (read_and_display_attr_value): Add parameter implicit_const. Support
807 DW_FORM_line_strp and DW_FORM_implicit_const.
808 (read_and_display_attr): Add parameter implicit_const.
809 (process_debug_info): Support line_str and DWARF-5.
810 (read_debug_line_header): Support DWARF-5.
811 (display_formatted_table): New function.
812 (display_debug_lines_raw): New parameter file. Support DWARF-5.
813 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
814 (display_debug_lines): Pass file parameter.
815 (display_debug_macro): Update read_and_display_attr_value caller.
816 (display_debug_abbrev): Support DW_FORM_implicit_const.
817 (display_loclists_list): New function.
818 (display_loc_list): Support .debug_loclists.
819 (display_debug_ranges_list): New function from display_debug_ranges.
820 (display_debug_rnglists_list): New function.
821 (display_debug_ranges): Support .debug_rnglists.
822 (debug_displays): Add .debug_line_str, .debug_loclists and
823 .debug_rnglists.
824 * dwarf.h: Include dwarf2.h
825 (DWARF2_Internal_LineInfo): Add li_offset_size.
826 (DWARF2_Internal_CompUnit): Add cu_unit_type.
827 (enum dwarf_section_display_enum): Add line_str.
828 * readelf.c (process_section_headers): Add rnglists and loclists.
829
ef0b5f1c
JK
8302017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
831
832 * dwarf.c (display_block): Add parameter delimiter.
833 (decode_location_expression): Update display_block callers.
834 (read_and_display_attr_value): Add parameter delimiter.
835 (read_and_display_attr, display_debug_macro): Update
836 read_and_display_attr_value caller.
837
359ca075
JK
8382017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
839
840 * dwarf.c (display_loc_list): Use dwarf_vma for offset, base_address
841 and off.
842 (display_loc_list_dwo): Use dwarf_vma for offset.
843 (display_debug_loc): Use dwarf_vma for offset, base_address.
844 (struct range_entry, range_entry_compar): Use dwarf_vma for
845 ranges_offset.
846 (display_debug_ranges): Use dwarf_vma for ranges_offset, offset and
847 base_address.
848
60abdbed
NC
8492017-02-23 Nick Clifton <nickc@redhat.com>
850
851 * readelf.c (display_tag_value): Use an explicit signed type for
852 the tag parameter.
853 (display_gnu_attributes): Use an unsigned integer type for
854 attribute tags.
855 (display_power_gnu_attribute): Likewise.
856 (display_s390_gnu_attribute): Likewise.
857 (display_sparc_hwcaps): Likewise.
858 (display_sparc_hwcaps2): Likewise.
859 (display_sparc_gnu_attribute): Likewise.
860 (display_mips_gnu_attribute): Likewise.
861 (display_tic6x_attribute): Likewise.
862 (display_raw_attribute): Likewise.
863 (process_attributes): Likewise.
864 (process_arm_specific): Delete redundant function.
865 (process_power_specific): Likewise.
866 (process_s390_specific): Likewise.
867 (process_sparc_specific): Likewise.
868 (process_tic6x_specific): Likewise.
869 (process_msp430x_specific): Likewise.
870 (display_public_gnu_attributes): New function. Displays known
871 information about an unknown gnu attribute.
872 (display_generic_attribute): New function. Calls
873 display_tag_value for non-nul tags.
874 (process_arch_specific): Call process_attributes even for
875 architectures not known to specifically support gnu attributes.
876
0502a2b4
JK
8772017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
878
879 * dwarf.c (decode_location_expression): Display also OP.
880
233f82cf
MR
8812017-02-22 Maciej W. Rozycki <macro@imgtec.com>
882
883 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
884 new line between the heading and the first version definition
885 entry.
886
43a444f9
NC
8872017-02-20 Nick Clifton <nickc@redhat.com>
888
889 PR binutils/21156
890 * dwarf.c (cu_tu_indexes_read): Move into...
891 (load_cu_tu_indexes): ... here. Change the variable into
892 tri-state. Change the function into boolean, returning
893 false if the indicies could not be loaded.
894 (find_cu_tu_set): Return NULL if the indicies could not be
895 loaded.
896
b814a36d
NC
8972017-02-17 Nick Clifton <nickc@redhat.com>
898
899 PR binutils/21156
900 * readelf.c (find_section_in_set): Test for invalid section
901 indicies.
902
1b4b80bf
NC
9032017-02-17 Nick Clifton <nickc@redhat.com>
904
905 * readelf.c (get_section_type_name): Add decoding of GNU section
906 types.
907
7c723eec
NC
9082017-02-15 Nick Clifton <nickc@redhat.com>
909
910 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
911 Maintainers section.
912
bc303e5d
NC
9132017-02-14 Nick Clifton <nickc@redhat.com>
914
915 PR binutils/21159
916 * readelf.c (dump_section_as_strings): Reset the start address if
917 no decompression is perfromed.
918 (dump_section_as_bytes): Likewise.
919
92134dc1
NC
9202017-02-14 Nick Clifton <nickc@redhat.com>
921
922 PR binutils/21158
923 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
924 empty symbol name.
925
a2dea0b2
NC
9262017-02-14 Nick Clifton <nickc@redhat.com>
927
928 PR binutils/21157
929 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
930 pairs.
931 (parse_number): Exit early if passed an empty string.
932
b32e566b
NC
9332017-02-14 Nick Clifton <nickc@redhat.com>
934
935 PR binutils/21155
936 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
937 being within a given range.
938 (target_specific_reloc_handling): Use macro to test for underflow
939 as well as overflow of reloc offset.
940
c1221402
NC
9412017-02-13 Nick Clifton <nickc@redhat.com>
942
943 PR binutils/21150
944 * nm.c (file_symbol): Add test of string length before testing
945 string characters.
946
f055032e
NC
9472017-02-13 Nick Clifton <nickc@redhat.com>
948
949 PR binutils/21135
950 * readelf.c (dump_section_as_bytes): Handle the case where
951 uncompress_section_contents returns false.
1835f746 952 (dump_section_as_bytes, load_specific_debug_section): Likewise.
f055032e 953
ebdf1ebf
NC
9542017-02-13 Nick Clifton <nickc@redhat.com>
955
956 PR binutils/21149
957 * readelf.c (get_compression_header): Add size parameter. Check
958 size against sizeof compression header before attempting to
959 extract the header.
960 (process_section_headers): Pass size to get_compression_header.
961 (dump_section_as_strings): Likewise.
962 (dump_section_as_bytes): Likewise.
963 (load_specific_debug_section): Likewise.
964
4aeb00ad
NC
9652017-02-13 Nick Clifton <nickc@redhat.com>
966
967 PR binutils/21148
968 * readelf.c (process_version_sections): Include size of auxillary
969 version information when checking for buffer overflow.
970
0ee3043f
NC
9712017-02-13 Nick Clifton <nickc@redhat.com>
972
973 PR binutils/21147
974 * readelf.c (process_section_contents): Fix off by one error
975 reporting un-dumped sections.
976
f84ce13b
NC
9772017-02-13 Nick Clifton <nickc@redhat.com>
978
979 PR binutils/21139
980 * readelf.c (target_specific_reloc_handling): Add num_syms
981 parameter. Check for symbol table overflow before accessing
982 symbol value. If reloc pointer is NULL, discard all saved state.
983 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
984 Call target_specific_reloc_handling with a NULL reloc pointer
985 after processing all of the relocs.
986
03f7786e
NC
9872017-02-13 Nick Clifton <nickc@redhat.com>
988
989 PR binutils/21137
990 * readelf.c (target_specific_reloc_handling): Add end parameter.
991 Check for buffer overflow before writing relocated values.
992 (apply_relocations): Pass end to target_specific_reloc_handling.
993
387dd777
DP
9942017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
995 Nick Clifton <nickc@redhat.com>
996
997 PR 20343
998 * doc/binutils.texi (ar): Extend documentation of the --plugin
999 option. Include a description of where the plugins should be
1000 located.
1001 (nm): Likewise.
1002
cf581a9b
NC
10032017-01-23 Nick Clifton <nickc@redhat.com>
1004
1005 * MAINTAINERS: Add Bernd to Past Maintainers section.
c49f9d0f 1006 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
71d01c69 1007 section.
cf581a9b 1008
715e99a4
BS
10092017-01-23 Bernd Schmidt <bschmidt@redhat.com>
1010
1011 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
1012
1737c640
AB
10132017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
1014
1015 * objdump.c (dump_section_header): Extract max section name length
1016 from data parameter, use this when formatting output.
1017 (find_longest_section_name): New function.
1018 (dump_headers): Calculate longest section name when in wide mode,
1019 reformat to unify printing of header line.
1020
2cedb9eb
BR
10212017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
1022
1023 PR 21059
1024 * arlex.l: Support processing with flex 2.6.3.
1025 * deflex.l: Likewise.
1026
6bb21700
DT
10272017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
1028
1029 * resbin.c: Optional dialog control data immediately follows
1030 the control description without alignment.
1031 * testsuite/binutils-all/windres/controldata.rc: New test.
1032 source.
1033 * testsuite/binutils-all/windres/controldata.rsd: New test.
1034
2425a30e
NC
10352017-01-12 Nick Clifton <nickc@redhat.com>
1036
1037 PR binutils/20876
1038 * NEWS: Mention the new feature.
1039 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
1040 New proc to test the location of separate debug info files using
1041 the build-id method.
1042
b972a0d6
NC
10432017-01-10 Nick Clifton <nickc@redhat.com>
1044
1045 PR 21034
1046 * stabs.c (parse_stab_members): Fix thinko checking for g++
1047 version 1 stabs information.
1048
cd6581da
NC
10492017-01-09 Nick Clifton <nickc@redhat.com>
1050
1051 * objdump.c (display_file): Add new parameter 'last_file'. If
1052 last_file is true, do not call bfd_close at the end of the
1053 function.
1054 (main): Set the value of the last_file parameter when calling
1055 display_file.
1056
4d74727a
AM
10572017-01-09 Alan Modra <amodra@gmail.com>
1058
1059 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
1060 comment.
1061
fd13a84b
NC
10622017-01-06 Nick Clifton <nickc@redhat.com>
1063
1064 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
1065
b0556316
DP
10662017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
1067
1068 PR 20958
1069 * syslex.l (option): Add noyywrap
1070 (yywrap): Delete.
1071
2571583a
AM
10722017-01-02 Alan Modra <amodra@gmail.com>
1073
1074 Update year range in copyright notice of all files.
1075
5c1ad6b5 1076For older changes see ChangeLog-2016
3499769a 1077\f
5c1ad6b5 1078Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
1079
1080Copying and distribution of this file, with or without modification,
1081are permitted in any medium without royalty provided the copyright
1082notice and this notice are preserved.
1083
1084Local Variables:
1085mode: change-log
1086left-margin: 8
1087fill-column: 74
1088version-control: never
1089End:
This page took 0.122451 seconds and 4 git commands to generate.