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