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