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