S/390: Add more IBM z13 instructions
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
a5721edd
JW
12015-03-10 Yuri Gribov <y.gribov@samsung.arm>
2
3 PR ld/16572
4 * readelf.c: Remove support for ELF_ARM_HASENTRY.
5
4fd77a3d
NC
62015-03-05 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/18064
9 * doc/binutils.texi (objcopy): Extend description of
10 --add-gnu-debuglink option to explain that the separate debug info
11 file must exist. Add a description of what to do if the debug
12 info file is built in one place but then installed into a separate
13 location.
14
81fb971a
NC
152015-03-05 Nick Clifton <nickc@redhat.com>
16
17 PR binutils/17994
18 * dlltool.c (temp_file_to_remove): New local array.
19 (unlink_temp_files): New functions - unlinks any file in the
20 temp_file_to_remove array, unless dotdeltemps is set.
21 (gen_exp_file): Add temp files to array.
22 (make_head): Likewise.
23 (make_delay_head): Likewise.
24 (make_tail): Likewise.
25 (gen_lib_file): Call unlink_temp_files.
26
acf1419f
AB
272015-02-28 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * objcopy.c (update_sections): New list.
30 (command_line_switch): Add OPTION_UPDATE_SECTION.
31 (copy_options): Add update-section.
32 (copy_usage): Document new option.
33 (is_update_section): New function.
34 (is_strip_section_1): Add check for attempt to update and remove
35 the same section.
36 (copy_object): Update size and content of requested sections.
37 (skip_section): Don't copy for updated sections.
38 (copy_main): Handle --update-section.
39 * doc/binutils.texi (objcopy): Add description of --update-section
40 option.
41 * NEWS: Mention --update-section option.
42
d93c7787
NC
432015-02-26 Nick Clifton <nickc@redhat.com>
44
45 PR binutils/17512
46 * coffgrok.c (do_type): Check for an out of range tag index.
47 Check for integer overflow computing array dimension.
48 (do_define): Likewise.
49
06b73f41
AB
502015-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * objcopy.c (init_section_add): Rename optarg to arg in order to
53 avoid shadowing a global variable.
54
e3ee4005
NC
552015-02-26 Nick Clifton <nickc@redhat.com>
56
57 PR binutils/17512
58 * resrc.c (write_rc_messagetable): Tighten check for invalid
59 message lengths.
60
c8071705
NC
61 * dwarf.c (display_debug_loc): Pacify the undefined behaviour
62 sanitizer by simplifying address difference calculation.
63 (struct Frame_Chunk): Change type of cfa_offset to dwarf_vma in
64 order to avoid arithmetic overflows.
65 (frame_display_row): Cast cfa_offset before printing it.
66 (display_debug_frames): Likewise.
67 Check for an unexpected segment size.
68 Chnage type of 'l' local to dwarf_vma and cast it back to an int
69 when printing.
70 (process_cu_tu_index): Tighten check for an invalid ncols value.
71 * readelf.c (process_corefile_note_segment): Check for
72 inote.descdata extending beyond the end of the section.
73 (process_v850_notes): Likewise.
74
99654aaf
TG
752015-02-26 Terry Guo <terry.guo@arm.com>
76
77 * readelf.c (arm_attr_tag_ABI_HardFP_use): Update how we
78 display it.
79
7173b38a
AB
802015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * objcopy.c (init_section_add): New function.
83 (section_add_load_file): New function.
84 (copy_main): Make use of new functions.
85
137c83d6
AB
862015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 * od-elf32_avr.c: Add elf32-avr.h include.
89 (OPT_AVRPROP): Define.
90 (options[]): Add 'avr-prop' entry.
91 (elf32_avr_help): Add avr-prop help text.
92 (elf32_avr_dump_avr_prop): New function.
93 (elf32_avr_dump): Add check for avr-prop.
94
685080f2
NC
952015-02-24 Nick Clifton <nickc@redhat.com>
96
97 * readelf.c (get_machine_flags): Remove deprecated V850 machine
98 flags.
99 (get_v850_section_type_name): New function. Handles V850 special
100 sections.
101 (get_section_type_name): Add support for V850.
102 (get_v850_elf_note_type): New function. Returns the name of a
103 V850 note.
104 (print_v850_note): New function. Prints a V850 note.
105 (process_v850_notes): New function. Prints V850 notes.
106 (process_note_sections): Add support for V850.
107
94d15024
MF
1082015-02-24 Mike Frysinger <vapier@gentoo.org>
109
110 PR binutils/17531
111 * readelf.c (process_symbol_table): Declare chained. Increment it
112 in every loop. Abort when chained is larger than nchains. Move
113 error check outside of chain loop.
114
948f632f
DA
1152015-02-24 Dmitry Antipov <dantipov@nvidia.com>
116
117 * readelf.c (find_symbol_for_address): Use a binary search to
118 speed up symbol location. Skip check for function symbol type.
119 (*_unw_aux_info): Add funtab and nfuns fields contains a sorted
120 list of function symbols.
121 (dump_ia64_unwind): Initialise the funtab and nfuns fields and
122 pass them to find_symbol_for_address.
123 (dump_hppa_unwind): Likewise.
124 (arm_print_vma_and_name): Pass funtab to find_symbol_for_address.
125 (dump_arm_unwind): Initialise the funtab and nfuns fields.
126
0821d5b1
NC
1272015-02-24 Nick Clifton <nickc@redhat.com>
128
129 * objdump.c (dump_section): Extend the warning message displayed
130 when a section cannot be loaded.
131
9035ed51
MF
1322015-02-21 Mike Frysinger <vapier@gentoo.org>
133
134 * readelf.c (process_program_headers): Add newline to warning
135 message.
136
4ef9f41a
AA
1372015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
138
139 * readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
140 NT_S390_VXRS_HIGH.
141
951eaaec
NC
1422015-02-13 Nick Clifton <nickc@redhat.com>
143
144 PR binutils/17512
145 * dwarf.c (read_leb128): Fix test for shift becoming too large.
146
147 * coffgrok.c (do_define): Add check for type size overflow.
148 * srconv.c (walk_tree_sfile): Check that enough sections are
149 available before parsing.
150 (prescan): Likewise.
151
ffc0f143
NC
152 PR binutils/17531
153 * dwarf.c (display_debug_aranges): Add check for an excessive
154 ar_length value.
155 (process_cu_tu_index): Check for a row * columns sum being too
156 large.
157
b4eb7656
AM
1582015-02-13 Alan Modra <amodra@gmail.com>
159
160 * dwarf.c: Formatting, whitespace.
161 (process_debug_info): Style fix.
162
0e7f931f
NC
1632015-02-11 Nick Clifton <nickc@redhat.com>
164
165 * rl78-decode.opc: Add 'a' attribute to instructions that support
166 [HL+0] addressing.
167 * rl78-decode.c: Regenerate.
168 * rl78-dis.c (print_insn_rl78): Display the offset in [HL+0]
169 addresses.
170
362beea4
NC
1712015-02-11 Nick Clifton <nickc@redhat.com>
172
173 PR binutils/17531
174 * dwarf.c (display_debug_pubnames_worker): Work around compiler
175 bug checking address ranges.
176 (display_debug_frames): Likewise.
177 (display_gdb_index): Likewise.
178 (process_cu_tu_index): Add range check on the ncols value.
179
77ef8654
NC
1802015-02-10 Nick Clifton <nickc@redhat.com>
181
182 PR binutils/17512
183 * dwarf.c (eh_addr_size): Use an unsigned type.
184 (size_of_encoded_value): Return an unsigned type.
185 (read_leb128): Break if the shift becomes too big.
186 (process_extended_line_op): Do not read the address if the length
187 is too long.
188 (read_cie): Warn and fail if the pointer size or segment size are
189 too big.
190 * dwarf.h (DWARF2_External_LineInfo): Delete unused and incorrect
191 structure definition.
192 (DWARF2_External_PubNames): Likewise.
193 (DWARF2_External_CompUnit): Likewise.
194 (DWARF2_External_ARange): Likewise.
195 (DWARF2_Internal_LineInfo): Use dwarf_vma type for
196 li_prologue_length.
197 (eh_addr_size): Update prototype.
198
03a91817
NC
199 PR binutils/17531
200 * dwarf.c (process_debug_info): Zero the debug information array
201 since correct initialisation cannot be relied upon.
202 (process_cu_tu_index): Improve range checks.
203
834f871c
NC
204 PR binutils/17531
205 * dwarf.c (display_debug_pubnames_worker): Use dwarf_vma type for
206 offset.
207 * readelf.c (dump_relocations): Handle printing offsets which are
208 MIN_INT.
209 (process_corefile_note_segment): Add range check of the namesz
210 field.
211
5a195044
MW
2122015-02-09 Mark Wielaard <mjw@redhat.com>
213
214 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_Fortran03
215 and DW_LANG_Fortran08.
216
5929c344
NC
2172015-02-06 Nick Clifton <nickc@redhat.com>
218
219 PR binutils/17512
220 * dwarf.c (display_debug_frames): Fix range checks to work on
221 32-bit binaries complied on a 64-bit host.
222
8490fb40
NC
223 PR binutils/17531
224 * dwarf.c (xcmalloc): Fail if the arguments are too big.
225 (xcrealloc): Likewise.
226 (xcalloc2): Likewise.
55325047
NC
227 * readelf.c (process_mips_specific): Fail if an option has an
228 invalid size.
8490fb40 229
7cc78d07
AM
2302015-02-05 Alan Modra <amodra@gmail.com>
231
232 PR binutils/17926
233 * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg.
234
f3853b34
NC
2352015-02-04 Nick Clifton <nickc@redhat.com>
236
237 PR binutils/17531
238 * dwarf.c (read_and_display_attr_value): Test for a block length
239 being so long that it wraps around to before the start of the block.
240 (process_debug_info): Test for section_begin wrapping around to
241 before the start of the section.
242 (display_gdb_index): Test for num_cus being so large that the end
243 address wraps around to before the start of the section.
244 (process_cu_tu_index): Test for j being so large that the section
245 index pool wraps around to before the start of the section.
246
57028622
NC
2472015-02-03 Nick Clifton <nickc@redhat.com>
248
249 PR binutils/17531
250 * dwarf.c (process_debug_info): Add range check.
251 (display_debug_pubnames_worker): Likewise.
252 (display_gdb_index): Fix range check.
253 (process_cu_tu_index): Add range check.
254 * readelf.c (get_data): Change parameter types from size_t to
255 bfd_size_type. Add checks for loss of accuracy when casting from
256 bfd_size_type to size_t.
257 (get_dynamic_data): Likewise.
258 (process_section_groups): Limit number of error messages.
259
64d29018
NC
2602015-02-03 Nick Clifton <nickc@redhat.com>
261
262 PR binutils/17512
263 * objdump.c (display_any_bfd): Fail if archives nest too deeply.
264
3f8107ab
AM
2652015-01-28 James Bowman <james.bowman@ftdichip.com>
266
267 * readelf.c: Add FT32 support.
268
37e3922e
NC
2692015-01-27 Nick Clifton <nickc@redhat.com>
270
271 PR binutils/17512
272 * dlltool.c (identify_search_archive): If the last archive was the
273 same as the current archive, terminate the loop.
274
877a8638
NC
275 * addr2line.c (slurp_symtab): If the symcount is zero, free the
276 symbol table pointer.
277
0897ec15
NC
278 * rcparse.y: Add checks to avoid integer divide by zero.
279 * rescoff.c (read_coff_rsrc): Add check on the size of the
280 resource section.
281 (read_coff_res_dir): Add check on the nesting level.
282 Check for resource names overrunning the buffer.
283 * resrc.c (write_rc_messagetable): Update formatting.
284 Add check of 'elen' being zero.
285
bb97bdd7
NC
2862015-01-23 Nick Clifton <nickc@redhat.com>
287
288 * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
289 by recent delta, when compiling on for a 32-bit host.
290
86eafac0
NC
2912015-01-21 Nick Clifton <nickc@redhat.com>
292
293 PR binutils/17512
294 * addr2line.c (main): Call bfd_set_error_program_name.
295 * ar.c (main): Likewise.
296 * coffdump.c (main): Likewise.
297 * cxxfilt.c (main): Likewise.
298 * dlltool.c (main): Likewise.
299 * nlmconv.c (main): Likewise.
300 * nm.c (main): Likewise.
301 * objdump.c (main): Likewise.
302 * size.c (main): Likewise.
303 * srconv.c (main): Likewise.
304 * strings.c (main): Likewise.
305 * sysdump.c (main): Likewise.
306 * windmc.c (main): Likewise.
307 * windres.c (main): Likewise.
308 * objcopy.c (main): Likewise.
309 (copy_relocations_in_section): Check for relocs without associated
310 symbol pointers.
311
6c1965f9
RR
3122015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
313
314 * MAINTAINERS: Add self to ARM maintainers list.
315
5b7d6237
NC
3162015-01-21 Nick Clifton <nickc@redhat.com>
317
318 PR binutils/17512
319 * coffgrok.c (do_type): Check that computed ref exists.
320 (doit): Add range checks when computing section for scope.
321
a0a3b04c
L
3222015-01-12 H.J. Lu <hongjiu.lu@intel.com>
323
324 * dwarf.c (process_debug_info): Properly check abbrev size.
325
72c61a0d
NC
3262015-01-12 Nick Clifton <nickc@redhat.com>
327
328 PR binutils/17531
329 * dwarf.c (process_debug_info): Check for abbrev_base being larger
330 than the section size.
331 (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
332 arrays.
333 (xcalloc2): New function. Like xcalloc, but checks for overflow.
1306a742
NC
334 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
335 array. Check for an address_base that is too large.
336
72c61a0d
NC
337 * dwarf.h (xcalloc2): Prototype.
338
b38ead21
AM
3392015-01-12 Alan Modra <amodra@gmail.com>
340
341 * prdbg.c (print_debugging_info): Don't use void* for function
342 pointer param.
343 * budbg.h (print_debugging_info): Update prototype.
344
3565cf8f
NC
3452015-01-08 Nick Clifton <nickc@redhat.com>
346
347 PR binutils/17512
063bb025
NC
348 * ojcopy.c (copy_object): Free the symbol table if no symbols
349 could be loaded.
350 (copy_file): Use bfd_close_all_done to close files that could not
351 be copied.
352
848cde35
NC
353 * sysdump.c (getINT): Fail if reading off the end of the buffer.
354 Replace call to abort with a call to fatal.
355 (getCHARS): Prevetn reading off the end of the buffer.
356
3565cf8f
NC
357 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
358 associated symbol.
359 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
360 range before applying a reloc.
361
c88f5b8e
NC
3622015-01-07 Nick Clifton <nickc@redhat.com>
363
364 PR binutils/17512
d7b24d29
NC
365 * dlltool.c (scan_obj_file): Break loop if the last archive
366 displayed matches the current archive.
367
c88f5b8e
NC
368 * objdump.c (display_any_bfd): Add a depth limit to nested archive
369 display in order to avoid infinite loops.
370 * srconv.c: Replace calls to abort with calls to fatal with an
371 error message.
372
85880250
NC
3732015-01-06 Nick Clifton <nickc@redhat.com>
374
375 PR binutils/17512
376 * coffdump.c (dump_coff_section): Check for a symbol being
377 available before printing its name.
378 (main): Check the return value from coff_grok.
379 * coffgrok.c: Reformat and tidy.
380 Add range checks to most functions.
381 (coff_grok): Return NULL if the input bfd is not in a COFF
382 format.
383 * coffgrok.h: Reformat and tidy.
384 (struct coff_section): Change the nrelocs field to unsigned.
385 * srconv.c (main): Check the return value from coff_grok.
386
896ca098
NC
3872015-01-05 Nick Clifton <nickc@redhat.com>
388
389 PR binutils/17512
390 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
391 help initialize the info.elfinfo field.
392 (print_size_symbols): Add 'synth_count' parameter. Use it to set
393 the is_synthetic parameter when calling print_symbol.
394 (print_symbols): Likewise.
395 (display_rel_file): Pass synth_count to printing function.
396 (display_archive): Break loop if the last archive displayed
397 matches the current archive.
398 * size.c (display_archive): Likewise.
399
82b1b41b
NC
4002015-01-05 Nick Clifton <nickc@redhat.com>
401
402 PR binutils/17531
403 * dwarf.c (alloc_num_debug_info_entries): New variable.
404 (process_debug_info): Set it. Use it to avoid displaying
405 attributes for which there is no info.
406 (display_debug_abbrev): Check that the debug_info_entry index is
407 valid before using it.
408 (display_loc_list_dwo): Likewise.
409 (process_cu_tu_index): Add range check for an overlarge dw_sect
410 value.
411 (free_debug_memory): Reset alloc_num_debug_info_entries.
412 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
413 be indentified.
414 (dynamic_section_mips_val): Warn if the timestamp is invalid.
415 (print_mips_got_entry): Add a data_end parameter. Warn if a read
416 would go beyond the end of the data, and return an error value.
417 (process_mips_specific): Do not read options from beyond the end
418 of the section.
419 Correct code to display optional data at the end of an option.
420 Warn if there are too many GOT symbols.
421 Update calls to print_mips_got_entry, and handle error returns.
422
c1724c7f
DK
4232015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
424
425 PR binutils/17489
426 * doc/binutils.texi (dlltool): Correct description of --kill-at
427 option.
428
efd321f9
AM
4292015-01-01 Alan Modra <amodra@gmail.com>
430
431 * version.c (print_version): Just print current year.
432
b90efa5b 4332015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 434
b90efa5b 435 Update year range in copyright notice of all files.
5c294fee 436
b90efa5b 437For older changes see ChangeLog-2014
252b5132 438\f
b90efa5b 439Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
440
441Copying and distribution of this file, with or without modification,
442are permitted in any medium without royalty provided the copyright
443notice and this notice are preserved.
444
252b5132
RH
445Local Variables:
446mode: change-log
447left-margin: 8
448fill-column: 74
449version-control: never
450End:
This page took 0.820222 seconds and 4 git commands to generate.