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