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