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