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