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