PR22303, print_core_note out of bounds read
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2017-10-18 Alan Modra <amodra@gmail.com>
2
3 PR 22303
4 * readelf.c (print_core_note): Ensure "count" sanity check
5 calculation doesn't overflow.
6 (process_notes_at): Perform note namesz and descsz checks
7 using unsigned comparisons against data remaining. Catch
8 alignment overflow of namesz and descsz too. Don't allocate a
9 temp for terminating "name" when there is space available
10 before descdata.
11
12 2017-10-17 Tom Tromey <tom@tromey.com>
13
14 * MAINTAINERS: Add myself as dwarf-mode.el maintainer.
15
16 2017-10-11 Peeter Joot <peeter.joot@lzlabs.com>
17 Nick Clifton <nickc@redhat.com>
18
19 * dwarf.c (read_and_display_attr_value): Handle DW_AT_endianity,
20 DW_END_default, DW_END_big, DW_END_little, DW_ATE_UCS,
21 DW_ATE_ASCII, DW_CC_pass_by_reference, DW_CC_pass_by_value,
22 DW_CC_GNU_renesas_sh, DW_CC_GNU_borland_fastcall_i386,
23 DW_AT_decimal_sign, DW_AT_defaulted, DW_AT_discr_list.
24 (get_TAG_name): Report user generated tag values.
25 * testsuite/binutils-all/dwarf-attributes.S: New test.
26 * testsuite/binutils-all/dwarf-attributes.W. Expected output from
27 readelf.
28 * testsuite/binutils-all/readelf.exp: Run the new test.
29
30 2017-10-10 Tom Tromey <tom@tromey.com>
31
32 * dwarf-mode.el: Bump to version 1.4.
33
34 2017-10-10 Tom Tromey <tom@tromey.com>
35
36 * dwarf-mode.el (dwarf--process, dwarf--deletion-region): New
37 defvar.
38 (dwarf--check-running, dwarf--sentinel, dwarf--invoke)
39 (dwarf--filter): New functions.
40 (dwarf-do-insert-substructure, dwarf-do-refresh): Call
41 dwarf--check-running, dwarf--invoke.
42 (dwarf-browse): Initialize new variables.
43
44 2017-10-10 Tom Tromey <tom@tromey.com>
45
46 * dwarf-mode.el: Set lexical-binding.
47
48 2017-10-10 Tom Tromey <tom@tromey.com>
49
50 * dwarf-mode.el (dwarf-mode-map): New defvar.
51
52 2017-10-10 Tom Tromey <tromey@sourceware.org>
53
54 PR 22249
55 * dwarf.c (process_debug_info): Skip any comp unit that ends
56 before dwarf_start_die.
57
58 2017-10-06 Alan Modra <amodra@gmail.com>
59
60 * dwarf.c (process_debug_info): Consolidate header length checks.
61 (display_debug_pubnames_worker): Use "start" to read header.
62 Properly check header length and report errors earlier.
63 Simplify loop printing pubnames.
64 (get_line_filename_and_dirname): Catch small negative "length"
65 values.
66 (display_debug_aranges): Likewise. Report header errors
67 earlier using standardized message.
68 (display_debug_names): Likewise.
69
70 2017-10-05 Joseph Myers <joseph@codesourcery.com>
71
72 * readelf.c (decode_arm_unwind): Initialize res to TRUE.
73
74 2017-10-05 Nick Clifton <nickc@redhat.com>
75
76 PR 22260
77 * objcopy.c (strip_main): Add 'M' character to short options list
78 when calling getopt_long.
79
80 2017-10-05 Nick Clifton <nickc@redhat.com>
81
82 PR 22262
83 * readelf.c (dump_relocations): Do not truncate reloc names when
84 displaying output in wide mode.
85
86 2017-10-05 Nick Clifton <nickc@redhat.com>
87
88 * README-how-to-make-a-release: Merge steps 3, 4 and 5, and insert
89 the git tag operation at the correct location.
90
91 2017-10-05 Alan Modra <amodra@gmail.com>
92
93 PR 22239
94 * dwarf.c (read_cie): Don't compare "start" and "end" pointers
95 after adding a possibly wild length to "start", compare the length
96 to the difference of the pointers instead. Remove now redundant
97 "negative" length test.
98
99 2017-10-05 Tristan Gingold <tgingold@free.fr>
100
101 * MAINTAINERS: Update email address. Redirect release maintainer
102 to global maitainers.
103
104 2017-10-01 Alan Modra <amodra@gmail.com>
105
106 PR 22232
107 PR 22230
108 * objdump.c (load_specific_debug_section): Introduce a temp to
109 stop bfd_get_full_section_contents NULLing out section->start.
110
111 2017-10-01 Alan Modra <amodra@gmail.com>
112
113 PR 22230
114 * objdump.c (load_specific_debug_section): Allocate an extra byte
115 for a terminating NUL.
116
117 2017-09-30 Alan Modra <amodra@gmail.com>
118
119 PR 21978
120 * objdump.c: Formatting.
121 (show_line): Reset prev_line when function name changes.
122
123 2017-09-27 Nick Clifton <nickc@redhat.com>
124
125 PR 22219
126 * dwarf.c (process_debug_info): Add a check for a negative
127 cu_length field.
128
129 2017-09-27 Alan Modra <amodra@gmail.com>
130
131 PR 22216
132 * readelf.c (process_symbol_table): Check that DT_HASH symbol
133 chains are only visited once, and report an error if not. Display
134 invalid symbol index if chain is out of range. Use the same logic
135 when calculating histograms rather than the PR 17531 fix. Delete
136 bogus check that chained index is less than number of buckets.
137
138 2017-09-26 Nick Clifton <nickc@redhat.com>
139
140 PR 22154
141 * dwarf.c (get_line_filename_and_dirname): Add extra checks for
142 buffer overruns.
143
144 2017-09-26 Nick Clifton <nickc@redhat.com>
145
146 * README-how-to-make-a-release: New file.
147
148 2017-09-26 Alan Modra <amodra@gmail.com>
149
150 PR 21732
151 * dwarf.c (READ_ULEB): Don't use DWARF_VMA_FMT in translated string.
152 (READ_SLEB): Likewise.
153 * readelf.c (bfd_vmatoa): New function.
154 (get_data, get_dynamic_data): Use it for printing error messages.
155
156 2017-09-25 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR binutils/22203
159 * nm.c (display_rel_file): Free memory returned from
160 bfd_get_synthetic_symtab.
161
162 2017-09-22 Alexandre Oliva <aoliva@redhat.com>
163
164 * dwarf.h (debug_info): Add loc_views and num_loc_views.
165 * dwarf.c (vm1): New constant.
166 (print_dwarf_view): New function.
167 (read_and_display_attr_value): Support DW_AT_GNU_locviews.
168 (process_debug_info): Keep num_loc_offsets and num_loc_views
169 in sync.
170 (display_view_pair_list): New function.
171 (display_loc_list_dwo): Take vstart_ptr; update it. Dump
172 location view pairs before the range they apply to, when a
173 viewlist augments the loc list.
174 (display_loc_list): Likewise. Check view numbers in range
175 tests.
176 (display_loclists_list): Likewise. Handle view pair entries,
177 and warn on trailing ones.
178 (loc_views): New variable.
179 (loc_offsets_compar): Compare loc_views if loc_offsets are the
180 same.
181 (display_debug_loc): Check and sort loc_views too. Accept
182 loc_view as expected_start. Skip if lists and views are the
183 same. Dump locview list separately in order, and pass the
184 locview list base to each list dump function. Warn and skip
185 overlap and hole checking if we find loclists and locviews to
186 not be adjacent.
187 * testsuite/binutils-all/locview-1.s: New.
188 * testsuite/binutils-all/readelf.locview-1: New.
189 * testsuite/binutils-all/locview-2.s: New.
190 * testsuite/binutils-all/readelf.locview-2: New.
191 * testsuite/binutils-all/readelf.exp: Run new tests. Fix
192 option spelling in pr18374 fail message. XFAIL dw5 test on
193 nds32*-elf.
194
195 2017-09-22 Alan Modra <amodra@gmail.com>
196
197 * testsuite/binutils-all/readelf.exp: Don't perror and exit on
198 bintest.s assembly failure. Report tests unresolved instead.
199 Likewise for version note test, pr18374, decompress, and dw5
200 tests.
201 (readelf_test): Set testname to include both option and binary
202 file name. Use for pass/fail.
203
204 2017-09-21 Maciej W. Rozycki <macro@imgtec.com>
205
206 * readelf.c (get_machine_flags) <E_MIPS_MACH_5900>: New case.
207
208 2017-09-05 Nick Clifton <nickc@redhat.com>
209
210 PR 21995
211 * readelf.c (process_mips_specific): Add checks for a NULL data
212 pointer.
213
214 2017-09-05 Alexander Fedotov <alexander.fedotov@nxp.com>
215 Edmar Wienskoski <edmar.wienskoski@nxp.com
216
217 * readelf.c (get_elf_section_flags): Add VLE.
218 (process_section_headers): Add VLE key to details.
219
220 2017-08-25 Alan Modra <amodra@gmail.com>
221
222 PR 21994
223 * readelf.c (process_version_sections <SHT_GNU_verdef>): Check
224 vd_aux and vda_next for sanity. Delete "end". Correct overflow
225 checks.
226 (process_version_sections <SHT_GNU_verneed>): Correct overflow
227 check. Don't report invalid vna_next on overflow. Do report
228 invalid vna_next on size less than aux info.
229
230 2017-08-23 Alan Modra <amodra@gmail.com>
231
232 PR 21990
233 * readelf.c (process_version_sections <SHT_GNU_verneed>): Check
234 for invalid vn_next field before adding to idx. Use unsigned
235 long for index vars. Move index checks.
236 <SHT_GNU_verdef>: Likewise for vd_next.
237
238 2017-08-17 Nick Clifton <nickc@redhat.com>
239
240 * testsuite/binutils-all/note-3-64.s: New test. Checks assembly
241 and decoding of version2 GNU build attribute notes.
242 * testsuite/binutils-all/note-3-32.s: New test. 32-bit version of
243 the above test.
244 * testsuite/binutils-all/note-3-64.d: New test driver.
245 * testsuite/binutils-all/note-3-32.d: New test driver.
246 * testsuite/binutils-all/objcopy.exp: Run the new test.
247 * readelf.c (is_64bit_abs_reloc): Add R_SPARC_64.
248
249 2017-08-14 Gustavo Romero <gromero@linux.vnet.ibm.com>
250
251 * readelf.c (get_note_type): Handle PPC note types available
252 since Linux 4.8.
253
254 2017-08-12 Alan Modra <amodra@gmail.com>
255
256 * readelf.c (process_note): Qualify NT_GNU_BUILD_ATTRIBUTE notes
257 by name data.
258
259 2017-08-08 Nick Clifton <nickc@redhat.com>
260
261 PR 21909
262 * prdbg.c (pr_int_type): Increase size of local string buffer.
263 (pr_float_type): Likewise.
264 (pr_bool_type): Likewise.
265
266 2017-08-02 Nick Clifton <nickc@redhat.com>
267
268 PR 21702
269 * arsup.c (ar_addmod): Add plugin support for the MRI ADDMOD
270 command.
271
272 2017-08-02 Nick Clifton <nickc@redhat.com>
273
274 * testsuite/binutils-all/objdump.exp (cpus_expected): Add am33-2.
275
276 2017-08-02 Alan Modra <amodra@gmail.com>
277
278 * readelf.c (is_32bit_abs_reloc): Add R_IA64_SECREL32MSB and
279 R_IA64_DIR32MSB.
280 (is_64bit_abs_reloc): Add R_IA64_DIR64MSB.
281 (is_64bit_pcrel_reloc): Add R_IA64_PCREL64MSB.
282
283 2017-08-01 Nick Clifton <nickc@redhat.com>
284
285 * po/sv.po: Updated Swedish translation.
286
287 2017-07-31 Marty Plummer <ntzrmtthihu777@gmail.com>
288
289 PR 21861
290 * winduni.c (codepages): Use cp1252 for codepage 0.
291
292 2017-07-25 Nick Clifton <nickc@redhat.com>
293
294 PR 21820
295 * readelf.c (dump_section_as_strings): Do not fail if the section
296 was empty.
297 (dump_section_as_bytes): Likewise.
298
299 2017-07-24 Nick Clifton <nickc@redhat.com>
300
301 PR 21813
302 * rddbg.c (read_symbol_stabs_debugging_info): Check for an empty
303 string whilst concatenating symbol names.
304
305 2017-07-21 Nick Clifton <nickc@redhat.com>
306
307 * po/fr.po: Updated French translation.
308
309 2017-07-21 Simon Marchi <simon.marchi@ericsson.com>
310
311 * dwarf.c (last_pointer_size, warned_about_missing_comp_units):
312 Remove.
313 (load_debug_info): Remove assignments to those two variables.
314
315 2017-07-21 Alexandre Oliva <aoliva@redhat.com>
316
317 * dwarf.c (struct State_Machine_Registers): Add view field.
318 (reset_state_machine): Reset view.
319 (process_extended_line_op): Reset view when appropriate.
320 (display_debug_lines_raw): Increment or reset view when appropriate.
321 Print nonzero views. Support print view resets, disabled by default.
322 (display_debug_lines_decoded): Likewise. Disambiguate op_code tests,
323 enabling printing of end_sequence.
324 * testsuite/binutils-all/dw2-1.W: Add nonzero views.
325 * testsuite/binutils-all/dw2-3.W: Likewise.
326 * testsuite/binutils-all/dw2-3gabi.W: Likewise.
327 * testsuite/binutils-all/dw5.W: Add end sequence lines.
328 * testsuite/binutils-all/i386/compressed-1a.d: Add nonzero views.
329 * testsuite/binutils-all/libdw2-compressedgabi.out: Likewise.
330 * testsuite/binutils-all/objdump.W: Likewise.
331 * testsuite/binutils-all/objdump.WL: Add end sequence lines.
332 * testsuite/binutils-all/x86-64/compressed-1a.d: Add nonzero views.
333
334 2017-07-19 Tristan Gingold <gingold@adacore.com>
335
336 * nm.c (show_stats): Remove variable.
337 (long_options): Remove --stats option.
338 (main): Remove handling of --stats.
339
340 2017-07-18 Nick Clifton <nickc@redhat.com>
341
342 PR 21775
343 * coffgrok.c: Fix spelling typos.
344 * readelf.c: Likewise.
345 * stabs.c: Likewise.
346 * testsuite/binutils-all/objcopy.exp: Likewise.
347
348 2017-07-18 Nick Clifton <nickc@redhat.com>
349
350 * po/sv.po: Updated Swedish translation.
351
352 2017-07-18 Hans-Peter Nilsson <hp@bitrange.com>
353
354 * dwarf.c (display_debug_names): Initialize hash_prev.
355
356 2017-07-17 Nick Clifton <nickc@redhat.com>
357
358 PR 21433
359 * ar.c (main): Skip check for no files on the command line when
360 running in MRI mode.
361
362 2017-07-13 H.J. Lu <hongjiu.lu@intel.com>
363
364 * testsuite/binutils-all/objdump.exp: Always delete $testarchive
365 first.
366
367 2017-07-12 Alan Modra <amodra@gmail.com>
368
369 * po/bg.po: Update from translationproject.org/latest/binutils/.
370 * po/ca.po: Likewise.
371 * po/da.po: Likewise.
372 * po/es.po: Likewise.
373 * po/fi.po: Likewise.
374 * po/fr.po: Likewise.
375 * po/hr.po: Likewise.
376 * po/id.po: Likewise.
377 * po/it.po: Likewise.
378 * po/ja.po: Likewise.
379 * po/ro.po: Likewise.
380 * po/ru.po: Likewise.
381 * po/sk.po: Likewise.
382 * po/sr.po: Likewise.
383 * po/sv.po: Likewise.
384 * po/tr.po: Likewise.
385 * po/uk.po: Likewise.
386 * po/vi.po: Likewise.
387 * po/zh_CN.po: Likewise.
388 * po/zh_TW.po: Likewise.
389
390 2017-07-12 Nick Clifton <nickc@redhat.com>
391
392 Fix compile time warnings using gcc 7.1.1.
393 * dwarf.c (dwarf_vmatoa_1): Do not pass a NULL string pointer to
394 sprintf.
395 * srconv.c (walk_tree_type): Initialise the spare field of the
396 IT_dty structure.
397
398 2017-07-11 Andreas Schwab <schwab@suse.de>
399
400 * readelf.c (process_note): Print newline after description data
401 in narrow mode.
402 (print_core_note): Print newline if nothing was printed in wide
403 mode.
404
405 2017-07-09 Rafael Fontenelle <rafaelff@gnome.org>
406
407 * dwarf.c (display_formatted_table): Fix error message typo.
408
409 2017-07-07 John Baldwin <jhb@FreeBSD.org>
410
411 * readelf.c (get_freebsd_elfcore_note_type): Handle
412 NT_FREEBSD_PTLWPINFO.
413
414 2017-07-05 H.J. Lu <hongjiu.lu@intel.com>
415
416 * dwarf.c (display_debug_names): Replace index with xindex.
417
418 2017-07-04 Tristan Gingold <gingold@adacore.com>
419
420 * configure: Regenerate.
421
422 2017-07-04 Tristan Gingold <gingold@adacore.com>
423
424 * NEWS: Add marker for 2.29.
425
426 2017-07-03 Tristan Gingold <gingold@adacore.com>
427
428 * po/binutils.pot: Regenerate.
429
430 2017-07-03 Alan Modra <amodra@gmail.com>
431
432 * strings.c (filename_and_size_t): Delete.
433 (strings_a_section): Don't check section size against file size.
434 Use bdf_malloc_and_get_section. Report an error on failures.
435 Replace arg param with filename and got_a_section param.
436 (got_a_section): Move to..
437 (strings_object_file): ..an auto var here. Iterate over sections
438 rather than calling bfd_map_over_sections. Adjust strings_a_section
439 call.
440
441 2017-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
442
443 * dwarf.c: Include assert.h.
444 (MAX, MIN, get_IDX_name, display_debug_names): New.
445 (debug_displays): Add .debug_names.
446 * dwarf.h: (enum dwarf_section_display_enum): Add debug_names.
447 * readelf.c (process_section_headers): Add ".debug_names".
448
449 2017-07-01 Alan Modra <amodra@gmail.com>
450
451 PR binutils/21665
452 * objdump.c (strtab): Make var a bfd_byte*.
453 (disassemble_section): Don't limit malloc size. Instead, use
454 bfd_malloc_and_get_section.
455 (read_section_stabs): Use bfd_malloc_and_get_section. Return
456 bfd_byte*.
457 (find_stabs_section): Remove now unnecessary cast.
458 * objcopy.c (copy_object): Use bfd_malloc_and_get_section. Free
459 contents on error return.
460 * nlmconv.c (copy_sections): Use bfd_malloc_and_get_section.
461
462 2017-06-30 Nick Clifton <nickc@redhat.com>
463
464 PR binutils/21665
465 * objdump.c (disassemble_section): Move check for an overlarge
466 section to just before the allocation of memory. Do not check
467 section size against file size, but instead use an arbitrary 2Gb
468 limit. Issue a warning message if the section is too big.
469
470 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
471
472 * NEWS: Mention microMIPS XPA support.
473
474 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
475
476 * NEWS: Mention microMIPS Release 5 ISA support.
477
478 2017-06-30 Maciej W. Rozycki <macro@imgtec.com>
479
480 * testsuite/binutils-all/mips/mips-xpa-virt-1.d: New test.
481 * testsuite/binutils-all/mips/mips-xpa-virt-2.d: New test.
482 * testsuite/binutils-all/mips/mips-xpa-virt-3.d: New test.
483 * testsuite/binutils-all/mips/mips-xpa-virt-4.d: New test.
484 * testsuite/binutils-all/mips/mips-xpa-virt.s: New test source.
485 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
486
487 2017-06-29 Anton Kolesov <Anton.Kolesov@synopsys.com>
488
489 * testsuite/binutils-all/arc/double_store.s: New file.
490 * testsuite/binutils-all/arc/objdump.exp: Tests for disassembler
491 options.
492 (do_objfile): New function.
493 (check_assembly): Likewise.
494
495 2017-06-29 Andreas Arnez <arnez@linux.vnet.ibm.com>
496
497 * readelf.c (get_note_type): Add NT_S390_GS_CB and NT_S390_GS_BC.
498
499 2017-06-28 H.J. Lu <hongjiu.lu@intel.com>
500
501 * objdump.c (dump_relocs_in_section): Cast to ufile_ptr when
502 comparing against bfd_get_file_size return.
503
504 2017-06-28 Nick Clifton <nickc@redhat.com>
505
506 * objcopy.c (merge_gnu_build_notes): Add support for version 2 notes.
507 * readelf.c (print_gnu_build_attribute_name): Likewise.
508
509 2017-06-28 Maciej W. Rozycki <macro@imgtec.com>
510 Matthew Fortune <matthew.fortune@imgtec.com>
511
512 * readelf.c (get_machine_flags) <E_MIPS_MACH_IAMR2>: New case.
513 (print_mips_isa_ext) <AFL_EXT_INTERAPTIV_MR2>: Likewise.
514 * NEWS: Mention Imagination interAptiv MR2 processor support.
515
516 2017-06-26 Nick Clifton <nickc@redhat.com>
517
518 PR binutils/21665
519 * objdump.c (disassemble_section): Skip any section that is bigger
520 than the entire file.
521
522 2017-06-26 Nick Clifton <nickc@redhat.com>
523
524 PR binutils/21659
525 * bucomm.c (get_file_size): Explicitly warn if the file is a
526 directory.
527
528 2017-06-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
529
530 * readelf.c (arm_attr_tag_CPU_arch): Fill value for ARMv8-R.
531
532 2017-06-23 Nick Clifton <nickc@redhat.com>
533
534 PR binutils/21659
535 * strings.c (strings_file): Warn about attempts to run strings on
536 a directory.
537
538 2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
539
540 * readelf.c (decode_x86_feature): Decode
541 GNU_PROPERTY_X86_FEATURE_1_SHSTK.
542 * testsuite/binutils-all/i386/shstk.d: New file.
543 * testsuite/binutils-all/i386/shstk.s: Likewise.
544 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
545 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
546 * testsuite/binutils-all/x86-64/shstk.s: Likewise.
547
548 2017-06-22 H.J. Lu <hongjiu.lu@intel.com>
549
550 * readelf.c (decode_x86_feature): New.
551 (print_gnu_property_note): Call decode_x86_feature on
552 GNU_PROPERTY_X86_FEATURE_1_AND.
553 * testsuite/binutils-all/i386/empty.d: New file.
554 * testsuite/binutils-all/i386/empty.s: Likewise.
555 * testsuite/binutils-all/i386/ibt.d: Likewise.
556 * testsuite/binutils-all/i386/ibt.s: Likewise.
557 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
558 * testsuite/binutils-all/x86-64/empty.d: Likewise.
559 * testsuite/binutils-all/x86-64/empty.s: Likewise.
560 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
561 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
562 * testsuite/binutils-all/x86-64/ibt.s: Likewise.
563
564 2017-06-21 H.J. Lu <hongjiu.lu@intel.com>
565
566 * dwarf.c (READ_ULEB): Use DWARF_VMA_FMT to report error.
567 (READ_SLEB): Likewise.
568
569 2017-06-21 Nick Clifton <nickc@redhat.com>
570
571 PR binutils/21648
572 * dwarf.c (LEB): Rename to SKIP_ULEB and READ_ULEB. Add check for
573 reading a value that is too big for the containing variable.
574 (SLEB): Rename to SKIP_SLEB and READ_SLEB. Add similar check.
575 Replace uses of LEB and SLEB with appropriate new macro.
576 (display_debug_frames): Use an unsigned int for the 'reg'
577 variable. Use a signed long for the 'l' variable.
578
579 2017-06-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
580
581 * readelf.c (get_s390_segment_type): Add support for the new
582 segment type PT_S390_PGSTE.
583 (get_segment_type): Call get_s390_segment_type.
584
585 2017-06-19 Nick Clifton <nickc@redhat.com>
586
587 PR binutils/21619
588 * objdump.c (disassemble_bytes): Check that there is sufficient
589 data available before attempting to display it.
590
591 2017-06-06 Simon Marchi <simon.marchi@ericsson.com>
592
593 * sysinfo.y: Free memory allocated by token NAME.
594
595 2017-05-30 Anton Kolesov <anton.kolesov@synopsys.com>
596
597 * doc/binutils.texi: Document new cpu=... disassembler options for ARC.
598
599 2017-05-30 H.J. Lu <hongjiu.lu@intel.com>
600
601 PR binutils/21519
602 * objdump.c (dump_relocs_in_section): Replace get_file_size
603 with bfd_get_file_size to get archive element size.
604 * testsuite/binutils-all/objdump.exp (test_objdump_f): New
605 proc.
606 (test_objdump_h): Likewise.
607 (test_objdump_t): Likewise.
608 (test_objdump_r): Likewise.
609 (test_objdump_s): Likewise.
610 Add objdump tests on archive.
611
612 2017-05-24 Yao Qi <yao.qi@linaro.org>
613
614 * objdump.c (disassemble_data): Caller update.
615
616 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
617
618 * objcopy.c (merge_gnu_build_notes): Remove workaround that
619 prevented deleting relocations in duplicated notes in mips64 and
620 sparc.
621
622 2017-05-19 Maciej W. Rozycki <macro@imgtec.com>
623
624 * testsuite/binutils-all/mips/mips-note-2.d: New test.
625 * testsuite/binutils-all/mips/mips-note-2r.d: New test.
626 * testsuite/binutils-all/mips/mips-note-2-n32.d: New test.
627 * testsuite/binutils-all/mips/mips-note-2-n64.d: New test.
628 * testsuite/binutils-all/mips/mips-note-2r-n32.d: New test.
629 * testsuite/binutils-all/mips/mips-note-2r-n64.d: New test.
630 * testsuite/binutils-all/mips/mips.exp: Define `has_newabi'.
631 Run the new tests.
632
633 2017-05-19 Maciej W. Rozycki <macro@imgtec.com>
634
635 * testsuite/lib/utils-lib.exp (run_dump_test): Handle the `dump'
636 option.
637
638 2017-05-19 Jose E. Marchesi <jose.marchesi@oracle.com>
639
640 * NEWS: Mention the SPARC M8 support.
641
642 2017-05-19 Maciej W. Rozycki <macro@imgtec.com>
643
644 * testsuite/binutils-all/mips/mips.exp: Bail out right away if
645 non-ELF.
646
647 2017-05-18 Alan Modra <amodra@gmail.com>
648
649 * strings.c: Don't compare boolean values against TRUE or FALSE.
650
651 2017-05-15 Jeff Law <law@redhat.com>
652
653 * readelf.c (display_arc_attribute): Avoid implicit fallthru.
654
655 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
656
657 * testsuite/binutils-all/mips/mips16-undecoded.d: Add `-mips3'
658 to `as' flags.
659 * testsuite/binutils-all/mips/mips16e2-undecoded.d: New test.
660 * testsuite/binutils-all/mips/mips16e2-extend-insn.d: New test.
661 * testsuite/binutils-all/mips/mips16-undecoded.s: Remove
662 `.module mips3'.
663 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
664
665 2017-05-15 Maciej W. Rozycki <macro@imgtec.com>
666
667 * readelf.c (print_mips_ases): Handle MIPS16e2 ASE.
668 * NEWS: Mention MIPS16e2 ASE support.
669
670 2017-05-12 Maciej W. Rozycki <macro@imgtec.com>
671
672 * testsuite/binutils-all/mips/mips16-extend-insn.d: Adjust BREAK
673 and SDBBP disassembly.
674
675 2017-05-10 Maciej W. Rozycki <macro@imgtec.com>
676
677 * testsuite/binutils-all/mips/mips.exp: Define `tempfile' and
678 `copyfile' variables.
679
680 2017-05-10 Claudiu Zissulescu <claziss@synopsys.com>
681
682 * readelf.c (decode_ARC_machine_flags): Recognize OSABI v4.
683 (get_arc_section_type_name): New function.
684 (get_section_type_name): Use the above function.
685 (display_arc_attribute): New function.
686 (process_arc_specific): Likewise.
687 (process_arch_specific): Handle ARC specific information.
688
689 2017-05-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
690
691 * MAINTAINERS (SH): Remove myself as SH maintainer.
692
693 2017-05-02 H.J. Lu <hongjiu.lu@intel.com>
694
695 * objcopy.c (merge_gnu_build_notes): Cast relcount to unsigned
696 long when comparing with sec->reloc_count.
697
698 2017-05-02 Nick Clifton <nickc@redhat.com>
699
700 * objcopy.c (merge_gnu_build_notes): Disable merge if there are
701 more internal relocs than external relocs.
702
703 2017-05-02 Maciej W. Rozycki <macro@imgtec.com>
704
705 * testsuite/binutils-all/mips/mips16-undecoded.d: Adjust the
706 disassembly of PC-relative LA and LW synthetic instructions.
707
708 2017-05-02 Nick Clifton <nickc@redhat.com>
709
710 PR 21440
711 * objdump.c (dump_relocs_in_section): Check for an excessive
712 number of relocs before attempting to dump them.
713
714 2017-05-01 Alan Modra <amodra@gmail.com>
715
716 * objcopy.c (merge_gnu_build_notes): Correct code deleting
717 relocs.
718
719 2017-04-28 Nick Clifton <nickc@redhat.com>
720
721 PR binutils/21439
722 * readelf.c (print_gnu_build_attribute_name): Allow for an empty
723 name field.
724
725 2017-04-28 Nick Clifton <nickc@redhat.com>
726
727 PR binutils/21437
728 * readelf.c (process_version_sections): Check for underflow when
729 computing the start address of the auxillary version data.
730
731 2017-04-28 Nick Clifton <nickc@redhat.com>
732
733 PR binutils/21438
734 * dwarf.c (process_extended_line_op): Do not assume that the
735 string extracted from the section is NUL terminated.
736 (fetch_indirect_string): If the string retrieved from the section
737 is not NUL terminated, return an error message.
738 (fetch_indirect_line_string): Likewise.
739 (fetch_indexed_string): Likewise.
740
741 2017-04-26 Nick Clifton <nickc@redhat.com>
742
743 PR binutils/21433
744 * bucomm.c (get_file_size): Return -1 if file_name is NULL.
745 * ar.c (main): Fail with usage() invocation if no file names are
746 provided.
747
748 2017-04-26 Nick Clifton <nickc@redhat.com>
749
750 * readelf.c (process_section_headers): Warn about overlarge
751 sections.
752 (print_gnu_build_attribute_name): Print the number of unrecognised
753 note types. Fix formatting in the presence of errors.
754 (testsuite/binutils-all/note-2-32.s): Fix encoding of numeric notes.
755 (testsuite/binutils-all/note-2-64.s): Likewise.
756
757 2017-04-26 Maciej W. Rozycki <macro@imgtec.com>
758
759 * readelf.c (process_mips_specific): Add static GOT support.
760
761 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
762
763 * readelf.c (process_mips_specific): Remove error reporting from
764 GOT[1] processing.
765
766 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
767
768 * readelf.c (process_mips_specific): Remove null GOT data check.
769
770 2017-04-25 Maciej W. Rozycki <macro@imgtec.com>
771
772 * testsuite/binutils-all/mips/mips16-alias.d: New test.
773 * testsuite/binutils-all/mips/mips16-noalias.d: New test.
774 * testsuite/binutils-all/mips/mips16-alias.s: New test source.
775 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
776
777 2017-04-23 Alan Modra <amodra@gmail.com>
778
779 PR 21418
780 * ar.c (main): Check -a, -b, -i and -N args are given.
781
782 2017-04-23 Alan Modra <amodra@gmail.com>
783
784 PR 21417
785 * ar.c (main): Check that an archive file is given after options.
786
787 2017-04-23 Alan Modra <amodra@gmail.com>
788
789 PR 21415
790 * objdump.c (disassemble_section): Check bfd_get_section_contents
791 status.
792
793 2017-04-23 Alan Modra <amodra@gmail.com>
794
795 PR 21408
796 * dwarf.c (display_debug_lines_decoded): Don't segfault on NULL
797 file_table.
798
799 2017-04-21 Nick Clifton <nickc@redhat.com>
800
801 PR binutils/21378
802 * readelf.c (print_gnu_build_attribute_name): Check for an
803 overlarge name field.
804
805 2017-04-13 Nick Clifton <nickc@redhat.com>
806
807 PR binutils/21379
808 * readelf.c (process_dynamic_section): Detect over large section
809 offsets in the DT_SYMTAB entry.
810
811 2017-04-13 Nick Clifton <nickc@redhat.com>
812
813 PR binutils/21345
814 * readelf.c (process_mips_specific): Catch an unfeasible memory
815 allocation before it happens and print a suitable error message.
816
817 2017-04-13 Nick Clifton <nickc@redhat.com>
818
819 * objcopy.c: Add --no-merge-notes option to disable note merging.
820 Add --[no-]merge-notes option to strip, and enable it by default.
821 (num_bytes): New function.
822 (merge_gnu_build_notes): Add code to merge stack size notes.
823 * binutils.texi: Update strip and objcopy documentation.
824 * readelf.c (print_gnu_build_attribute_name): Use defined
825 constants for note types.
826
827 2017-04-10 John Delsignor <john.delsignore@roguewave.com>
828
829 PR binutils/21319
830 * dwarf.c (display_gdb_index): Correct test for a corrupt address
831 table size.
832
833 2017-04-05 Jiong Wang <jiong.wang@arm.com>
834
835 * objcopy.c (struct redefine_node): Delete the field "next".
836 (redefine_sym_list): Deleted.
837 (redefine_specific_htab): New hash table.
838 (redefine_specific_reverse_htab): Likewise.
839 (eq_string_redefnode): New function.
840 (htab_hash_redefnode): Likewise.
841 (create_symbol2redef_htab): Likewise.
842 (add_specific_symbol_node): Likewise.
843 (create_symbol_htabs): Create redefine_specific_htab and
844 redefine_specific_reverse_htab.
845 (lookup_sym_redefinition): Use hash table instead of list.
846 (redefine_list_append): Likewise, and rename to add_redefine_and_check.
847 (copy_main): Use redefine_specific_htab instead of redefine_sym_list.
848 Update comments.
849
850 2017-04-04 H.J. Lu <hongjiu.lu@intel.com>
851
852 * NEWS: Mention support for ELF SHF_GNU_MBIND and
853 PT_GNU_MBIND_XXX.
854 * readelf.c (get_segment_type): Handle PT_GNU_MBIND_XXX.
855 (get_elf_section_flags): Handle SHF_GNU_MBIND.
856 (process_section_headers): Likewise.
857 * testsuite/binutils-all/mbind1.s: New file.
858 * testsuite/binutils-all/objcopy.exp: Run readelf test on
859 mbind1.s.
860
861 2017-04-03 Nick Clifton <nickc@redhat.com>
862
863 PR binutils/21345
864 * readelf.c (get_program_headers): Check for there being too many
865 program headers before attempting to allocate space for them.
866
867 2017-04-03 Nick Clifton <nickc@redhat.com>
868
869 PR binutils/21344
870 * readelf.c (process_mips_specific): Check for an out of range GOT
871 entry before reading the module pointer.
872
873 2017-04-03 Nick Clifton <nickc@redhat.com>
874
875 PR binutils/21343
876 * readelf.c (get_unwind_section_word): Fix snafu checking for
877 invalid word offsets in ARM unwind information.
878
879 2017-03-31 Pip Cet <pipcet@gmail.com>
880
881 * NEWS: Use "WebAssembly" consistently.
882 * testsuite/binutils-all/wasm32/wasm32.exp: Fix copyright notice.
883
884 2017-03-30 Pip Cet <pipcet@gmail.com>
885
886 * readelf.c: Add support for wasm32 ELF format WebAssembly files.
887 (guess_is_rela): Likewise.
888 (dump_relocations): Likewise.
889 (is_32bit_abs_reloc): Likewise.
890 (is_none_reloc_): Likewise.
891 * NEWS: Mention the new support.
892 * testsuite/lib/binutils-common.exp (is_elf_format): Mark wasm32
893 as ELF target.
894 (supports_gnu_unique): Mark wasm32 as supporting STB_GNU_UNIQUE.
895 * testsuite/binutils-all/nm.exp: Mark wasm32 as requiring .size annotations.
896 * testsuite/binutils-all/wasm32: New directory.
897 * testsuite/binutils-all/wasm32/create-wasm.d: New file.
898 * testsuite/binutils-all/wasm32/create-wasm.s: Likewise.
899 * testsuite/binutils-all/wasm32/custom-section.d: Likewise.
900 * testsuite/binutils-all/wasm32/custom-section.s: Likewise.
901 * testsuite/binutils-all/wasm32/invalid-wasm-1.d: Likewise.
902 * testsuite/binutils-all/wasm32/invalid-wasm-1.s: Likewise.
903 * testsuite/binutils-all/wasm32/long-sections.d: Likewise.
904 * testsuite/binutils-all/wasm32/long-sections.s: Likewise.
905 * testsuite/binutils-all/wasm32/parse-wasm.d: Likewise.
906 * testsuite/binutils-all/wasm32/parse-wasm.s: Likewise.
907 * testsuite/binutils-all/wasm32/parse-wasm-2.d: Likewise.
908 * testsuite/binutils-all/wasm32/parse-wasm-2.s: Likewise.
909 * testsuite/binutils-all/wasm32/prepared-section.d: Likewise.
910 * testsuite/binutils-all/wasm32/prepared-section.s: Likewise.
911 * testsuite/binutils-all/wasm32/wasm32.exp: New file, run tests.
912
913 2017-03-29 Alan Modra <amodra@gmail.com>
914
915 * doc/binutils.texi (objdump): Document PowerPC -M options.
916
917 2017-03-21 Andi Kleen <ak@linux.intel.com>
918
919 * objdump.c (unwind_inlines): Add.
920 (option_values): Add OPTION_INLINES.
921 (show_line): Unwind inlines if requested.
922 (main): Parse OPTION_INLINES.
923 (usage): Document --inlines.
924 * doc/binutils.texi: Document --inlines.
925 * NEWS: Likewise.
926
927 2017-03-21 Nick Clifton <nickc@redhat.com>
928
929 * readelf.c (print_gnu_build_attribute_name): Allow stack
930 protection notes to contain numeric values. Use a colon rather
931 than a space to separate a string name from its values. Decode
932 the numeric value of a stack protection note.
933 * objcopy.c (merge_gnu_build_notes): Allow version notes to
934 contain extra text after the protocol version number.
935
936 2017-03-20 Mark Wielaard <mark@klomp.org>
937
938 * readelf.c (process_program_headers): Move dynamic_addr check
939 after .dynamic section cross check.
940
941 2017-03-17 Nick Clifton <nickc@redhat.com>
942
943 * readelf.c (print_gnu_build_attribute_name): Fix off by one error
944 printing the value for a build note with an ascii name.
945
946 2017-03-16 Nick Clifton <nickc@redhat.com>
947
948 * readelf.c (print_gnu_build_attribute_name): Add support for
949 GNU_BUILD_ATTRIBUTE_SHORT_ENUM.
950
951 2017-03-14 Nick Clifton <nickc@redhat.com>
952
953 * readelf.c (print_gnu_build_attribute_description): Move symbol
954 printing code to...
955 (print_symbol_for_build_attribute): New function. ...here.
956 Add to find the best symbol to associate with an OPEN note.
957 Add code to cache the symbol table and string table, so that they
958 are not loaded every time a note is displayed.
959 * testsuite/binutils-all/note-2-32.s: Add a function symbol.
960 * testsuite/binutils-all/note-2-64.s: Likewise.
961 * testsuite/binutils-all/note-2-32.d: Update expected note output.
962 * testsuite/binutils-all/note-2-64.d: Likewise.
963
964 2017-03-13 Alan Modra <amodra@gmail.com>
965 Taeung Song <treeze.taeung@gmail.com>
966
967 * objdump.c (update_source_path): Add abfd param. Add struct
968 stat var. Pass to try_print_file_open. Warn if source is more
969 recent than object.
970 (try_print_file_open, slurp_file): Add struct stat param to
971 return fstat.
972 (show_line): Call update_source_path with bfd.
973
974 2017-03-10 Chia-Hao Lo <fcamel@gmail.com>
975
976 PR binutils/21235
977 * objdump.c (main): Set do_wide with --wide.
978
979 2017-03-10 Nick Clifton <nickc@redhat.com>
980
981 * readelf.c (get_machine_name): Rearrange switch table in order of
982 increasing machine number. Add missing entries.
983
984 2017-03-08 H.J. Lu <hongjiu.lu@intel.com>
985
986 PR binutils/21231
987 * readelf.c (decode_x86_isa): Change argument to unsigned int.
988 (print_gnu_property_note): Retrieve property type and datasz as
989 4-byte integer. Consolidate property datasz check. Check
990 GNU_PROPERTY_LOPROC and GNU_PROPERTY_LOUSER.
991 * testsuite/binutils-all/i386/pr21231a.d: New file.
992 * testsuite/binutils-all/i386/pr21231a.s: Likewise.
993 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
994 * testsuite/binutils-all/i386/pr21231b.s: Likewise.
995 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
996 * testsuite/binutils-all/x86-64/pr21231a.s: Likewise.
997 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
998 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
999
1000 2017-03-06 Nick Clifton <nickc@redhat.com>
1001
1002 * readelf.c (print_gnu_build_attribute_name): Read byte values
1003 from the name string as unsigned bytes.
1004 (process_notes_at): Use memcpy to copy an unterminated name
1005 string.
1006
1007 2017-03-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
1008
1009 * configure.ac (AC_CHECK_DECLS): Add asprintf.
1010 * config.in: Regenerate.
1011 * configure: Regenerate.
1012
1013 2017-03-02 Nick Clifton <nickc@redhat.com>
1014
1015 * readelf.c (print_gnu_build_attribute_description): Use global
1016 symbols for OPEN attributes if at all possible.
1017 * objcopy.c (is_merged_note_section): Support build note sections
1018 without the SHF_GNU_BUILD_NOTE section flag set.
1019
1020 2017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1021
1022 * dwarf.c (debug_displays_assert): New static assertion.
1023
1024 2017-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1025
1026 * dwarf.h (enum dwarf_section_display_enum): Add loclists and rnglists.
1027
1028 2017-03-01 Nick Clifton <nickc@redhat.com>
1029
1030 * readelf.c (get_note_type): Add support for GNU_BUILD_NOTEs.
1031 (get_gnu_elf_note_type): Add support for GNU_PROPERTY_NOTEs.
1032 (decode_x86_isa): New function.
1033 (print_gnu_property_note): New function.
1034 (print_gnu_note): Handle GNU_PROPERTY_NOTEs.
1035 (print_gnu_build_attribute_description): New function.
1036 (print_gnu_build_attribute_name): New function.
1037 (process_note): Add support for GNU_BUILD_NOTEs.
1038 * objcopy.c (--merge-notes): New command line option.
1039 (copy_options): Add merge-notes.
1040 (copy_usage): Likewise.
1041 (is_merge_note_section): New function.
1042 (merge_gnu_build_notes): New function.
1043 (copy_object): Merge note sections if asked to do so.
1044 (skip_section): Add skip_copy parameter. Add support for skipping
1045 merged note sections.
1046 (copy_relocations_in_section): Update call to skip_section.
1047 (copy_section): Likewise.
1048 (copy_main): Add support for merge-notes option.
1049 * doc/binutils.texi: Document the new option to objcopy.
1050 * NEWS: Mention the new feature.
1051 * testsuite/binutils-all/note-2-32.d: New test. Checks note
1052 merging on 32-bit targets.
1053 * testsuite/binutils-all/note-2-32.s: New test source file.
1054 * testsuite/binutils-all/note-2-64.d: New test. Like note-2-32.d
1055 but for 64-bit targets.
1056 * testsuite/binutils-all/note-2-64.s: New test source file.
1057 * testsuite/binutils-all/objcopy.exp: Run the new test.
1058
1059 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
1060
1061 * objdump.c (main): Use remove_whitespace_and_extra_commas.
1062
1063 2017-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1064
1065 Fix compilation with GCC 4.4.7.
1066 * dwarf.c (display_loclists_list, display_debug_rnglists_list):
1067 Initialize begin and end.
1068
1069 2017-02-25 Alan Modra <amodra@gmail.com>
1070
1071 * testsuite/binutils-all/dw5.S: Replace .string with .asciz.
1072 Support hpux .comm variant.
1073 * testsuite/binutils-all/readelf.exp: Define HPUX when assembling
1074 dw5 test for hppa64-hpux.
1075
1076 2017-02-24 Nick Clifton <nickc@redhat.com>
1077
1078 * readelf.c (show_name, do_dynamic, do_syms, do_dyn_syms,
1079 (do_reloc, do_sections, do_section_groups, do_section_details,
1080 (do_segments, do_unwind, do_using_dynamic, do_header, do_dump,
1081 (do_version, do_histogram, do_debugging, do_arch, do_notes,
1082 (do_archive_index, is_32bit_elf, decompress_dumps): Use
1083 bfd_boolean type.
1084 (parse_args): Treat the do_* variables as booleans.
1085 (print_vma): Return an unsigned int.
1086 (print_symbol): Change width parameter to signed int.
1087 (is_ia64_vms): Change return type to bfd_boolean.
1088 (guess_is_rela): Likewise.
1089 (slurp_rela_relocs): Likewise.
1090 (slurp_rel_relocs): Likewise.
1091 (dump_relocations): Likewise.
1092 (process_file_header): Likewise.
1093 (get_program_headers): Likewise.
1094 (process_program_headers): Likewise.
1095 (process_section_headers): Likewise.
1096 (process_section_groups): Likewise.
1097 (dump_ia64_vms_dynamic_fixups): Likewise.
1098 (dump_ia64_vms_dynamic_relocs): Likewise.
1099 (process_ia64_vms_dynamic_relocs): Likewise.
1100 (process_relocs): Likewise.
1101 (dump_ia64_unwind): Likewise.
1102 (ia64_process_unwind): Likewise.
1103 (dump_hppa_unwind): Likewise.
1104 (slurp_hppa_unwind_table): Likewise.
1105 (hppa_process_unwind): Likewise.
1106 (decode_arm_unwind_bytecode): Likewise.
1107 (decode_tic6x_unwind_bytecode): Likewise.
1108 (decode_arm_unwind): Likewise.
1109 (dump_arm_unwind): Likewise.
1110 (arm_process_unwind): Likewise.
1111 (process_unwind): Likewise.
1112 (get_32bit_dynamic_section): Likewise.
1113 (get_64bit_dynamic_section): Likewise.
1114 (process_dynamic_section): Likewise.
1115 (process_version_sections): Likewise.
1116 (process_symbol_table): Likewise.
1117 (process_syminfo): Likewise.
1118 (apply_relocations): Likewise.
1119 (disassemble_section): Likewise.
1120 (dump_section_as_strings): Likewise.
1121 (dump_section_as_bytes): Likewise.
1122 (load_specific_debug_section): Likewise.
1123 (load_debug_section): Likewise.
1124 (display_debug_section): Likewise.
1125 (process_section_contents): Likewise.
1126 (process_attributes): Likewise.
1127 (process_nds32_specific): Likewise.
1128 (process_gnu_liblist): Likewise.
1129 (print_core_note): Likewise.
1130 (print_gnu_note): Likewise.
1131 (print_v850_note): Likewise.
1132 (process_netbsd_elf_note): Likewise.
1133 (print_stapsdt_note): Likewise.
1134 (print_ia64_vms_note): Likewise.
1135 (process_note): Likewise.
1136 (process_notes_at): Likewise.
1137 (process_corefile_note_segments): Likewise.
1138 (process_v850_notes): Likewise.
1139 (process_note_sections): Likewise.
1140 (process_notes): Likewise.
1141 (process_arch_specific): Likewise.
1142 (get_file_header): Likewise.
1143 (process_object): Likewise.
1144 (process_archive): Likewise.
1145 (process_file): Likewise.
1146 (section_subset): Make static.
1147 (get_mips_reg_size): Return a signed integer.
1148 (process_object): Reverse the logic of the return value.
1149 (process_archive): Likewise.
1150 (process_file): Likewise.
1151 (process_program_headers): Fix snafu - if the program headers are
1152 not available then this is not a cause to fail.
1153 (process_corefile_note_segments): Likewise.
1154
1155 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
1156
1157 * readelf.c (get_ver_flags): Tidy the formatting of the string
1158 returned
1159
1160 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
1161
1162 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Make
1163 `isum' unsigned.
1164 <SHT_GNU_verneed>: Likewise.
1165
1166 2017-02-24 Maciej W. Rozycki <macro@imgtec.com>
1167
1168 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Limit
1169 the number of entries processed by the section size. Don't
1170 break out of the loop if `ent.vd_next' is 0.
1171
1172 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 * testsuite/binutils-all/dw5.S: New file.
1175 * testsuite/binutils-all/dw5.W: New file.
1176 * testsuite/binutils-all/readelf.exp (readelf -wiaoRlL): New test.
1177
1178 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1179
1180 * dwarf.c (read_and_display_attr_value): Support DW_FORM_data16.
1181
1182 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 * dwarf.c (display_debug_macro): Support DWARF-5. Rename
1185 DW_MACRO_GNU_*.
1186
1187 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1188
1189 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
1190 DW_OP_const_type, DW_OP_regval_type, DW_OP_deref_type, DW_OP_convert
1191 and DW_OP_reinterpret.
1192 (read_and_display_attr_value): Support DW_AT_call_value,
1193 DW_AT_call_data_value, DW_AT_call_target and
1194 DW_AT_call_target_clobbered.
1195
1196 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1197
1198 * dwarf.c (fetch_indirect_line_string): New function.
1199 (abbrev_attr): New field implicit_const.
1200 (add_abbrev_attr): New parameter implicit_const.
1201 (process_abbrev_section): Support DW_FORM_implicit_const.
1202 (decode_location_expression): Support DW_OP_entry_value.
1203 (read_and_display_attr_value): Add parameter implicit_const. Support
1204 DW_FORM_line_strp and DW_FORM_implicit_const.
1205 (read_and_display_attr): Add parameter implicit_const.
1206 (process_debug_info): Support line_str and DWARF-5.
1207 (read_debug_line_header): Support DWARF-5.
1208 (display_formatted_table): New function.
1209 (display_debug_lines_raw): New parameter file. Support DWARF-5.
1210 (display_debug_lines_decoded): New parameter fileptr. Support DWARF-5.
1211 (display_debug_lines): Pass file parameter.
1212 (display_debug_macro): Update read_and_display_attr_value caller.
1213 (display_debug_abbrev): Support DW_FORM_implicit_const.
1214 (display_loclists_list): New function.
1215 (display_loc_list): Support .debug_loclists.
1216 (display_debug_ranges_list): New function from display_debug_ranges.
1217 (display_debug_rnglists_list): New function.
1218 (display_debug_ranges): Support .debug_rnglists.
1219 (debug_displays): Add .debug_line_str, .debug_loclists and
1220 .debug_rnglists.
1221 * dwarf.h: Include dwarf2.h
1222 (DWARF2_Internal_LineInfo): Add li_offset_size.
1223 (DWARF2_Internal_CompUnit): Add cu_unit_type.
1224 (enum dwarf_section_display_enum): Add line_str.
1225 * readelf.c (process_section_headers): Add rnglists and loclists.
1226
1227 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1228
1229 * dwarf.c (display_block): Add parameter delimiter.
1230 (decode_location_expression): Update display_block callers.
1231 (read_and_display_attr_value): Add parameter delimiter.
1232 (read_and_display_attr, display_debug_macro): Update
1233 read_and_display_attr_value caller.
1234
1235 2017-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
1236
1237 * dwarf.c (display_loc_list): Use dwarf_vma for offset, base_address
1238 and off.
1239 (display_loc_list_dwo): Use dwarf_vma for offset.
1240 (display_debug_loc): Use dwarf_vma for offset, base_address.
1241 (struct range_entry, range_entry_compar): Use dwarf_vma for
1242 ranges_offset.
1243 (display_debug_ranges): Use dwarf_vma for ranges_offset, offset and
1244 base_address.
1245
1246 2017-02-23 Nick Clifton <nickc@redhat.com>
1247
1248 * readelf.c (display_tag_value): Use an explicit signed type for
1249 the tag parameter.
1250 (display_gnu_attributes): Use an unsigned integer type for
1251 attribute tags.
1252 (display_power_gnu_attribute): Likewise.
1253 (display_s390_gnu_attribute): Likewise.
1254 (display_sparc_hwcaps): Likewise.
1255 (display_sparc_hwcaps2): Likewise.
1256 (display_sparc_gnu_attribute): Likewise.
1257 (display_mips_gnu_attribute): Likewise.
1258 (display_tic6x_attribute): Likewise.
1259 (display_raw_attribute): Likewise.
1260 (process_attributes): Likewise.
1261 (process_arm_specific): Delete redundant function.
1262 (process_power_specific): Likewise.
1263 (process_s390_specific): Likewise.
1264 (process_sparc_specific): Likewise.
1265 (process_tic6x_specific): Likewise.
1266 (process_msp430x_specific): Likewise.
1267 (display_public_gnu_attributes): New function. Displays known
1268 information about an unknown gnu attribute.
1269 (display_generic_attribute): New function. Calls
1270 display_tag_value for non-nul tags.
1271 (process_arch_specific): Call process_attributes even for
1272 architectures not known to specifically support gnu attributes.
1273
1274 2017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1275
1276 * dwarf.c (decode_location_expression): Display also OP.
1277
1278 2017-02-22 Maciej W. Rozycki <macro@imgtec.com>
1279
1280 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
1281 new line between the heading and the first version definition
1282 entry.
1283
1284 2017-02-20 Nick Clifton <nickc@redhat.com>
1285
1286 PR binutils/21156
1287 * dwarf.c (cu_tu_indexes_read): Move into...
1288 (load_cu_tu_indexes): ... here. Change the variable into
1289 tri-state. Change the function into boolean, returning
1290 false if the indicies could not be loaded.
1291 (find_cu_tu_set): Return NULL if the indicies could not be
1292 loaded.
1293
1294 2017-02-17 Nick Clifton <nickc@redhat.com>
1295
1296 PR binutils/21156
1297 * readelf.c (find_section_in_set): Test for invalid section
1298 indicies.
1299
1300 2017-02-17 Nick Clifton <nickc@redhat.com>
1301
1302 * readelf.c (get_section_type_name): Add decoding of GNU section
1303 types.
1304
1305 2017-02-15 Nick Clifton <nickc@redhat.com>
1306
1307 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
1308 Maintainers section.
1309
1310 2017-02-14 Nick Clifton <nickc@redhat.com>
1311
1312 PR binutils/21159
1313 * readelf.c (dump_section_as_strings): Reset the start address if
1314 no decompression is perfromed.
1315 (dump_section_as_bytes): Likewise.
1316
1317 2017-02-14 Nick Clifton <nickc@redhat.com>
1318
1319 PR binutils/21158
1320 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
1321 empty symbol name.
1322
1323 2017-02-14 Nick Clifton <nickc@redhat.com>
1324
1325 PR binutils/21157
1326 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
1327 pairs.
1328 (parse_number): Exit early if passed an empty string.
1329
1330 2017-02-14 Nick Clifton <nickc@redhat.com>
1331
1332 PR binutils/21155
1333 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
1334 being within a given range.
1335 (target_specific_reloc_handling): Use macro to test for underflow
1336 as well as overflow of reloc offset.
1337
1338 2017-02-13 Nick Clifton <nickc@redhat.com>
1339
1340 PR binutils/21150
1341 * nm.c (file_symbol): Add test of string length before testing
1342 string characters.
1343
1344 2017-02-13 Nick Clifton <nickc@redhat.com>
1345
1346 PR binutils/21135
1347 * readelf.c (dump_section_as_bytes): Handle the case where
1348 uncompress_section_contents returns false.
1349 (dump_section_as_bytes, load_specific_debug_section): Likewise.
1350
1351 2017-02-13 Nick Clifton <nickc@redhat.com>
1352
1353 PR binutils/21149
1354 * readelf.c (get_compression_header): Add size parameter. Check
1355 size against sizeof compression header before attempting to
1356 extract the header.
1357 (process_section_headers): Pass size to get_compression_header.
1358 (dump_section_as_strings): Likewise.
1359 (dump_section_as_bytes): Likewise.
1360 (load_specific_debug_section): Likewise.
1361
1362 2017-02-13 Nick Clifton <nickc@redhat.com>
1363
1364 PR binutils/21148
1365 * readelf.c (process_version_sections): Include size of auxillary
1366 version information when checking for buffer overflow.
1367
1368 2017-02-13 Nick Clifton <nickc@redhat.com>
1369
1370 PR binutils/21147
1371 * readelf.c (process_section_contents): Fix off by one error
1372 reporting un-dumped sections.
1373
1374 2017-02-13 Nick Clifton <nickc@redhat.com>
1375
1376 PR binutils/21139
1377 * readelf.c (target_specific_reloc_handling): Add num_syms
1378 parameter. Check for symbol table overflow before accessing
1379 symbol value. If reloc pointer is NULL, discard all saved state.
1380 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
1381 Call target_specific_reloc_handling with a NULL reloc pointer
1382 after processing all of the relocs.
1383
1384 2017-02-13 Nick Clifton <nickc@redhat.com>
1385
1386 PR binutils/21137
1387 * readelf.c (target_specific_reloc_handling): Add end parameter.
1388 Check for buffer overflow before writing relocated values.
1389 (apply_relocations): Pass end to target_specific_reloc_handling.
1390
1391 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
1392 Nick Clifton <nickc@redhat.com>
1393
1394 PR 20343
1395 * doc/binutils.texi (ar): Extend documentation of the --plugin
1396 option. Include a description of where the plugins should be
1397 located.
1398 (nm): Likewise.
1399
1400 2017-01-23 Nick Clifton <nickc@redhat.com>
1401
1402 * MAINTAINERS: Add Bernd to Past Maintainers section.
1403 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
1404 section.
1405
1406 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
1407
1408 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
1409
1410 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * objdump.c (dump_section_header): Extract max section name length
1413 from data parameter, use this when formatting output.
1414 (find_longest_section_name): New function.
1415 (dump_headers): Calculate longest section name when in wide mode,
1416 reformat to unify printing of header line.
1417
1418 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
1419
1420 PR 21059
1421 * arlex.l: Support processing with flex 2.6.3.
1422 * deflex.l: Likewise.
1423
1424 2017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
1425
1426 * resbin.c: Optional dialog control data immediately follows
1427 the control description without alignment.
1428 * testsuite/binutils-all/windres/controldata.rc: New test.
1429 source.
1430 * testsuite/binutils-all/windres/controldata.rsd: New test.
1431
1432 2017-01-12 Nick Clifton <nickc@redhat.com>
1433
1434 PR binutils/20876
1435 * NEWS: Mention the new feature.
1436 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
1437 New proc to test the location of separate debug info files using
1438 the build-id method.
1439
1440 2017-01-10 Nick Clifton <nickc@redhat.com>
1441
1442 PR 21034
1443 * stabs.c (parse_stab_members): Fix thinko checking for g++
1444 version 1 stabs information.
1445
1446 2017-01-09 Nick Clifton <nickc@redhat.com>
1447
1448 * objdump.c (display_file): Add new parameter 'last_file'. If
1449 last_file is true, do not call bfd_close at the end of the
1450 function.
1451 (main): Set the value of the last_file parameter when calling
1452 display_file.
1453
1454 2017-01-09 Alan Modra <amodra@gmail.com>
1455
1456 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
1457 comment.
1458
1459 2017-01-06 Nick Clifton <nickc@redhat.com>
1460
1461 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
1462
1463 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
1464
1465 PR 20958
1466 * syslex.l (option): Add noyywrap
1467 (yywrap): Delete.
1468
1469 2017-01-02 Alan Modra <amodra@gmail.com>
1470
1471 Update year range in copyright notice of all files.
1472
1473 For older changes see ChangeLog-2016
1474 \f
1475 Copyright (C) 2017 Free Software Foundation, Inc.
1476
1477 Copying and distribution of this file, with or without modification,
1478 are permitted in any medium without royalty provided the copyright
1479 notice and this notice are preserved.
1480
1481 Local Variables:
1482 mode: change-log
1483 left-margin: 8
1484 fill-column: 74
1485 version-control: never
1486 End:
This page took 0.059867 seconds and 5 git commands to generate.