Fixes for memory access violations triggered by running nlmconv on
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
3565cf8f
NC
12015-01-08 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/17512
4 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
5 associated symbol.
6 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
7 range before applying a reloc.
8
c88f5b8e
NC
92015-01-07 Nick Clifton <nickc@redhat.com>
10
11 PR binutils/17512
d7b24d29
NC
12 * dlltool.c (scan_obj_file): Break loop if the last archive
13 displayed matches the current archive.
14
c88f5b8e
NC
15 * objdump.c (display_any_bfd): Add a depth limit to nested archive
16 display in order to avoid infinite loops.
17 * srconv.c: Replace calls to abort with calls to fatal with an
18 error message.
19
85880250
NC
202015-01-06 Nick Clifton <nickc@redhat.com>
21
22 PR binutils/17512
23 * coffdump.c (dump_coff_section): Check for a symbol being
24 available before printing its name.
25 (main): Check the return value from coff_grok.
26 * coffgrok.c: Reformat and tidy.
27 Add range checks to most functions.
28 (coff_grok): Return NULL if the input bfd is not in a COFF
29 format.
30 * coffgrok.h: Reformat and tidy.
31 (struct coff_section): Change the nrelocs field to unsigned.
32 * srconv.c (main): Check the return value from coff_grok.
33
896ca098
NC
342015-01-05 Nick Clifton <nickc@redhat.com>
35
36 PR binutils/17512
37 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
38 help initialize the info.elfinfo field.
39 (print_size_symbols): Add 'synth_count' parameter. Use it to set
40 the is_synthetic parameter when calling print_symbol.
41 (print_symbols): Likewise.
42 (display_rel_file): Pass synth_count to printing function.
43 (display_archive): Break loop if the last archive displayed
44 matches the current archive.
45 * size.c (display_archive): Likewise.
46
82b1b41b
NC
472015-01-05 Nick Clifton <nickc@redhat.com>
48
49 PR binutils/17531
50 * dwarf.c (alloc_num_debug_info_entries): New variable.
51 (process_debug_info): Set it. Use it to avoid displaying
52 attributes for which there is no info.
53 (display_debug_abbrev): Check that the debug_info_entry index is
54 valid before using it.
55 (display_loc_list_dwo): Likewise.
56 (process_cu_tu_index): Add range check for an overlarge dw_sect
57 value.
58 (free_debug_memory): Reset alloc_num_debug_info_entries.
59 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
60 be indentified.
61 (dynamic_section_mips_val): Warn if the timestamp is invalid.
62 (print_mips_got_entry): Add a data_end parameter. Warn if a read
63 would go beyond the end of the data, and return an error value.
64 (process_mips_specific): Do not read options from beyond the end
65 of the section.
66 Correct code to display optional data at the end of an option.
67 Warn if there are too many GOT symbols.
68 Update calls to print_mips_got_entry, and handle error returns.
69
c1724c7f
DK
702015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
71
72 PR binutils/17489
73 * doc/binutils.texi (dlltool): Correct description of --kill-at
74 option.
75
efd321f9
AM
762015-01-01 Alan Modra <amodra@gmail.com>
77
78 * version.c (print_version): Just print current year.
79
b90efa5b 802015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 81
b90efa5b 82 Update year range in copyright notice of all files.
5c294fee 83
b90efa5b 84For older changes see ChangeLog-2014
252b5132 85\f
b90efa5b 86Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
87
88Copying and distribution of this file, with or without modification,
89are permitted in any medium without royalty provided the copyright
90notice and this notice are preserved.
91
252b5132
RH
92Local Variables:
93mode: change-log
94left-margin: 8
95fill-column: 74
96version-control: never
97End:
This page took 0.594472 seconds and 4 git commands to generate.