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