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