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