]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Extend previous patch to cover uncompress_section_contents returning FALSE to other...
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2017-02-13 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/21135
4 * readelf.c (dump_section_as_bytes): Handle the case where
5 uncompress_section_contents returns false.
6 (dump_section_as_bytes, load_specific_debug_section): Likewise.
7
8 2017-02-13 Nick Clifton <nickc@redhat.com>
9
10 PR binutils/21149
11 * readelf.c (get_compression_header): Add size parameter. Check
12 size against sizeof compression header before attempting to
13 extract the header.
14 (process_section_headers): Pass size to get_compression_header.
15 (dump_section_as_strings): Likewise.
16 (dump_section_as_bytes): Likewise.
17 (load_specific_debug_section): Likewise.
18
19 2017-02-13 Nick Clifton <nickc@redhat.com>
20
21 PR binutils/21148
22 * readelf.c (process_version_sections): Include size of auxillary
23 version information when checking for buffer overflow.
24
25 2017-02-13 Nick Clifton <nickc@redhat.com>
26
27 PR binutils/21147
28 * readelf.c (process_section_contents): Fix off by one error
29 reporting un-dumped sections.
30
31 2017-02-13 Nick Clifton <nickc@redhat.com>
32
33 PR binutils/21139
34 * readelf.c (target_specific_reloc_handling): Add num_syms
35 parameter. Check for symbol table overflow before accessing
36 symbol value. If reloc pointer is NULL, discard all saved state.
37 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
38 Call target_specific_reloc_handling with a NULL reloc pointer
39 after processing all of the relocs.
40
41 2017-02-13 Nick Clifton <nickc@redhat.com>
42
43 PR binutils/21137
44 * readelf.c (target_specific_reloc_handling): Add end parameter.
45 Check for buffer overflow before writing relocated values.
46 (apply_relocations): Pass end to target_specific_reloc_handling.
47
48 2017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
49 Nick Clifton <nickc@redhat.com>
50
51 PR 20343
52 * doc/binutils.texi (ar): Extend documentation of the --plugin
53 option. Include a description of where the plugins should be
54 located.
55 (nm): Likewise.
56
57 2017-01-23 Nick Clifton <nickc@redhat.com>
58
59 * MAINTAINERS: Add Bernd to Past Maintainers section.
60 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
61 section.
62
63 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
64
65 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
66
67 2017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * objdump.c (dump_section_header): Extract max section name length
70 from data parameter, use this when formatting output.
71 (find_longest_section_name): New function.
72 (dump_headers): Calculate longest section name when in wide mode,
73 reformat to unify printing of header line.
74
75 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
76
77 PR 21059
78 * arlex.l: Support processing with flex 2.6.3.
79 * deflex.l: Likewise.
80
81 2017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
82
83 * resbin.c: Optional dialog control data immediately follows
84 the control description without alignment.
85 * testsuite/binutils-all/windres/controldata.rc: New test.
86 source.
87 * testsuite/binutils-all/windres/controldata.rsd: New test.
88
89 2017-01-12 Nick Clifton <nickc@redhat.com>
90
91 PR binutils/20876
92 * NEWS: Mention the new feature.
93 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
94 New proc to test the location of separate debug info files using
95 the build-id method.
96
97 2017-01-10 Nick Clifton <nickc@redhat.com>
98
99 PR 21034
100 * stabs.c (parse_stab_members): Fix thinko checking for g++
101 version 1 stabs information.
102
103 2017-01-09 Nick Clifton <nickc@redhat.com>
104
105 * objdump.c (display_file): Add new parameter 'last_file'. If
106 last_file is true, do not call bfd_close at the end of the
107 function.
108 (main): Set the value of the last_file parameter when calling
109 display_file.
110
111 2017-01-09 Alan Modra <amodra@gmail.com>
112
113 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
114 comment.
115
116 2017-01-06 Nick Clifton <nickc@redhat.com>
117
118 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
119
120 2017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
121
122 PR 20958
123 * syslex.l (option): Add noyywrap
124 (yywrap): Delete.
125
126 2017-01-02 Alan Modra <amodra@gmail.com>
127
128 Update year range in copyright notice of all files.
129
130 For older changes see ChangeLog-2016
131 \f
132 Copyright (C) 2017 Free Software Foundation, Inc.
133
134 Copying and distribution of this file, with or without modification,
135 are permitted in any medium without royalty provided the copyright
136 notice and this notice are preserved.
137
138 Local Variables:
139 mode: change-log
140 left-margin: 8
141 fill-column: 74
142 version-control: never
143 End: