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