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