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