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