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