]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
Add self to ARM Maintainers
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2
3 * MAINTAINERS: Add self to ARM maintainers list.
4
5 2015-01-21 Nick Clifton <nickc@redhat.com>
6
7 PR binutils/17512
8 * coffgrok.c (do_type): Check that computed ref exists.
9 (doit): Add range checks when computing section for scope.
10
11 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
12
13 * dwarf.c (process_debug_info): Properly check abbrev size.
14
15 2015-01-12 Nick Clifton <nickc@redhat.com>
16
17 PR binutils/17531
18 * dwarf.c (process_debug_info): Check for abbrev_base being larger
19 than the section size.
20 (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
21 arrays.
22 (xcalloc2): New function. Like xcalloc, but checks for overflow.
23 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
24 array. Check for an address_base that is too large.
25
26 * dwarf.h (xcalloc2): Prototype.
27
28 2015-01-12 Alan Modra <amodra@gmail.com>
29
30 * prdbg.c (print_debugging_info): Don't use void* for function
31 pointer param.
32 * budbg.h (print_debugging_info): Update prototype.
33
34 2015-01-08 Nick Clifton <nickc@redhat.com>
35
36 PR binutils/17512
37 * ojcopy.c (copy_object): Free the symbol table if no symbols
38 could be loaded.
39 (copy_file): Use bfd_close_all_done to close files that could not
40 be copied.
41
42 * sysdump.c (getINT): Fail if reading off the end of the buffer.
43 Replace call to abort with a call to fatal.
44 (getCHARS): Prevetn reading off the end of the buffer.
45
46 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
47 associated symbol.
48 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
49 range before applying a reloc.
50
51 2015-01-07 Nick Clifton <nickc@redhat.com>
52
53 PR binutils/17512
54 * dlltool.c (scan_obj_file): Break loop if the last archive
55 displayed matches the current archive.
56
57 * objdump.c (display_any_bfd): Add a depth limit to nested archive
58 display in order to avoid infinite loops.
59 * srconv.c: Replace calls to abort with calls to fatal with an
60 error message.
61
62 2015-01-06 Nick Clifton <nickc@redhat.com>
63
64 PR binutils/17512
65 * coffdump.c (dump_coff_section): Check for a symbol being
66 available before printing its name.
67 (main): Check the return value from coff_grok.
68 * coffgrok.c: Reformat and tidy.
69 Add range checks to most functions.
70 (coff_grok): Return NULL if the input bfd is not in a COFF
71 format.
72 * coffgrok.h: Reformat and tidy.
73 (struct coff_section): Change the nrelocs field to unsigned.
74 * srconv.c (main): Check the return value from coff_grok.
75
76 2015-01-05 Nick Clifton <nickc@redhat.com>
77
78 PR binutils/17512
79 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
80 help initialize the info.elfinfo field.
81 (print_size_symbols): Add 'synth_count' parameter. Use it to set
82 the is_synthetic parameter when calling print_symbol.
83 (print_symbols): Likewise.
84 (display_rel_file): Pass synth_count to printing function.
85 (display_archive): Break loop if the last archive displayed
86 matches the current archive.
87 * size.c (display_archive): Likewise.
88
89 2015-01-05 Nick Clifton <nickc@redhat.com>
90
91 PR binutils/17531
92 * dwarf.c (alloc_num_debug_info_entries): New variable.
93 (process_debug_info): Set it. Use it to avoid displaying
94 attributes for which there is no info.
95 (display_debug_abbrev): Check that the debug_info_entry index is
96 valid before using it.
97 (display_loc_list_dwo): Likewise.
98 (process_cu_tu_index): Add range check for an overlarge dw_sect
99 value.
100 (free_debug_memory): Reset alloc_num_debug_info_entries.
101 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
102 be indentified.
103 (dynamic_section_mips_val): Warn if the timestamp is invalid.
104 (print_mips_got_entry): Add a data_end parameter. Warn if a read
105 would go beyond the end of the data, and return an error value.
106 (process_mips_specific): Do not read options from beyond the end
107 of the section.
108 Correct code to display optional data at the end of an option.
109 Warn if there are too many GOT symbols.
110 Update calls to print_mips_got_entry, and handle error returns.
111
112 2015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
113
114 PR binutils/17489
115 * doc/binutils.texi (dlltool): Correct description of --kill-at
116 option.
117
118 2015-01-01 Alan Modra <amodra@gmail.com>
119
120 * version.c (print_version): Just print current year.
121
122 2015-01-01 Alan Modra <amodra@gmail.com>
123
124 Update year range in copyright notice of all files.
125
126 For older changes see ChangeLog-2014
127 \f
128 Copyright (C) 2015 Free Software Foundation, Inc.
129
130 Copying and distribution of this file, with or without modification,
131 are permitted in any medium without royalty provided the copyright
132 notice and this notice are preserved.
133
134 Local Variables:
135 mode: change-log
136 left-margin: 8
137 fill-column: 74
138 version-control: never
139 End: