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