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