NDS32/gas: Limit the format of pseudo instruction la.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2015-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
6 2015-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
27 2015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
28
29 * MAINTAINERS: Add self to ARM maintainers list.
30
31 2015-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
37 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
38
39 * dwarf.c (process_debug_info): Properly check abbrev size.
40
41 2015-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.
49 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
50 array. Check for an address_base that is too large.
51
52 * dwarf.h (xcalloc2): Prototype.
53
54 2015-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
60 2015-01-08 Nick Clifton <nickc@redhat.com>
61
62 PR binutils/17512
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
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
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
77 2015-01-07 Nick Clifton <nickc@redhat.com>
78
79 PR binutils/17512
80 * dlltool.c (scan_obj_file): Break loop if the last archive
81 displayed matches the current archive.
82
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
88 2015-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
102 2015-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
115 2015-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
138 2015-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
144 2015-01-01 Alan Modra <amodra@gmail.com>
145
146 * version.c (print_version): Just print current year.
147
148 2015-01-01 Alan Modra <amodra@gmail.com>
149
150 Update year range in copyright notice of all files.
151
152 For older changes see ChangeLog-2014
153 \f
154 Copyright (C) 2015 Free Software Foundation, Inc.
155
156 Copying and distribution of this file, with or without modification,
157 are permitted in any medium without royalty provided the copyright
158 notice and this notice are preserved.
159
160 Local Variables:
161 mode: change-log
162 left-margin: 8
163 fill-column: 74
164 version-control: never
165 End:
This page took 0.047537 seconds and 5 git commands to generate.