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