NDS32/gas: Limit the format of pseudo instruction la.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
bb97bdd7
NC
12015-01-23 Nick Clifton <nickc@redhat.com>
2
3 * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
4 by recent delta, when compiling on for a 32-bit host.
5
86eafac0
NC
62015-01-21 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/17512
9 * addr2line.c (main): Call bfd_set_error_program_name.
10 * ar.c (main): Likewise.
11 * coffdump.c (main): Likewise.
12 * cxxfilt.c (main): Likewise.
13 * dlltool.c (main): Likewise.
14 * nlmconv.c (main): Likewise.
15 * nm.c (main): Likewise.
16 * objdump.c (main): Likewise.
17 * size.c (main): Likewise.
18 * srconv.c (main): Likewise.
19 * strings.c (main): Likewise.
20 * sysdump.c (main): Likewise.
21 * windmc.c (main): Likewise.
22 * windres.c (main): Likewise.
23 * objcopy.c (main): Likewise.
24 (copy_relocations_in_section): Check for relocs without associated
25 symbol pointers.
26
6c1965f9
RR
272015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
28
29 * MAINTAINERS: Add self to ARM maintainers list.
30
5b7d6237
NC
312015-01-21 Nick Clifton <nickc@redhat.com>
32
33 PR binutils/17512
34 * coffgrok.c (do_type): Check that computed ref exists.
35 (doit): Add range checks when computing section for scope.
36
a0a3b04c
L
372015-01-12 H.J. Lu <hongjiu.lu@intel.com>
38
39 * dwarf.c (process_debug_info): Properly check abbrev size.
40
72c61a0d
NC
412015-01-12 Nick Clifton <nickc@redhat.com>
42
43 PR binutils/17531
44 * dwarf.c (process_debug_info): Check for abbrev_base being larger
45 than the section size.
46 (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
47 arrays.
48 (xcalloc2): New function. Like xcalloc, but checks for overflow.
1306a742
NC
49 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
50 array. Check for an address_base that is too large.
51
72c61a0d
NC
52 * dwarf.h (xcalloc2): Prototype.
53
b38ead21
AM
542015-01-12 Alan Modra <amodra@gmail.com>
55
56 * prdbg.c (print_debugging_info): Don't use void* for function
57 pointer param.
58 * budbg.h (print_debugging_info): Update prototype.
59
3565cf8f
NC
602015-01-08 Nick Clifton <nickc@redhat.com>
61
62 PR binutils/17512
063bb025
NC
63 * ojcopy.c (copy_object): Free the symbol table if no symbols
64 could be loaded.
65 (copy_file): Use bfd_close_all_done to close files that could not
66 be copied.
67
848cde35
NC
68 * sysdump.c (getINT): Fail if reading off the end of the buffer.
69 Replace call to abort with a call to fatal.
70 (getCHARS): Prevetn reading off the end of the buffer.
71
3565cf8f
NC
72 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
73 associated symbol.
74 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
75 range before applying a reloc.
76
c88f5b8e
NC
772015-01-07 Nick Clifton <nickc@redhat.com>
78
79 PR binutils/17512
d7b24d29
NC
80 * dlltool.c (scan_obj_file): Break loop if the last archive
81 displayed matches the current archive.
82
c88f5b8e
NC
83 * objdump.c (display_any_bfd): Add a depth limit to nested archive
84 display in order to avoid infinite loops.
85 * srconv.c: Replace calls to abort with calls to fatal with an
86 error message.
87
85880250
NC
882015-01-06 Nick Clifton <nickc@redhat.com>
89
90 PR binutils/17512
91 * coffdump.c (dump_coff_section): Check for a symbol being
92 available before printing its name.
93 (main): Check the return value from coff_grok.
94 * coffgrok.c: Reformat and tidy.
95 Add range checks to most functions.
96 (coff_grok): Return NULL if the input bfd is not in a COFF
97 format.
98 * coffgrok.h: Reformat and tidy.
99 (struct coff_section): Change the nrelocs field to unsigned.
100 * srconv.c (main): Check the return value from coff_grok.
101
896ca098
NC
1022015-01-05 Nick Clifton <nickc@redhat.com>
103
104 PR binutils/17512
105 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
106 help initialize the info.elfinfo field.
107 (print_size_symbols): Add 'synth_count' parameter. Use it to set
108 the is_synthetic parameter when calling print_symbol.
109 (print_symbols): Likewise.
110 (display_rel_file): Pass synth_count to printing function.
111 (display_archive): Break loop if the last archive displayed
112 matches the current archive.
113 * size.c (display_archive): Likewise.
114
82b1b41b
NC
1152015-01-05 Nick Clifton <nickc@redhat.com>
116
117 PR binutils/17531
118 * dwarf.c (alloc_num_debug_info_entries): New variable.
119 (process_debug_info): Set it. Use it to avoid displaying
120 attributes for which there is no info.
121 (display_debug_abbrev): Check that the debug_info_entry index is
122 valid before using it.
123 (display_loc_list_dwo): Likewise.
124 (process_cu_tu_index): Add range check for an overlarge dw_sect
125 value.
126 (free_debug_memory): Reset alloc_num_debug_info_entries.
127 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
128 be indentified.
129 (dynamic_section_mips_val): Warn if the timestamp is invalid.
130 (print_mips_got_entry): Add a data_end parameter. Warn if a read
131 would go beyond the end of the data, and return an error value.
132 (process_mips_specific): Do not read options from beyond the end
133 of the section.
134 Correct code to display optional data at the end of an option.
135 Warn if there are too many GOT symbols.
136 Update calls to print_mips_got_entry, and handle error returns.
137
c1724c7f
DK
1382015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
139
140 PR binutils/17489
141 * doc/binutils.texi (dlltool): Correct description of --kill-at
142 option.
143
efd321f9
AM
1442015-01-01 Alan Modra <amodra@gmail.com>
145
146 * version.c (print_version): Just print current year.
147
b90efa5b 1482015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 149
b90efa5b 150 Update year range in copyright notice of all files.
5c294fee 151
b90efa5b 152For older changes see ChangeLog-2014
252b5132 153\f
b90efa5b 154Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
155
156Copying and distribution of this file, with or without modification,
157are permitted in any medium without royalty provided the copyright
158notice and this notice are preserved.
159
252b5132
RH
160Local Variables:
161mode: change-log
162left-margin: 8
163fill-column: 74
164version-control: never
165End:
This page took 0.596684 seconds and 4 git commands to generate.