]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Update description of the -plugin option used by the linker, ar and nm.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
2 Nick Clifton <nickc@redhat.com>
3
4 PR 20343
5 * doc/binutils.texi (ar): Extend documentation of the --plugin
6 option. Include a description of where the plugins should be
7 located.
8 (nm): Likewise.
9
10 2017-01-23 Nick Clifton <nickc@redhat.com>
11
12 * MAINTAINERS: Add Bernd to Past Maintainers section.
13 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
14 section.
15
16 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
17
18 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
19
20 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * objdump.c (dump_section_header): Extract max section name length
23 from data parameter, use this when formatting output.
24 (find_longest_section_name): New function.
25 (dump_headers): Calculate longest section name when in wide mode,
26 reformat to unify printing of header line.
27
28 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
29
30 PR 21059
31 * arlex.l: Support processing with flex 2.6.3.
32 * deflex.l: Likewise.
33
34 2017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
35
36 * resbin.c: Optional dialog control data immediately follows
37 the control description without alignment.
38 * testsuite/binutils-all/windres/controldata.rc: New test.
39 source.
40 * testsuite/binutils-all/windres/controldata.rsd: New test.
41
42 2017-01-12 Nick Clifton <nickc@redhat.com>
43
44 PR binutils/20876
45 * NEWS: Mention the new feature.
46 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
47 New proc to test the location of separate debug info files using
48 the build-id method.
49
50 2017-01-10 Nick Clifton <nickc@redhat.com>
51
52 PR 21034
53 * stabs.c (parse_stab_members): Fix thinko checking for g++
54 version 1 stabs information.
55
56 2017-01-09 Nick Clifton <nickc@redhat.com>
57
58 * objdump.c (display_file): Add new parameter 'last_file'. If
59 last_file is true, do not call bfd_close at the end of the
60 function.
61 (main): Set the value of the last_file parameter when calling
62 display_file.
63
64 2017-01-09 Alan Modra <amodra@gmail.com>
65
66 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
67 comment.
68
69 2017-01-06 Nick Clifton <nickc@redhat.com>
70
71 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
72
73 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
74
75 PR 20958
76 * syslex.l (option): Add noyywrap
77 (yywrap): Delete.
78
79 2017-01-02 Alan Modra <amodra@gmail.com>
80
81 Update year range in copyright notice of all files.
82
83 For older changes see ChangeLog-2016
84 \f
85 Copyright (C) 2017 Free Software Foundation, Inc.
86
87 Copying and distribution of this file, with or without modification,
88 are permitted in any medium without royalty provided the copyright
89 notice and this notice are preserved.
90
91 Local Variables:
92 mode: change-log
93 left-margin: 8
94 fill-column: 74
95 version-control: never
96 End: