readelf: Fix overlarge memory allocation when reading a binary with an excessive...
[external/binutils.git] / binutils / ChangeLog
1 2017-04-03  Nick Clifton  <nickc@redhat.com>
2
3         PR binutils/21345
4         * readelf.c (get_program_headers): Check for there being too many
5         program headers before attempting to allocate space for them.
6
7 2017-04-03  Nick Clifton  <nickc@redhat.com>
8
9         PR binutils/21344
10         * readelf.c (process_mips_specific): Check for an out of range GOT
11         entry before reading the module pointer.
12
13 2017-04-03  Nick Clifton  <nickc@redhat.com>
14
15         PR binutils/21343
16         * readelf.c (get_unwind_section_word): Fix snafu checking for
17         invalid word offsets in ARM unwind information.
18
19 2017-03-31  Pip Cet  <pipcet@gmail.com>
20
21         * NEWS: Use "WebAssembly" consistently.
22         * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
23
24 2017-03-30  Pip Cet  <pipcet@gmail.com>
25
26         * readelf.c: Add support for wasm32 ELF format WebAssembly files.
27         (guess_is_rela): Likewise.
28         (dump_relocations): Likewise.
29         (is_32bit_abs_reloc): Likewise.
30         (is_none_reloc_): Likewise.
31         * NEWS: Mention the new support.
32         * testsuite/lib/binutils-common.exp (is_elf_format): Mark wasm32
33         as ELF target.
34         (supports_gnu_unique): Mark wasm32 as supporting STB_GNU_UNIQUE.
35         * testsuite/binutils-all/nm.exp: Mark wasm32 as requiring .size annotations.
36         * testsuite/binutils-all/wasm32: New directory.
37         * testsuite/binutils-all/wasm32/create-wasm.d: New file.
38         * testsuite/binutils-all/wasm32/create-wasm.s: Likewise.
39         * testsuite/binutils-all/wasm32/custom-section.d: Likewise.
40         * testsuite/binutils-all/wasm32/custom-section.s: Likewise.
41         * testsuite/binutils-all/wasm32/invalid-wasm-1.d: Likewise.
42         * testsuite/binutils-all/wasm32/invalid-wasm-1.s: Likewise.
43         * testsuite/binutils-all/wasm32/long-sections.d: Likewise.
44         * testsuite/binutils-all/wasm32/long-sections.s: Likewise.
45         * testsuite/binutils-all/wasm32/parse-wasm.d: Likewise.
46         * testsuite/binutils-all/wasm32/parse-wasm.s: Likewise.
47         * testsuite/binutils-all/wasm32/parse-wasm-2.d: Likewise.
48         * testsuite/binutils-all/wasm32/parse-wasm-2.s: Likewise.
49         * testsuite/binutils-all/wasm32/prepared-section.d: Likewise.
50         * testsuite/binutils-all/wasm32/prepared-section.s: Likewise.
51         * testsuite/binutils-all/wasm32/wasm32.exp: New file, run tests.
52
53 2017-03-29  Alan Modra  <amodra@gmail.com>
54
55         * doc/binutils.texi (objdump): Document PowerPC -M options.
56
57 2017-03-21  Andi Kleen  <ak@linux.intel.com>
58
59         * objdump.c (unwind_inlines): Add.
60         (option_values): Add OPTION_INLINES.
61         (show_line): Unwind inlines if requested.
62         (main): Parse OPTION_INLINES.
63         (usage): Document --inlines.
64         * doc/binutils.texi: Document --inlines.
65         * NEWS: Likewise.
66
67 2017-03-21  Nick Clifton  <nickc@redhat.com>
68
69         * readelf.c (print_gnu_build_attribute_name): Allow stack
70         protection notes to contain numeric values.  Use a colon rather
71         than a space to separate a string name from its values.  Decode
72         the numeric value of a stack protection note.
73         * objcopy.c (merge_gnu_build_notes): Allow version notes to
74         contain extra text after the protocol version number.
75
76 2017-03-20  Mark Wielaard  <mark@klomp.org>
77
78         * readelf.c (process_program_headers): Move dynamic_addr check
79         after .dynamic section cross check.
80
81 2017-03-17  Nick Clifton  <nickc@redhat.com>
82
83         * readelf.c (print_gnu_build_attribute_name): Fix off by one error
84         printing the value for a build note with an ascii name.
85
86 2017-03-16  Nick Clifton  <nickc@redhat.com>
87
88         * readelf.c (print_gnu_build_attribute_name): Add support for
89         GNU_BUILD_ATTRIBUTE_SHORT_ENUM.
90
91 2017-03-14  Nick Clifton  <nickc@redhat.com>
92
93         * readelf.c (print_gnu_build_attribute_description): Move symbol
94         printing code to...
95         (print_symbol_for_build_attribute): New function.  ...here.
96         Add to find the best symbol to associate with an OPEN note.
97         Add code to cache the symbol table and string table, so that they
98         are not loaded every time a note is displayed.
99         * testsuite/binutils-all/note-2-32.s: Add a function symbol.
100         * testsuite/binutils-all/note-2-64.s: Likewise.
101         * testsuite/binutils-all/note-2-32.d: Update expected note output.
102         * testsuite/binutils-all/note-2-64.d: Likewise.
103
104 2017-03-13  Alan Modra  <amodra@gmail.com>
105             Taeung Song <treeze.taeung@gmail.com>
106
107         * objdump.c (update_source_path): Add abfd param.  Add struct
108         stat var.  Pass to try_print_file_open.  Warn if source is more
109         recent than object.
110         (try_print_file_open, slurp_file): Add struct stat param to
111         return fstat.
112         (show_line): Call update_source_path with bfd.
113
114 2017-03-10  Chia-Hao Lo  <fcamel@gmail.com>
115
116         PR binutils/21235
117         * objdump.c (main): Set do_wide with --wide.
118
119 2017-03-10  Nick Clifton  <nickc@redhat.com>
120
121         * readelf.c (get_machine_name): Rearrange switch table in order of
122         increasing machine number.  Add missing entries.
123
124 2017-03-08  H.J. Lu  <hongjiu.lu@intel.com>
125
126         PR binutils/21231
127         * readelf.c (decode_x86_isa): Change argument to unsigned int.
128         (print_gnu_property_note): Retrieve property type and datasz as
129         4-byte integer.  Consolidate property datasz check.  Check
130         GNU_PROPERTY_LOPROC and GNU_PROPERTY_LOUSER.
131         * testsuite/binutils-all/i386/pr21231a.d: New file.
132         * testsuite/binutils-all/i386/pr21231a.s: Likewise.
133         * testsuite/binutils-all/i386/pr21231b.d: Likewise.
134         * testsuite/binutils-all/i386/pr21231b.s: Likewise.
135         * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
136         * testsuite/binutils-all/x86-64/pr21231a.s: Likewise.
137         * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
138         * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
139
140 2017-03-06  Nick Clifton  <nickc@redhat.com>
141
142         * readelf.c (print_gnu_build_attribute_name): Read byte values
143         from the name string as unsigned bytes.
144         (process_notes_at): Use memcpy to copy an unterminated name
145         string.
146
147 2017-03-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
148
149         * configure.ac (AC_CHECK_DECLS): Add asprintf.
150         * config.in: Regenerate.
151         * configure: Regenerate.
152
153 2017-03-02  Nick Clifton  <nickc@redhat.com>
154
155         * readelf.c (print_gnu_build_attribute_description): Use global
156         symbols for OPEN attributes if at all possible.
157         * objcopy.c (is_merged_note_section): Support build note sections
158         without the SHF_GNU_BUILD_NOTE section flag set.
159
160 2017-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
161
162         * dwarf.c (debug_displays_assert): New static assertion.
163
164 2017-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
165
166         * dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.
167
168 2017-03-01  Nick Clifton  <nickc@redhat.com>
169
170         * readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs.
171         (get_gnu_elf_note_type): Add support for GNU_PROPERTY_NOTEs.
172         (decode_x86_isa): New function.
173         (print_gnu_property_note): New function.
174         (print_gnu_note): Handle GNU_PROPERTY_NOTEs.
175         (print_gnu_build_attribute_description): New function.
176         (print_gnu_build_attribute_name): New function.
177         (process_note): Add support for GNU_BUILD_NOTEs.
178         * objcopy.c (--merge-notes): New command line option.
179         (copy_options): Add merge-notes.
180         (copy_usage): Likewise.
181         (is_merge_note_section): New function.
182         (merge_gnu_build_notes): New function.
183         (copy_object): Merge note sections if asked to do so.
184         (skip_section): Add skip_copy parameter.  Add support for skipping
185         merged note sections.
186         (copy_relocations_in_section): Update call to skip_section.
187         (copy_section): Likewise.
188         (copy_main): Add support for merge-notes option.
189         * doc/binutils.texi: Document the new option to objcopy.
190         * NEWS: Mention the new feature.
191         * testsuite/binutils-all/note-2-32.d: New test.  Checks note
192         merging on 32-bit targets.
193         * testsuite/binutils-all/note-2-32.s: New test source file.
194         * testsuite/binutils-all/note-2-64.d: New test.  Like note-2-32.d
195         but for 64-bit targets.
196         * testsuite/binutils-all/note-2-64.s: New test source file.
197         * testsuite/binutils-all/objcopy.exp: Run the new test.
198
199 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
200
201         * objdump.c (main): Use remove_whitespace_and_extra_commas.
202
203 2017-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
204
205         Fix compilation with GCC 4.4.7.
206         * dwarf.c (display_loclists_list, display_debug_rnglists_list):
207         Initialize begin and end.
208
209 2017-02-25  Alan Modra  <amodra@gmail.com>
210
211         * testsuite/binutils-all/dw5.S: Replace .string with .asciz.
212         Support hpux .comm variant.
213         * testsuite/binutils-all/readelf.exp: Define HPUX when assembling
214         dw5 test for hppa64-hpux.
215
216 2017-02-24  Nick Clifton  <nickc@redhat.com>
217
218         * readelf.c (show_name, do_dynamic, do_syms, do_dyn_syms,
219         (do_reloc, do_sections, do_section_groups, do_section_details,
220         (do_segments, do_unwind, do_using_dynamic, do_header, do_dump,
221         (do_version, do_histogram, do_debugging, do_arch, do_notes,
222         (do_archive_index, is_32bit_elf, decompress_dumps): Use
223         bfd_boolean type.
224         (parse_args): Treat the do_* variables as booleans.
225         (print_vma): Return an unsigned int.
226         (print_symbol): Change width parameter to signed int.
227         (is_ia64_vms): Change return type to bfd_boolean.
228         (guess_is_rela): Likewise.
229         (slurp_rela_relocs): Likewise.
230         (slurp_rel_relocs): Likewise.
231         (dump_relocations): Likewise.
232         (process_file_header): Likewise.
233         (get_program_headers): Likewise.
234         (process_program_headers): Likewise.
235         (process_section_headers): Likewise.
236         (process_section_groups): Likewise.
237         (dump_ia64_vms_dynamic_fixups): Likewise.
238         (dump_ia64_vms_dynamic_relocs): Likewise.
239         (process_ia64_vms_dynamic_relocs): Likewise.
240         (process_relocs): Likewise.
241         (dump_ia64_unwind): Likewise.
242         (ia64_process_unwind): Likewise.
243         (dump_hppa_unwind): Likewise.
244         (slurp_hppa_unwind_table): Likewise.
245         (hppa_process_unwind): Likewise.
246         (decode_arm_unwind_bytecode): Likewise.
247         (decode_tic6x_unwind_bytecode): Likewise.
248         (decode_arm_unwind): Likewise.
249         (dump_arm_unwind): Likewise.
250         (arm_process_unwind): Likewise.
251         (process_unwind): Likewise.
252         (get_32bit_dynamic_section): Likewise.
253         (get_64bit_dynamic_section): Likewise.
254         (process_dynamic_section): Likewise.
255         (process_version_sections): Likewise.
256         (process_symbol_table): Likewise.
257         (process_syminfo): Likewise.
258         (apply_relocations): Likewise.
259         (disassemble_section): Likewise.
260         (dump_section_as_strings): Likewise.
261         (dump_section_as_bytes): Likewise.
262         (load_specific_debug_section): Likewise.
263         (load_debug_section): Likewise.
264         (display_debug_section): Likewise.
265         (process_section_contents): Likewise.
266         (process_attributes): Likewise.
267         (process_nds32_specific): Likewise.
268         (process_gnu_liblist): Likewise.
269         (print_core_note): Likewise.
270         (print_gnu_note): Likewise.
271         (print_v850_note): Likewise.
272         (process_netbsd_elf_note): Likewise.
273         (print_stapsdt_note): Likewise.
274         (print_ia64_vms_note): Likewise.
275         (process_note): Likewise.
276         (process_notes_at): Likewise.
277         (process_corefile_note_segments): Likewise.
278         (process_v850_notes): Likewise.
279         (process_note_sections): Likewise.
280         (process_notes): Likewise.
281         (process_arch_specific): Likewise.
282         (get_file_header): Likewise.
283         (process_object): Likewise.
284         (process_archive): Likewise.
285         (process_file): Likewise.
286         (section_subset): Make static.
287         (get_mips_reg_size): Return a signed integer.
288         (process_object): Reverse the logic of the return value.
289         (process_archive): Likewise.
290         (process_file): Likewise.
291         (process_program_headers): Fix snafu - if the program headers are
292         not available then this is not a cause to fail.
293         (process_corefile_note_segments): Likewise.
294
295 2017-02-24  Maciej W. Rozycki  <macro@imgtec.com>
296
297         * readelf.c (get_ver_flags): Tidy the formatting of the string
298         returned
299
300 2017-02-24  Maciej W. Rozycki  <macro@imgtec.com>
301
302         * readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
303         `isum' unsigned.
304         <SHT_GNU_verneed>: Likewise.
305
306 2017-02-24  Maciej W. Rozycki  <macro@imgtec.com>
307
308         * readelf.c (process_version_sections) <SHT_GNU_verdef>: Limit
309         the number of entries processed by the section size.  Don't
310         break out of the loop if `ent.vd_next' is 0.
311
312 2017-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
313
314         * testsuite/binutils-all/dw5.S: New file.
315         * testsuite/binutils-all/dw5.W: New file.
316         * testsuite/binutils-all/readelf.exp (readelf -wiaoRlL): New test.
317
318 2017-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
319
320         * dwarf.c (read_and_display_attr_value): Support DW_FORM_data16.
321
322 2017-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
323
324         * dwarf.c (display_debug_macro): Support DWARF-5.  Rename
325         DW_MACRO_GNU_*.
326
327 2017-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
328
329         * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
330         DW_OP_const_type, DW_OP_regval_type, DW_OP_deref_type, DW_OP_convert
331         and DW_OP_reinterpret.
332         (read_and_display_attr_value): Support DW_AT_call_value,
333         DW_AT_call_data_value, DW_AT_call_target and
334         DW_AT_call_target_clobbered.
335
336 2017-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
337
338         * dwarf.c (fetch_indirect_line_string): New function.
339         (abbrev_attr): New field implicit_const.
340         (add_abbrev_attr): New parameter implicit_const.
341         (process_abbrev_section): Support DW_FORM_implicit_const.
342         (decode_location_expression): Support DW_OP_entry_value.
343         (read_and_display_attr_value): Add parameter implicit_const.  Support
344         DW_FORM_line_strp and DW_FORM_implicit_const.
345         (read_and_display_attr): Add parameter implicit_const.
346         (process_debug_info): Support line_str and DWARF-5.
347         (read_debug_line_header): Support DWARF-5.
348         (display_formatted_table): New function.
349         (display_debug_lines_raw): New parameter file.  Support DWARF-5.
350         (display_debug_lines_decoded): New parameter fileptr.  Support DWARF-5.
351         (display_debug_lines): Pass file parameter.
352         (display_debug_macro): Update read_and_display_attr_value caller.
353         (display_debug_abbrev): Support DW_FORM_implicit_const.
354         (display_loclists_list): New function.
355         (display_loc_list): Support .debug_loclists.
356         (display_debug_ranges_list): New function from display_debug_ranges.
357         (display_debug_rnglists_list): New function.
358         (display_debug_ranges): Support .debug_rnglists.
359         (debug_displays): Add .debug_line_str, .debug_loclists and
360         .debug_rnglists.
361         * dwarf.h: Include dwarf2.h
362         (DWARF2_Internal_LineInfo): Add li_offset_size.
363         (DWARF2_Internal_CompUnit): Add cu_unit_type.
364         (enum dwarf_section_display_enum): Add line_str.
365         * readelf.c (process_section_headers): Add rnglists and loclists.
366
367 2017-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
368
369         * dwarf.c (display_block): Add parameter delimiter.
370         (decode_location_expression): Update display_block callers.
371         (read_and_display_attr_value): Add parameter delimiter.
372         (read_and_display_attr, display_debug_macro): Update
373         read_and_display_attr_value caller.
374
375 2017-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
376
377         * dwarf.c (display_loc_list): Use dwarf_vma for offset, base_address
378         and off.
379         (display_loc_list_dwo): Use dwarf_vma for offset.
380         (display_debug_loc): Use dwarf_vma for offset, base_address.
381         (struct range_entry, range_entry_compar): Use dwarf_vma for
382         ranges_offset.
383         (display_debug_ranges): Use dwarf_vma for ranges_offset, offset and
384         base_address.
385
386 2017-02-23  Nick Clifton  <nickc@redhat.com>
387
388         * readelf.c (display_tag_value): Use an explicit signed type for
389         the tag parameter.
390         (display_gnu_attributes): Use an unsigned integer type for
391         attribute tags.
392         (display_power_gnu_attribute): Likewise.
393         (display_s390_gnu_attribute): Likewise.
394         (display_sparc_hwcaps): Likewise.
395         (display_sparc_hwcaps2): Likewise.
396         (display_sparc_gnu_attribute): Likewise.
397         (display_mips_gnu_attribute): Likewise.
398         (display_tic6x_attribute): Likewise.
399         (display_raw_attribute): Likewise.
400         (process_attributes): Likewise.
401         (process_arm_specific): Delete redundant function.
402         (process_power_specific): Likewise.
403         (process_s390_specific): Likewise.
404         (process_sparc_specific): Likewise.
405         (process_tic6x_specific): Likewise.
406         (process_msp430x_specific): Likewise.
407         (display_public_gnu_attributes): New function.  Displays known
408         information about an unknown gnu attribute.
409         (display_generic_attribute): New function.  Calls
410         display_tag_value for non-nul tags.
411         (process_arch_specific): Call process_attributes even for
412         architectures not known to specifically support gnu attributes.
413
414 2017-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
415
416         * dwarf.c (decode_location_expression): Display also OP.
417
418 2017-02-22  Maciej W. Rozycki  <macro@imgtec.com>
419
420         * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
421         new line between the heading and the first version definition
422         entry.
423
424 2017-02-20  Nick Clifton  <nickc@redhat.com>
425
426         PR binutils/21156
427         * dwarf.c (cu_tu_indexes_read): Move into...
428         (load_cu_tu_indexes): ... here.  Change the variable into
429         tri-state.  Change the function into boolean, returning
430         false if the indicies could not be loaded.
431         (find_cu_tu_set): Return NULL if the indicies could not be
432         loaded.
433
434 2017-02-17  Nick Clifton  <nickc@redhat.com>
435
436         PR binutils/21156
437         * readelf.c (find_section_in_set): Test for invalid section
438         indicies.
439
440 2017-02-17  Nick Clifton  <nickc@redhat.com>
441
442         * readelf.c (get_section_type_name): Add decoding of GNU section
443         types.
444
445 2017-02-15  Nick Clifton  <nickc@redhat.com>
446
447         * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
448         Maintainers section.
449
450 2017-02-14  Nick Clifton  <nickc@redhat.com>
451
452         PR binutils/21159
453         * readelf.c (dump_section_as_strings): Reset the start address if
454         no decompression is perfromed.
455         (dump_section_as_bytes): Likewise.
456
457 2017-02-14  Nick Clifton  <nickc@redhat.com>
458
459         PR binutils/21158
460         * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
461         empty symbol name.
462
463 2017-02-14  Nick Clifton  <nickc@redhat.com>
464
465         PR binutils/21157
466         * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
467         pairs.
468         (parse_number): Exit early if passed an empty string.
469
470 2017-02-14  Nick Clifton  <nickc@redhat.com>
471
472         PR binutils/21155
473         * readelf.c (IN_RANGE): New macro.  Tests for an address + offset
474         being within a given range.
475         (target_specific_reloc_handling): Use macro to test for underflow
476         as well as overflow of reloc offset.
477
478 2017-02-13  Nick Clifton  <nickc@redhat.com>
479
480         PR binutils/21150
481         * nm.c (file_symbol): Add test of string length before testing
482         string characters.
483
484 2017-02-13  Nick Clifton  <nickc@redhat.com>
485
486         PR binutils/21135
487         * readelf.c (dump_section_as_bytes): Handle the case where
488         uncompress_section_contents returns false.
489         (dump_section_as_bytes, load_specific_debug_section): Likewise.
490
491 2017-02-13  Nick Clifton  <nickc@redhat.com>
492
493         PR binutils/21149
494         * readelf.c (get_compression_header): Add size parameter.  Check
495         size against sizeof compression header before attempting to
496         extract the header.
497         (process_section_headers): Pass size to get_compression_header.
498         (dump_section_as_strings): Likewise.
499         (dump_section_as_bytes): Likewise.
500         (load_specific_debug_section): Likewise.
501
502 2017-02-13  Nick Clifton  <nickc@redhat.com>
503
504         PR binutils/21148
505         * readelf.c (process_version_sections): Include size of auxillary
506         version information when checking for buffer overflow.
507
508 2017-02-13  Nick Clifton  <nickc@redhat.com>
509
510         PR binutils/21147
511         * readelf.c (process_section_contents): Fix off by one error
512         reporting un-dumped sections.
513
514 2017-02-13  Nick Clifton  <nickc@redhat.com>
515
516         PR binutils/21139
517         * readelf.c (target_specific_reloc_handling): Add num_syms
518         parameter.  Check for symbol table overflow before accessing
519         symbol value.  If reloc pointer is NULL, discard all saved state.
520         (apply_relocations): Pass num_syms to target_specific_reloc_handling.
521         Call target_specific_reloc_handling with a NULL reloc pointer
522         after processing all of the relocs.
523
524 2017-02-13  Nick Clifton  <nickc@redhat.com>
525
526         PR binutils/21137
527         * readelf.c (target_specific_reloc_handling): Add end parameter.
528         Check for buffer overflow before writing relocated values.
529         (apply_relocations): Pass end to target_specific_reloc_handling.
530
531 2017-01-27  Dilyan Palauzov  <dilyan.palauzov@aegee.org>
532             Nick Clifton  <nickc@redhat.com>
533
534         PR 20343
535         * doc/binutils.texi (ar): Extend documentation of the --plugin
536         option.  Include a description of where the plugins should be
537         located.
538         (nm): Likewise.
539
540 2017-01-23  Nick Clifton  <nickc@redhat.com>
541
542         * MAINTAINERS: Add Bernd to Past Maintainers section.
543         (SCORE): Remove Mei Ligang as maintainer.  Add to Past Maintainers
544         section.
545
546 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
547
548         * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
549
550 2017-01-20  Andrew Burgess  <andrew.burgess@embecosm.com>
551
552         * objdump.c (dump_section_header): Extract max section name length
553         from data parameter, use this when formatting output.
554         (find_longest_section_name): New function.
555         (dump_headers): Calculate longest section name when in wide mode,
556         reformat to unify printing of header line.
557
558 2017-01-18  Bernhard Rosenkranzer  <bero@lindev.ch>
559
560         PR 21059
561         * arlex.l: Support processing with flex 2.6.3.
562         * deflex.l: Likewise.
563
564 2017-01-17  Dmitry Timoshkov  <dmitry@baikal.ru>
565
566         * resbin.c: Optional dialog control data immediately follows
567         the control description without alignment.
568         * testsuite/binutils-all/windres/controldata.rc: New test.
569         source.
570         * testsuite/binutils-all/windres/controldata.rsd: New test.
571
572 2017-01-12  Nick Clifton  <nickc@redhat.com>
573
574         PR binutils/20876
575         * NEWS: Mention the new feature.
576         * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
577         New proc to test the location of separate debug info files using
578         the build-id method.
579
580 2017-01-10  Nick Clifton  <nickc@redhat.com>
581
582         PR 21034
583         * stabs.c (parse_stab_members): Fix thinko checking for g++
584         version 1 stabs information.
585
586 2017-01-09  Nick Clifton  <nickc@redhat.com>
587
588         * objdump.c (display_file): Add new parameter 'last_file'.  If
589         last_file is true, do not call bfd_close at the end of the
590         function.
591         (main): Set the value of the last_file parameter when calling
592         display_file.
593
594 2017-01-09  Alan Modra  <amodra@gmail.com>
595
596         * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
597         comment.
598
599 2017-01-06  Nick Clifton  <nickc@redhat.com>
600
601         * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
602
603 2017-01-04  Dilan Palauzov  <dilyan.palauzov@aegee.org>
604
605         PR 20958
606         * syslex.l (option): Add noyywrap
607         (yywrap): Delete.
608
609 2017-01-02  Alan Modra  <amodra@gmail.com>
610
611         Update year range in copyright notice of all files.
612
613 For older changes see ChangeLog-2016
614 \f
615 Copyright (C) 2017 Free Software Foundation, Inc.
616
617 Copying and distribution of this file, with or without modification,
618 are permitted in any medium without royalty provided the copyright
619 notice and this notice are preserved.
620
621 Local Variables:
622 mode: change-log
623 left-margin: 8
624 fill-column: 74
625 version-control: never
626 End: