S/390: Add support for new cpu architecture - arch12.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
60abdbed
NC
12017-02-23 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (display_tag_value): Use an explicit signed type for
4 the tag parameter.
5 (display_gnu_attributes): Use an unsigned integer type for
6 attribute tags.
7 (display_power_gnu_attribute): Likewise.
8 (display_s390_gnu_attribute): Likewise.
9 (display_sparc_hwcaps): Likewise.
10 (display_sparc_hwcaps2): Likewise.
11 (display_sparc_gnu_attribute): Likewise.
12 (display_mips_gnu_attribute): Likewise.
13 (display_tic6x_attribute): Likewise.
14 (display_raw_attribute): Likewise.
15 (process_attributes): Likewise.
16 (process_arm_specific): Delete redundant function.
17 (process_power_specific): Likewise.
18 (process_s390_specific): Likewise.
19 (process_sparc_specific): Likewise.
20 (process_tic6x_specific): Likewise.
21 (process_msp430x_specific): Likewise.
22 (display_public_gnu_attributes): New function. Displays known
23 information about an unknown gnu attribute.
24 (display_generic_attribute): New function. Calls
25 display_tag_value for non-nul tags.
26 (process_arch_specific): Call process_attributes even for
27 architectures not known to specifically support gnu attributes.
28
0502a2b4
JK
292017-02-22 Jan Kratochvil <jan.kratochvil@redhat.com>
30
31 * dwarf.c (decode_location_expression): Display also OP.
32
233f82cf
MR
332017-02-22 Maciej W. Rozycki <macro@imgtec.com>
34
35 * readelf.c (process_version_sections) <SHT_GNU_verdef>: Print a
36 new line between the heading and the first version definition
37 entry.
38
43a444f9
NC
392017-02-20 Nick Clifton <nickc@redhat.com>
40
41 PR binutils/21156
42 * dwarf.c (cu_tu_indexes_read): Move into...
43 (load_cu_tu_indexes): ... here. Change the variable into
44 tri-state. Change the function into boolean, returning
45 false if the indicies could not be loaded.
46 (find_cu_tu_set): Return NULL if the indicies could not be
47 loaded.
48
b814a36d
NC
492017-02-17 Nick Clifton <nickc@redhat.com>
50
51 PR binutils/21156
52 * readelf.c (find_section_in_set): Test for invalid section
53 indicies.
54
1b4b80bf
NC
552017-02-17 Nick Clifton <nickc@redhat.com>
56
57 * readelf.c (get_section_type_name): Add decoding of GNU section
58 types.
59
7c723eec
NC
602017-02-15 Nick Clifton <nickc@redhat.com>
61
62 * MAINTAINERS: (MIPS, MN10300): Move Eric Christopher to Past
63 Maintainers section.
64
bc303e5d
NC
652017-02-14 Nick Clifton <nickc@redhat.com>
66
67 PR binutils/21159
68 * readelf.c (dump_section_as_strings): Reset the start address if
69 no decompression is perfromed.
70 (dump_section_as_bytes): Likewise.
71
92134dc1
NC
722017-02-14 Nick Clifton <nickc@redhat.com>
73
74 PR binutils/21158
75 * rddbg.c (read_symbol_stabs_debugging_info): Check for a null or
76 empty symbol name.
77
a2dea0b2
NC
782017-02-14 Nick Clifton <nickc@redhat.com>
79
80 PR binutils/21157
81 * stabs.c (parse_stab_enum_type): Check for corrupt NAME:VALUE
82 pairs.
83 (parse_number): Exit early if passed an empty string.
84
b32e566b
NC
852017-02-14 Nick Clifton <nickc@redhat.com>
86
87 PR binutils/21155
88 * readelf.c (IN_RANGE): New macro. Tests for an address + offset
89 being within a given range.
90 (target_specific_reloc_handling): Use macro to test for underflow
91 as well as overflow of reloc offset.
92
c1221402
NC
932017-02-13 Nick Clifton <nickc@redhat.com>
94
95 PR binutils/21150
96 * nm.c (file_symbol): Add test of string length before testing
97 string characters.
98
f055032e
NC
992017-02-13 Nick Clifton <nickc@redhat.com>
100
101 PR binutils/21135
102 * readelf.c (dump_section_as_bytes): Handle the case where
103 uncompress_section_contents returns false.
1835f746 104 (dump_section_as_bytes, load_specific_debug_section): Likewise.
f055032e 105
ebdf1ebf
NC
1062017-02-13 Nick Clifton <nickc@redhat.com>
107
108 PR binutils/21149
109 * readelf.c (get_compression_header): Add size parameter. Check
110 size against sizeof compression header before attempting to
111 extract the header.
112 (process_section_headers): Pass size to get_compression_header.
113 (dump_section_as_strings): Likewise.
114 (dump_section_as_bytes): Likewise.
115 (load_specific_debug_section): Likewise.
116
4aeb00ad
NC
1172017-02-13 Nick Clifton <nickc@redhat.com>
118
119 PR binutils/21148
120 * readelf.c (process_version_sections): Include size of auxillary
121 version information when checking for buffer overflow.
122
0ee3043f
NC
1232017-02-13 Nick Clifton <nickc@redhat.com>
124
125 PR binutils/21147
126 * readelf.c (process_section_contents): Fix off by one error
127 reporting un-dumped sections.
128
f84ce13b
NC
1292017-02-13 Nick Clifton <nickc@redhat.com>
130
131 PR binutils/21139
132 * readelf.c (target_specific_reloc_handling): Add num_syms
133 parameter. Check for symbol table overflow before accessing
134 symbol value. If reloc pointer is NULL, discard all saved state.
135 (apply_relocations): Pass num_syms to target_specific_reloc_handling.
136 Call target_specific_reloc_handling with a NULL reloc pointer
137 after processing all of the relocs.
138
03f7786e
NC
1392017-02-13 Nick Clifton <nickc@redhat.com>
140
141 PR binutils/21137
142 * readelf.c (target_specific_reloc_handling): Add end parameter.
143 Check for buffer overflow before writing relocated values.
144 (apply_relocations): Pass end to target_specific_reloc_handling.
145
387dd777
DP
1462017-01-27 Dilyan Palauzov <dilyan.palauzov@aegee.org>
147 Nick Clifton <nickc@redhat.com>
148
149 PR 20343
150 * doc/binutils.texi (ar): Extend documentation of the --plugin
151 option. Include a description of where the plugins should be
152 located.
153 (nm): Likewise.
154
cf581a9b
NC
1552017-01-23 Nick Clifton <nickc@redhat.com>
156
157 * MAINTAINERS: Add Bernd to Past Maintainers section.
c49f9d0f 158 (SCORE): Remove Mei Ligang as maintainer. Add to Past Maintainers
71d01c69 159 section.
cf581a9b 160
715e99a4
BS
1612017-01-23 Bernd Schmidt <bschmidt@redhat.com>
162
163 * MAINTAINERS (BFIN): Remove myself as Blackfin maintainer.
164
1737c640
AB
1652017-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * objdump.c (dump_section_header): Extract max section name length
168 from data parameter, use this when formatting output.
169 (find_longest_section_name): New function.
170 (dump_headers): Calculate longest section name when in wide mode,
171 reformat to unify printing of header line.
172
2cedb9eb
BR
1732017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
174
175 PR 21059
176 * arlex.l: Support processing with flex 2.6.3.
177 * deflex.l: Likewise.
178
6bb21700
DT
1792017-01-17 Dmitry Timoshkov <dmitry@baikal.ru>
180
181 * resbin.c: Optional dialog control data immediately follows
182 the control description without alignment.
183 * testsuite/binutils-all/windres/controldata.rc: New test.
184 source.
185 * testsuite/binutils-all/windres/controldata.rsd: New test.
186
2425a30e
NC
1872017-01-12 Nick Clifton <nickc@redhat.com>
188
189 PR binutils/20876
190 * NEWS: Mention the new feature.
191 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
192 New proc to test the location of separate debug info files using
193 the build-id method.
194
b972a0d6
NC
1952017-01-10 Nick Clifton <nickc@redhat.com>
196
197 PR 21034
198 * stabs.c (parse_stab_members): Fix thinko checking for g++
199 version 1 stabs information.
200
cd6581da
NC
2012017-01-09 Nick Clifton <nickc@redhat.com>
202
203 * objdump.c (display_file): Add new parameter 'last_file'. If
204 last_file is true, do not call bfd_close at the end of the
205 function.
206 (main): Set the value of the last_file parameter when calling
207 display_file.
208
4d74727a
AM
2092017-01-09 Alan Modra <amodra@gmail.com>
210
211 * readelf.c (process_section_headers): Correct .rel.dyn/.rela.dyn
212 comment.
213
fd13a84b
NC
2142017-01-06 Nick Clifton <nickc@redhat.com>
215
216 * MAINTAINERS: Move Paul Brook to the Past Maintainers section.
217
b0556316
DP
2182017-01-04 Dilan Palauzov <dilyan.palauzov@aegee.org>
219
220 PR 20958
221 * syslex.l (option): Add noyywrap
222 (yywrap): Delete.
223
2571583a
AM
2242017-01-02 Alan Modra <amodra@gmail.com>
225
226 Update year range in copyright notice of all files.
227
5c1ad6b5 228For older changes see ChangeLog-2016
3499769a 229\f
5c1ad6b5 230Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
231
232Copying and distribution of this file, with or without modification,
233are permitted in any medium without royalty provided the copyright
234notice and this notice are preserved.
235
236Local Variables:
237mode: change-log
238left-margin: 8
239fill-column: 74
240version-control: never
241End:
This page took 0.278845 seconds and 4 git commands to generate.