]>
Commit | Line | Data |
---|---|---|
595712bb PP |
1 | 2015-10-18 Paul Pluzhnikov <[email protected]> |
2 | ||
3 | PR binutils/19147 | |
4 | * readelf.c (print_core_note): Fix off-by-one bug. | |
5 | ||
e43fb831 AM |
6 | 2015-10-15 Alan Modra <[email protected]> |
7 | ||
8 | * objcopy.c (copy_object): Don't omit bfd_copy_private_bfd_data | |
9 | call when extract_symbol. | |
10 | ||
431ff075 AB |
11 | 2015-10-12 Andrew Burgess <[email protected]> |
12 | ||
13 | * od-elf32_avr.c (elf32_avr_dump_avr_prop): Fix printing of align | |
14 | specific data, fix formatting for align and org data. | |
15 | ||
886a2506 NC |
16 | 2015-09-01 Claudiu Zissulescu <[email protected]> |
17 | Cupertino Miranda <[email protected]> | |
18 | ||
19 | * readelf.c (get_machine_name): Remove A5 reference. Add ARCompact | |
20 | and ARCv2. | |
21 | (get_machine_flags): Handle EM_ARCV2 and EM_ARCOMPACT. | |
22 | (guess_is_rela): Likewise. | |
23 | (dump_relocations): Likewise. | |
24 | (is_32bit_abs_reloc): Likewise. | |
25 | (is_16bit_abs_reloc): Likewise. | |
26 | (is_none_reloc): Likewise. | |
27 | * NEWS: Mention the new feature. | |
28 | ||
cbd44e24 L |
29 | 2015-09-29 Andrew Stubbs <[email protected]> |
30 | H.J. Lu <[email protected]> | |
31 | ||
32 | PR binutils/19020 | |
33 | * objcopy.c (copy_object): Don't adjust the output section size | |
34 | when copying from input sections. | |
35 | (copy_section): Use input section size for the copy. Get the | |
36 | updated section size from bfd_convert_section_contents. | |
37 | ||
c68c1637 L |
38 | 2015-09-29 H.J. Lu <[email protected]> |
39 | ||
40 | PR binutils/19005 | |
41 | * objcopy.c (copy_object): Adjust the output section size to | |
42 | skip gap fills between sections when copying from input sections | |
43 | to output sections. | |
44 | ||
b08b78e7 NC |
45 | 2015-09-28 Nick Clifton <[email protected]> |
46 | ||
47 | * po/fr.po: Updated French translation. | |
48 | ||
9a09557a | 49 | 2015-09-25 James Bowman <[email protected]> |
50 | ||
51 | * ft32-dis.c (print_insn_ft32): Fix incorrect data field mask. | |
52 | ||
6a40cf0c NC |
53 | 2015-09-23 Nick Clifton <[email protected]> |
54 | ||
55 | PR binutils/15835 | |
56 | * readelf.c (struct elf_section_list): New structure. | |
57 | (symtab_shndx_hdr): Replace with symtab_shndx_list. | |
58 | (get_32bit_elf_symbols): Scan for a symbol index table matching | |
59 | the symbol table in use. | |
60 | (get_64bit_elf_symbols): Likewise. | |
61 | (process_section_headers): Handle multiple symbol index sections. | |
62 | ||
5c383f02 RO |
63 | 2015-09-22 Rainer Orth <[email protected]> |
64 | ||
65 | * readelf.c (process_dynamic_section): Handle DF_1_STUB, DF_1_PIE. | |
66 | ||
55edd97b EA |
67 | 2015-09-10 Erik Ackermann <[email protected]> |
68 | ||
69 | * strings.c: Add -s/--output-separator option to specify custom | |
70 | separator string. | |
71 | * NEWS: Mention the new feature. | |
72 | * doc/binutils.text (strings): Document the new command line | |
73 | option. | |
74 | ||
d8f187c1 NC |
75 | 2015-09-09 Nick Clifton <[email protected]> |
76 | ||
77 | * doc/binutils.texi (ar): Remove bogus sentance concerning thin | |
78 | archives and invalid paths. | |
79 | ||
1a915552 NC |
80 | 2015-09-03 Nick Clifton <[email protected]> |
81 | ||
82 | PR binutils/18879 | |
83 | * readelf.c (get_unwind_section_word): Check for negative offsets | |
84 | and very small sections. | |
85 | (dump_arm_unwind): Warn if the table offset is too large. | |
86 | ||
32a40e8e L |
87 | 2015-08-28 H.J. Lu <[email protected]> |
88 | ||
89 | * Makefile.am (TOOL_PROGS): Add readelf. | |
90 | * Makefile.in: Regenerated. | |
91 | ||
cfe101c6 YS |
92 | 2015-08-24 Yaakov Selkowitz <[email protected]> |
93 | ||
94 | * configure: Regenerate. | |
95 | ||
2309f875 AM |
96 | 2015-08-17 Alan Modra <[email protected]> |
97 | ||
98 | * configure: Regenerate. | |
99 | ||
0b45135e AB |
100 | 2015-08-07 Andrew Burgess <[email protected]> |
101 | ||
102 | * objcopy.c (is_specified_symbol_predicate): Don't stop at first | |
103 | match. Non-match rules set found to FALSE. | |
104 | ||
016a3251 DD |
105 | 2015-08-06 Yaakov Selkowitz <[email protected]> |
106 | ||
107 | * configure: Regenerate. | |
108 | ||
63b9bbb7 NC |
109 | 2015-08-05 Nick Clifton <[email protected]> |
110 | ||
111 | * doc/binutils.texi: Document that the --only-keep-debug option | |
112 | to strip and objcopy preserves the section headers of stripped | |
113 | sections. | |
114 | ||
7e27a9d5 YK |
115 | 2015-08-04 Yuriy M. Kaminskiy" <[email protected]> |
116 | Tyler Hicks <[email protected]> | |
117 | ||
118 | PR binutils/18750 | |
119 | * readelf.c (process_mips_specific): Fix incorrect escape | |
120 | sequence handling. | |
121 | ||
122 | 2015-08-04 Nick Clifton <[email protected]> | |
123 | ||
124 | * ar.c (extract_file): Free cbuf if the path is invalid. | |
125 | ||
37a42ee9 L |
126 | 2015-07-27 H.J. Lu <[email protected]> |
127 | ||
128 | * configure: Regenerated. | |
129 | ||
7cb9e39b L |
130 | 2015-07-24 H.J. Lu <[email protected]> |
131 | ||
132 | * stabs.c (parse_stab_range_type): Use 0xffffffffffffffffLL. | |
133 | ||
7360e63f AM |
134 | 2015-07-22 Alan Modra <[email protected]> |
135 | ||
136 | * readelf.c (dump_relocations): Show MIN_INT addends as negative. | |
137 | ||
f2d7e0f4 AM |
138 | 2015-07-20 Alan Modra <[email protected]> |
139 | ||
140 | * doc/Makefile.in: Regenerate. | |
141 | ||
53c3012c AM |
142 | 2015-07-16 Alan Modra <[email protected]> |
143 | ||
144 | PR binutils/18672 | |
145 | * readelf.c (get_32bit_dynamic_section): Correct buffer limit test. | |
146 | (get_64bit_dynamic_section): Likewise. | |
147 | ||
19a7fe52 L |
148 | 2015-07-14 H.J. Lu <[email protected]> |
149 | ||
150 | * objcopy.c (copy_file): Set BFD_COMPRESS_GABI if not | |
151 | zlib-gnu. | |
152 | * doc/binutils.texi: Change --compress-debug-sections and | |
153 | --compress-debug-sections=zlib to zlib-gabi. | |
154 | ||
88988473 L |
155 | 2015-07-10 H.J. Lu <[email protected]> |
156 | ||
157 | PR binutils/18656 | |
158 | * objcopy.c (setup_section): Call bfd_convert_section_size | |
159 | to get the output section size. | |
160 | (copy_section): Get the section size from the output section | |
161 | and call bfd_get_full_section_contents to convert section | |
162 | contents for output. | |
163 | ||
813dabb9 L |
164 | 2015-07-10 H.J. Lu <[email protected]> |
165 | ||
166 | * readelf.c (dump_section_as_strings): Warn unsupported compress | |
167 | type and corrupted compressed section. | |
168 | (dump_section_as_bytes): Likewise. | |
169 | (load_specific_debug_section): Likewise. | |
170 | ||
3350cc01 CM |
171 | 2015-07-09 Catherine Moore <[email protected]> |
172 | ||
72f4393d L |
173 | * readelf.c (print_mips_fp_abi_value): Handle |
174 | Val_GNU_MIPS_ABI_FP_NAN2008. | |
3350cc01 | 175 | |
a5499fa4 MF |
176 | 2015-06-26 Matthew Fortune <[email protected]> |
177 | ||
178 | * readelf.c (get_mips_dynamic_type): Handle DT_MIPS_RLD_MAP_REL. | |
179 | ||
bdc4de1b NC |
180 | 2015-06-22 Nick Clifton <[email protected]> |
181 | ||
182 | * objdump.c (disassemble_bytes): Set the stop_vma field in the | |
183 | disassemble_info structure when disassembling code sections with | |
184 | -d. | |
185 | * doc/binutils.texi (objdump): Document the discrepancy between -d | |
186 | and -D. | |
187 | ||
8fcc61b4 NC |
188 | 2015-06-05 Nick Clifton <[email protected]> |
189 | ||
190 | * dwarf.c (read_debug_line_header): Use reloc_at to detect | |
191 | incomplete .debug_line headers | |
192 | ||
14ae95f2 RM |
193 | 2015-05-29 Roland McGrath <[email protected]> |
194 | ||
195 | * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize | |
196 | GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL. | |
197 | ||
030f4c7f SK |
198 | 2015-05-29 Stephen Kitt <[email protected]> |
199 | ||
200 | * dlltool.c (make_one_lib_file): Clear .idata$6 before use. | |
201 | (main): Fail if the output file specified by the -z option cannot | |
202 | be opened. | |
203 | ||
b4477bc8 NC |
204 | 2015-05-18 Nick Clifton <[email protected]> |
205 | ||
206 | PR binutils/18420 | |
207 | * ia64-unwind.c (unw_decode): Add end parameter. Pass parameter | |
208 | on to decode functions. | |
209 | (unw_devode_p2_p5): Pass end paraemter to UNW_DEC_SPILL_MASK. | |
210 | (UNW_DEC_SPILL_MASK): Add end parameter. Check that unw_rlen does | |
211 | not take us beyond the end of the buffer. | |
212 | * ia64-unwind.h (unw_decode): Update prototype. | |
213 | * readelf.c (dump_ia64_unwind): Pass end pointer to unw_decode. | |
214 | ||
fd8008d8 L |
215 | 2015-05-15 H.J. Lu <[email protected]> |
216 | ||
217 | * readelf.c (dump_section_as_strings): Change pointers from | |
218 | char * to unsigned char *. | |
219 | ||
5db04b09 L |
220 | 2015-05-15 H.J. Lu <[email protected]> |
221 | ||
222 | PR binutis/18386 | |
223 | * doc/binutils.texi: Document -Mamd64 and -Mintel64. | |
224 | ||
0e602686 NC |
225 | 2015-05-15 Nick Clifton <[email protected]> |
226 | ||
227 | * readelf.c (options): Add "decompress". | |
228 | (usage): Mention -z/--decompress. | |
229 | (parse_args): Handle -z. | |
230 | (uncompress_section_contents): Move to earlier in the file. | |
231 | (dump_section_as_strings): If requested, decompress the section | |
232 | before dumping. | |
233 | (dump_section_as_bytes): Likewise. | |
234 | * doc/binutils.texi: Document the new option. | |
235 | ||
4bc0608a PB |
236 | 2015-05-14 Peter Bergner <[email protected]> |
237 | ||
238 | * MAINTAINERS: Add myself as PPC maintainer. | |
239 | ||
dab394de L |
240 | 2015-05-14 H.J. Lu <[email protected]> |
241 | ||
242 | * readelf.c (uncompress_section_contents): Add a parameter for | |
243 | uncompressed size. Don't check the zlib header. | |
244 | (load_specific_debug_section): Updated. | |
245 | ||
d1c4b12b NC |
246 | 2015-05-15 Nick Clifton <[email protected]> |
247 | ||
248 | PR binutils/18374 | |
249 | * dwarf.h (struct dwarf_section): Add reloc_info and num_relocs | |
250 | fields. | |
251 | (struct dwarf_section_display): Change bitfield to boolean. | |
252 | (reloc_at): Add prototype. | |
253 | * dwarf.c (display_loc_list): Ignore list terminators if there are | |
254 | relocs against them. | |
255 | (display_debug_loc): Issue a warning if there are relocs against | |
256 | the .debug_loc section. | |
257 | (display_displays): Initialise reloc_info and num_relocs fields. | |
258 | * objdump.c (load_specific_debug_section): Initialise reloc_info | |
259 | and num_relocs fields. | |
260 | (reloc_at): New function. | |
261 | * readelf.c (is_32bit_abs_reloc): Add IA64's R_IA64_DIS32LSB | |
262 | reloc. | |
263 | (reloc_at): New function. | |
264 | (apply_relocations): Add relocs_return and num_relocs_return | |
265 | parameters. Fill them in with the loaded relocs if non-NULL. | |
266 | (dump_section_as_bytes): Update call to apply_relocations. | |
267 | (load_specific_debug_section): Initialise reloc_info and | |
268 | num_relocs fields. | |
269 | ||
aa9f7286 L |
270 | 2015-05-13 H.J. Lu <[email protected]> |
271 | ||
272 | * elfedit.c (elf_class): Return ELF_CLASS_BOTH by default. | |
273 | ||
6604eb5f AK |
274 | 2015-05-13 Andreas Krebbel <[email protected]> |
275 | ||
276 | * MAINTAINERS: Add myself as s390 and s390x maintainer. | |
277 | ||
5b155b95 SK |
278 | 2015-05-12 Stephen Kitt <[email protected]> |
279 | ||
280 | * dlltool.c (main): Accept -t as an abbreviation for | |
281 | --temp-prefix. | |
282 | ||
3d875af5 L |
283 | 2015-05-11 H.J. Lu <[email protected]> |
284 | ||
285 | * dwarf.c (dwarf_regnames_iamcu): New. | |
286 | (init_dwarf_regnames_iamcu): Likewise. | |
287 | (init_dwarf_regnames): Call init_dwarf_regnames_iamcu for EM_IAMCU. | |
288 | * dwarf.h (init_dwarf_regnames_iamcu): New. | |
289 | * objdump.c (dump_dwarf): Call init_dwarf_regnames_iamcu for | |
290 | bfd_arch_iamcu. | |
291 | ||
6c14750f L |
292 | 2015-05-11 H.J. Lu <[email protected]> |
293 | ||
294 | * elfedit.c (enum elfclass): New. | |
295 | (input_elf_class): Change type to enum elfclass. | |
296 | (output_elf_class): New. | |
297 | (elf_class): Change return type to enum elfclass. Support EM_386 | |
298 | and EM_IAMCU. | |
299 | (update_elf_header): Check if input and output ELF classes match. | |
300 | (elf_machine): Support EM_386 and EM_IAMCU. | |
301 | (main): Update input_elf_class. Set output_elf_class. | |
302 | * doc/binutils.texi: Update elfedit. | |
303 | ||
22abe556 L |
304 | 2015-05-11 H.J. Lu <[email protected]> |
305 | ||
306 | * dwarf.c (init_dwarf_regnames): Replace EM_486 with EM_IAMCU. | |
307 | * readelf.c (guess_is_rela): Likewise. | |
308 | (dump_relocations): Likewise. | |
309 | (get_machine_name): Likewise. | |
310 | (get_elf_section_flags): Likewise. | |
311 | (process_section_headers): Likewise. | |
312 | (is_32bit_abs_reloc): Likewise. | |
313 | (is_32bit_pcrel_reloc): Likewise. | |
314 | ||
153a2776 NC |
315 | 2015-04-30 Nick Clifton <[email protected]> |
316 | ||
317 | * readelf.c (get_machine_flags): Add description of MeP flags. | |
318 | ||
643f7afb AK |
319 | 2015-04-27 Andreas Krebbel <[email protected]> |
320 | ||
321 | * readelf.c (display_s390_gnu_attribute): New function. | |
322 | (process_s390_specific): New function. | |
323 | (process_arch_specific): Call process_s390_specific. | |
324 | ||
de13ef81 NC |
325 | 2015-04-24 Nick Clifton <[email protected]> |
326 | ||
327 | PR 18313 | |
328 | * ieee.c (ieee_read_cxx_class): Initialise the varargs variable. | |
329 | * readelf.c (uncompress_section_contents): Zero initialise the | |
330 | zstream structure. | |
331 | ||
f6fe1ccd L |
332 | 2015-04-23 H.J. Lu <[email protected]> |
333 | ||
334 | PR binutils/18209 | |
335 | * objcopy.c (setup_section): Copy compress status. | |
336 | ||
ea556d25 L |
337 | 2015-04-15 H.J. Lu <[email protected]> |
338 | ||
339 | * NEWS: Mention | |
340 | --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi]. | |
341 | ||
6ff71e76 NC |
342 | 2015-04-14 Nick Clifton <[email protected]> |
343 | ||
344 | * readelf.c (target_specific_reloc_handling): Add code to handle | |
345 | RL78 complex relocs. | |
346 | ||
0d2a7a93 DE |
347 | 2015-04-13 Doug Evans <[email protected]> |
348 | ||
349 | PR binutils/18218 | |
350 | * readelf.c (printable_section_name): Constify sec argument. | |
351 | (apply_relocations): Ditto. New arg "size". All callers updated. | |
352 | (load_specific_debug_section): Constify sec argument. | |
353 | Remove side-effect of modifying sec->sh_size. | |
354 | ||
cd6faa73 L |
355 | 2015-04-09 H.J. Lu <[email protected]> |
356 | ||
357 | * objcopy.c (do_debug_sections): Use bit patterns. | |
358 | (copy_object): Return FALSE for compress_zlib, compress_gnu_zlib | |
359 | and compress_gabi_zlib on non-ELF input. | |
360 | (copy_file): Don't check non-ELF input here. | |
361 | ||
3525236c NC |
362 | 2015-04-09 Nick Clifton <[email protected]> |
363 | ||
364 | * readelf.c (get_machine_flags): Report the setting of the string | |
365 | insn using bits. | |
366 | ||
151411f8 L |
367 | 2015-04-08 H.J. Lu <[email protected]> |
368 | ||
369 | * objcopy.c (do_debug_sections): Add compress_zlib, | |
370 | compress_gnu_zlib and compress_gabi_zlib. | |
371 | (copy_options): Use optional_argument on compress-debug-sections. | |
372 | (copy_usage): Update --compress-debug-sections. | |
373 | (copy_file): Handle compress_zlib, compress_gnu_zlib and | |
374 | compress_gabi_zlib. | |
375 | (copy_main): Handle | |
376 | --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}. | |
377 | * doc/binutils.texi: Document | |
378 | --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}. | |
379 | ||
bfcf0ccd L |
380 | 2015-04-08 H.J. Lu <[email protected]> |
381 | ||
382 | * objcopy.c (copy_usage): Replace "--interleave [<number>]" with | |
383 | --interleave[=<number>]. | |
384 | ||
77115a4a L |
385 | 2015-04-05 H.J. Lu <[email protected]> |
386 | ||
387 | * readelf.c (get_elf_section_flags): Support SHF_COMPRESSED. | |
388 | (get_compression_header): New. | |
389 | (process_section_headers): Dump compression header if needed. | |
390 | (uncompress_section_contents): Don't free compressed_buffer here. | |
391 | (load_specific_debug_section): Free the compressed buffer, update | |
392 | the section buffer and the section size if uncompress is | |
393 | successful. | |
394 | ||
39f3de7c L |
395 | 2015-04-02 H.J. Lu <[email protected]> |
396 | ||
397 | * configure: Regenerated. | |
398 | ||
3d5ff620 MF |
399 | 2015-04-02 Mike Frysinger <[email protected]> |
400 | ||
401 | * MAINTAINERS: Update my e-mail address. | |
402 | ||
afa59b79 L |
403 | 2015-04-01 H.J. Lu <[email protected]> |
404 | ||
405 | * configure: Regenerated. | |
406 | ||
ed2b5077 L |
407 | 2015-03-31 H.J. Lu <[email protected]> |
408 | ||
409 | * configure.ac: Revert the AM_ZLIB change. | |
410 | * Makefile.in: Regenerated. | |
411 | * aclocal.m4: Likewise. | |
412 | * configure: Likewise. | |
413 | ||
0ee42ecd L |
414 | 2015-03-31 H.J. Lu <[email protected]> |
415 | ||
416 | * Makefile.am (ZLIB): New. | |
417 | (ZLIBINC): Likewise. | |
418 | (AM_CFLAGS): Add $(ZLIBINC). | |
419 | (readelf_LDADD): Add $(ZLIB). | |
420 | * configure.ac (AM_ZLIB): Removed. | |
421 | (zlibdir): New. AC_SUBST. | |
422 | (zlibinc): Likewise. | |
423 | Add --with-system-zlib. | |
424 | * Makefile.in: Regenerated. | |
425 | * config.in: Likewise. | |
426 | * configure: Likewise. | |
427 | ||
1740ba0c NC |
428 | 2015-03-19 Nick Clifton <[email protected]> |
429 | ||
430 | * readelf.c (get_machine_flags): Decode RL78's G13 and G14 flags. | |
431 | ||
273a4985 JT |
432 | 2015-03-18 Jon Turney <[email protected]> |
433 | Nick Clifton <[email protected]> | |
434 | ||
435 | PR binutils/18087 | |
436 | * doc/binutils.texi: Note that when objcopy compresses debug | |
437 | sections the compression is only performed if it makes the section | |
438 | smaller. | |
439 | ||
5656ba2c L |
440 | 2015-03-10 H.J. Lu <[email protected]> |
441 | ||
442 | PR binutils/18101 | |
443 | * readelf.c (parse_args): Move nothing to do warning to ... | |
444 | (main): Here. | |
445 | ||
cfad8730 NC |
446 | 2015-03-10 Nick Clifton <[email protected]> |
447 | ||
b6370efb NC |
448 | PR binutils/18101 |
449 | * readelf.c (parse_args): Enhance check for nothing to do by | |
450 | accounting for the --wide option. | |
451 | ||
cfad8730 NC |
452 | PR binutils/17636 |
453 | * objcopy.c (copy_object): Avoid calling fatal as that does not | |
454 | allow the parent to clean up temporary files. | |
455 | ||
a5721edd JW |
456 | 2015-03-10 Yuri Gribov <[email protected]> |
457 | ||
458 | PR ld/16572 | |
459 | * readelf.c: Remove support for ELF_ARM_HASENTRY. | |
460 | ||
4fd77a3d NC |
461 | 2015-03-05 Nick Clifton <[email protected]> |
462 | ||
463 | PR binutils/18064 | |
464 | * doc/binutils.texi (objcopy): Extend description of | |
465 | --add-gnu-debuglink option to explain that the separate debug info | |
466 | file must exist. Add a description of what to do if the debug | |
467 | info file is built in one place but then installed into a separate | |
468 | location. | |
469 | ||
81fb971a NC |
470 | 2015-03-05 Nick Clifton <[email protected]> |
471 | ||
472 | PR binutils/17994 | |
473 | * dlltool.c (temp_file_to_remove): New local array. | |
474 | (unlink_temp_files): New functions - unlinks any file in the | |
475 | temp_file_to_remove array, unless dotdeltemps is set. | |
476 | (gen_exp_file): Add temp files to array. | |
477 | (make_head): Likewise. | |
478 | (make_delay_head): Likewise. | |
479 | (make_tail): Likewise. | |
480 | (gen_lib_file): Call unlink_temp_files. | |
481 | ||
acf1419f AB |
482 | 2015-02-28 Andrew Burgess <[email protected]> |
483 | ||
484 | * objcopy.c (update_sections): New list. | |
485 | (command_line_switch): Add OPTION_UPDATE_SECTION. | |
486 | (copy_options): Add update-section. | |
487 | (copy_usage): Document new option. | |
488 | (is_update_section): New function. | |
489 | (is_strip_section_1): Add check for attempt to update and remove | |
490 | the same section. | |
491 | (copy_object): Update size and content of requested sections. | |
492 | (skip_section): Don't copy for updated sections. | |
493 | (copy_main): Handle --update-section. | |
494 | * doc/binutils.texi (objcopy): Add description of --update-section | |
495 | option. | |
496 | * NEWS: Mention --update-section option. | |
497 | ||
d93c7787 NC |
498 | 2015-02-26 Nick Clifton <[email protected]> |
499 | ||
500 | PR binutils/17512 | |
501 | * coffgrok.c (do_type): Check for an out of range tag index. | |
502 | Check for integer overflow computing array dimension. | |
503 | (do_define): Likewise. | |
504 | ||
06b73f41 AB |
505 | 2015-02-26 Andrew Burgess <[email protected]> |
506 | ||
507 | * objcopy.c (init_section_add): Rename optarg to arg in order to | |
508 | avoid shadowing a global variable. | |
509 | ||
e3ee4005 NC |
510 | 2015-02-26 Nick Clifton <[email protected]> |
511 | ||
512 | PR binutils/17512 | |
513 | * resrc.c (write_rc_messagetable): Tighten check for invalid | |
514 | message lengths. | |
515 | ||
c8071705 NC |
516 | * dwarf.c (display_debug_loc): Pacify the undefined behaviour |
517 | sanitizer by simplifying address difference calculation. | |
518 | (struct Frame_Chunk): Change type of cfa_offset to dwarf_vma in | |
519 | order to avoid arithmetic overflows. | |
520 | (frame_display_row): Cast cfa_offset before printing it. | |
521 | (display_debug_frames): Likewise. | |
522 | Check for an unexpected segment size. | |
523 | Chnage type of 'l' local to dwarf_vma and cast it back to an int | |
524 | when printing. | |
525 | (process_cu_tu_index): Tighten check for an invalid ncols value. | |
526 | * readelf.c (process_corefile_note_segment): Check for | |
527 | inote.descdata extending beyond the end of the section. | |
528 | (process_v850_notes): Likewise. | |
529 | ||
99654aaf TG |
530 | 2015-02-26 Terry Guo <[email protected]> |
531 | ||
532 | * readelf.c (arm_attr_tag_ABI_HardFP_use): Update how we | |
533 | display it. | |
534 | ||
7173b38a AB |
535 | 2015-02-25 Andrew Burgess <[email protected]> |
536 | ||
537 | * objcopy.c (init_section_add): New function. | |
538 | (section_add_load_file): New function. | |
539 | (copy_main): Make use of new functions. | |
540 | ||
137c83d6 AB |
541 | 2015-02-25 Andrew Burgess <[email protected]> |
542 | ||
543 | * od-elf32_avr.c: Add elf32-avr.h include. | |
544 | (OPT_AVRPROP): Define. | |
545 | (options[]): Add 'avr-prop' entry. | |
546 | (elf32_avr_help): Add avr-prop help text. | |
547 | (elf32_avr_dump_avr_prop): New function. | |
548 | (elf32_avr_dump): Add check for avr-prop. | |
549 | ||
685080f2 NC |
550 | 2015-02-24 Nick Clifton <[email protected]> |
551 | ||
552 | * readelf.c (get_machine_flags): Remove deprecated V850 machine | |
553 | flags. | |
554 | (get_v850_section_type_name): New function. Handles V850 special | |
555 | sections. | |
556 | (get_section_type_name): Add support for V850. | |
557 | (get_v850_elf_note_type): New function. Returns the name of a | |
558 | V850 note. | |
559 | (print_v850_note): New function. Prints a V850 note. | |
560 | (process_v850_notes): New function. Prints V850 notes. | |
561 | (process_note_sections): Add support for V850. | |
562 | ||
94d15024 MF |
563 | 2015-02-24 Mike Frysinger <[email protected]> |
564 | ||
565 | PR binutils/17531 | |
566 | * readelf.c (process_symbol_table): Declare chained. Increment it | |
567 | in every loop. Abort when chained is larger than nchains. Move | |
568 | error check outside of chain loop. | |
569 | ||
948f632f DA |
570 | 2015-02-24 Dmitry Antipov <[email protected]> |
571 | ||
572 | * readelf.c (find_symbol_for_address): Use a binary search to | |
573 | speed up symbol location. Skip check for function symbol type. | |
574 | (*_unw_aux_info): Add funtab and nfuns fields contains a sorted | |
575 | list of function symbols. | |
576 | (dump_ia64_unwind): Initialise the funtab and nfuns fields and | |
577 | pass them to find_symbol_for_address. | |
578 | (dump_hppa_unwind): Likewise. | |
579 | (arm_print_vma_and_name): Pass funtab to find_symbol_for_address. | |
580 | (dump_arm_unwind): Initialise the funtab and nfuns fields. | |
581 | ||
0821d5b1 NC |
582 | 2015-02-24 Nick Clifton <[email protected]> |
583 | ||
584 | * objdump.c (dump_section): Extend the warning message displayed | |
585 | when a section cannot be loaded. | |
586 | ||
9035ed51 MF |
587 | 2015-02-21 Mike Frysinger <[email protected]> |
588 | ||
589 | * readelf.c (process_program_headers): Add newline to warning | |
590 | message. | |
591 | ||
4ef9f41a AA |
592 | 2015-02-20 Andreas Arnez <[email protected]> |
593 | ||
594 | * readelf.c (get_note_type): Add NT_S390_VXRS_LOW and | |
595 | NT_S390_VXRS_HIGH. | |
596 | ||
951eaaec NC |
597 | 2015-02-13 Nick Clifton <[email protected]> |
598 | ||
599 | PR binutils/17512 | |
600 | * dwarf.c (read_leb128): Fix test for shift becoming too large. | |
601 | ||
602 | * coffgrok.c (do_define): Add check for type size overflow. | |
603 | * srconv.c (walk_tree_sfile): Check that enough sections are | |
604 | available before parsing. | |
605 | (prescan): Likewise. | |
606 | ||
ffc0f143 NC |
607 | PR binutils/17531 |
608 | * dwarf.c (display_debug_aranges): Add check for an excessive | |
609 | ar_length value. | |
610 | (process_cu_tu_index): Check for a row * columns sum being too | |
611 | large. | |
612 | ||
b4eb7656 AM |
613 | 2015-02-13 Alan Modra <[email protected]> |
614 | ||
615 | * dwarf.c: Formatting, whitespace. | |
616 | (process_debug_info): Style fix. | |
617 | ||
0e7f931f NC |
618 | 2015-02-11 Nick Clifton <[email protected]> |
619 | ||
620 | * rl78-decode.opc: Add 'a' attribute to instructions that support | |
621 | [HL+0] addressing. | |
622 | * rl78-decode.c: Regenerate. | |
623 | * rl78-dis.c (print_insn_rl78): Display the offset in [HL+0] | |
624 | addresses. | |
625 | ||
362beea4 NC |
626 | 2015-02-11 Nick Clifton <[email protected]> |
627 | ||
628 | PR binutils/17531 | |
629 | * dwarf.c (display_debug_pubnames_worker): Work around compiler | |
630 | bug checking address ranges. | |
631 | (display_debug_frames): Likewise. | |
632 | (display_gdb_index): Likewise. | |
633 | (process_cu_tu_index): Add range check on the ncols value. | |
634 | ||
77ef8654 NC |
635 | 2015-02-10 Nick Clifton <[email protected]> |
636 | ||
637 | PR binutils/17512 | |
638 | * dwarf.c (eh_addr_size): Use an unsigned type. | |
639 | (size_of_encoded_value): Return an unsigned type. | |
640 | (read_leb128): Break if the shift becomes too big. | |
641 | (process_extended_line_op): Do not read the address if the length | |
642 | is too long. | |
643 | (read_cie): Warn and fail if the pointer size or segment size are | |
644 | too big. | |
645 | * dwarf.h (DWARF2_External_LineInfo): Delete unused and incorrect | |
646 | structure definition. | |
647 | (DWARF2_External_PubNames): Likewise. | |
648 | (DWARF2_External_CompUnit): Likewise. | |
649 | (DWARF2_External_ARange): Likewise. | |
650 | (DWARF2_Internal_LineInfo): Use dwarf_vma type for | |
651 | li_prologue_length. | |
652 | (eh_addr_size): Update prototype. | |
653 | ||
03a91817 NC |
654 | PR binutils/17531 |
655 | * dwarf.c (process_debug_info): Zero the debug information array | |
656 | since correct initialisation cannot be relied upon. | |
657 | (process_cu_tu_index): Improve range checks. | |
658 | ||
834f871c NC |
659 | PR binutils/17531 |
660 | * dwarf.c (display_debug_pubnames_worker): Use dwarf_vma type for | |
661 | offset. | |
662 | * readelf.c (dump_relocations): Handle printing offsets which are | |
663 | MIN_INT. | |
664 | (process_corefile_note_segment): Add range check of the namesz | |
665 | field. | |
666 | ||
5a195044 MW |
667 | 2015-02-09 Mark Wielaard <[email protected]> |
668 | ||
669 | * dwarf.c (read_and_display_attr_value): Handle DW_LANG_Fortran03 | |
670 | and DW_LANG_Fortran08. | |
671 | ||
5929c344 NC |
672 | 2015-02-06 Nick Clifton <[email protected]> |
673 | ||
674 | PR binutils/17512 | |
675 | * dwarf.c (display_debug_frames): Fix range checks to work on | |
676 | 32-bit binaries complied on a 64-bit host. | |
677 | ||
8490fb40 NC |
678 | PR binutils/17531 |
679 | * dwarf.c (xcmalloc): Fail if the arguments are too big. | |
680 | (xcrealloc): Likewise. | |
681 | (xcalloc2): Likewise. | |
55325047 NC |
682 | * readelf.c (process_mips_specific): Fail if an option has an |
683 | invalid size. | |
8490fb40 | 684 | |
7cc78d07 AM |
685 | 2015-02-05 Alan Modra <[email protected]> |
686 | ||
687 | PR binutils/17926 | |
688 | * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg. | |
689 | ||
f3853b34 NC |
690 | 2015-02-04 Nick Clifton <[email protected]> |
691 | ||
692 | PR binutils/17531 | |
693 | * dwarf.c (read_and_display_attr_value): Test for a block length | |
694 | being so long that it wraps around to before the start of the block. | |
695 | (process_debug_info): Test for section_begin wrapping around to | |
696 | before the start of the section. | |
697 | (display_gdb_index): Test for num_cus being so large that the end | |
698 | address wraps around to before the start of the section. | |
699 | (process_cu_tu_index): Test for j being so large that the section | |
700 | index pool wraps around to before the start of the section. | |
701 | ||
57028622 NC |
702 | 2015-02-03 Nick Clifton <[email protected]> |
703 | ||
704 | PR binutils/17531 | |
705 | * dwarf.c (process_debug_info): Add range check. | |
706 | (display_debug_pubnames_worker): Likewise. | |
707 | (display_gdb_index): Fix range check. | |
708 | (process_cu_tu_index): Add range check. | |
709 | * readelf.c (get_data): Change parameter types from size_t to | |
710 | bfd_size_type. Add checks for loss of accuracy when casting from | |
711 | bfd_size_type to size_t. | |
712 | (get_dynamic_data): Likewise. | |
713 | (process_section_groups): Limit number of error messages. | |
714 | ||
64d29018 NC |
715 | 2015-02-03 Nick Clifton <[email protected]> |
716 | ||
717 | PR binutils/17512 | |
718 | * objdump.c (display_any_bfd): Fail if archives nest too deeply. | |
719 | ||
3f8107ab AM |
720 | 2015-01-28 James Bowman <[email protected]> |
721 | ||
722 | * readelf.c: Add FT32 support. | |
723 | ||
37e3922e NC |
724 | 2015-01-27 Nick Clifton <[email protected]> |
725 | ||
726 | PR binutils/17512 | |
727 | * dlltool.c (identify_search_archive): If the last archive was the | |
728 | same as the current archive, terminate the loop. | |
729 | ||
877a8638 NC |
730 | * addr2line.c (slurp_symtab): If the symcount is zero, free the |
731 | symbol table pointer. | |
732 | ||
0897ec15 NC |
733 | * rcparse.y: Add checks to avoid integer divide by zero. |
734 | * rescoff.c (read_coff_rsrc): Add check on the size of the | |
735 | resource section. | |
736 | (read_coff_res_dir): Add check on the nesting level. | |
737 | Check for resource names overrunning the buffer. | |
738 | * resrc.c (write_rc_messagetable): Update formatting. | |
739 | Add check of 'elen' being zero. | |
740 | ||
bb97bdd7 NC |
741 | 2015-01-23 Nick Clifton <[email protected]> |
742 | ||
743 | * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced | |
744 | by recent delta, when compiling on for a 32-bit host. | |
745 | ||
86eafac0 NC |
746 | 2015-01-21 Nick Clifton <[email protected]> |
747 | ||
748 | PR binutils/17512 | |
749 | * addr2line.c (main): Call bfd_set_error_program_name. | |
750 | * ar.c (main): Likewise. | |
751 | * coffdump.c (main): Likewise. | |
752 | * cxxfilt.c (main): Likewise. | |
753 | * dlltool.c (main): Likewise. | |
754 | * nlmconv.c (main): Likewise. | |
755 | * nm.c (main): Likewise. | |
756 | * objdump.c (main): Likewise. | |
757 | * size.c (main): Likewise. | |
758 | * srconv.c (main): Likewise. | |
759 | * strings.c (main): Likewise. | |
760 | * sysdump.c (main): Likewise. | |
761 | * windmc.c (main): Likewise. | |
762 | * windres.c (main): Likewise. | |
763 | * objcopy.c (main): Likewise. | |
764 | (copy_relocations_in_section): Check for relocs without associated | |
765 | symbol pointers. | |
766 | ||
6c1965f9 RR |
767 | 2015-01-21 Ramana Radhakrishnan <[email protected]> |
768 | ||
769 | * MAINTAINERS: Add self to ARM maintainers list. | |
770 | ||
5b7d6237 NC |
771 | 2015-01-21 Nick Clifton <[email protected]> |
772 | ||
773 | PR binutils/17512 | |
774 | * coffgrok.c (do_type): Check that computed ref exists. | |
775 | (doit): Add range checks when computing section for scope. | |
776 | ||
a0a3b04c L |
777 | 2015-01-12 H.J. Lu <[email protected]> |
778 | ||
779 | * dwarf.c (process_debug_info): Properly check abbrev size. | |
780 | ||
72c61a0d NC |
781 | 2015-01-12 Nick Clifton <[email protected]> |
782 | ||
783 | PR binutils/17531 | |
784 | * dwarf.c (process_debug_info): Check for abbrev_base being larger | |
785 | than the section size. | |
786 | (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU | |
787 | arrays. | |
788 | (xcalloc2): New function. Like xcalloc, but checks for overflow. | |
1306a742 NC |
789 | (display_debug_addr): Use xcalloc to allocate the debug_addr_info |
790 | array. Check for an address_base that is too large. | |
791 | ||
72c61a0d NC |
792 | * dwarf.h (xcalloc2): Prototype. |
793 | ||
b38ead21 AM |
794 | 2015-01-12 Alan Modra <[email protected]> |
795 | ||
796 | * prdbg.c (print_debugging_info): Don't use void* for function | |
797 | pointer param. | |
798 | * budbg.h (print_debugging_info): Update prototype. | |
799 | ||
3565cf8f NC |
800 | 2015-01-08 Nick Clifton <[email protected]> |
801 | ||
802 | PR binutils/17512 | |
063bb025 NC |
803 | * ojcopy.c (copy_object): Free the symbol table if no symbols |
804 | could be loaded. | |
805 | (copy_file): Use bfd_close_all_done to close files that could not | |
806 | be copied. | |
807 | ||
848cde35 NC |
808 | * sysdump.c (getINT): Fail if reading off the end of the buffer. |
809 | Replace call to abort with a call to fatal. | |
810 | (getCHARS): Prevetn reading off the end of the buffer. | |
811 | ||
3565cf8f NC |
812 | * nlmconv.c (i386_mangle_relocs): Skip relocs without an |
813 | associated symbol. | |
814 | (powerpc_mangle_relocs): Skip unrecognised relocs. Check address | |
815 | range before applying a reloc. | |
816 | ||
c88f5b8e NC |
817 | 2015-01-07 Nick Clifton <[email protected]> |
818 | ||
819 | PR binutils/17512 | |
d7b24d29 NC |
820 | * dlltool.c (scan_obj_file): Break loop if the last archive |
821 | displayed matches the current archive. | |
822 | ||
c88f5b8e NC |
823 | * objdump.c (display_any_bfd): Add a depth limit to nested archive |
824 | display in order to avoid infinite loops. | |
825 | * srconv.c: Replace calls to abort with calls to fatal with an | |
826 | error message. | |
827 | ||
85880250 NC |
828 | 2015-01-06 Nick Clifton <[email protected]> |
829 | ||
830 | PR binutils/17512 | |
831 | * coffdump.c (dump_coff_section): Check for a symbol being | |
832 | available before printing its name. | |
833 | (main): Check the return value from coff_grok. | |
834 | * coffgrok.c: Reformat and tidy. | |
835 | Add range checks to most functions. | |
836 | (coff_grok): Return NULL if the input bfd is not in a COFF | |
837 | format. | |
838 | * coffgrok.h: Reformat and tidy. | |
839 | (struct coff_section): Change the nrelocs field to unsigned. | |
840 | * srconv.c (main): Check the return value from coff_grok. | |
841 | ||
896ca098 NC |
842 | 2015-01-05 Nick Clifton <[email protected]> |
843 | ||
844 | PR binutils/17512 | |
845 | * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to | |
846 | help initialize the info.elfinfo field. | |
847 | (print_size_symbols): Add 'synth_count' parameter. Use it to set | |
848 | the is_synthetic parameter when calling print_symbol. | |
849 | (print_symbols): Likewise. | |
850 | (display_rel_file): Pass synth_count to printing function. | |
851 | (display_archive): Break loop if the last archive displayed | |
852 | matches the current archive. | |
853 | * size.c (display_archive): Likewise. | |
854 | ||
82b1b41b NC |
855 | 2015-01-05 Nick Clifton <[email protected]> |
856 | ||
857 | PR binutils/17531 | |
858 | * dwarf.c (alloc_num_debug_info_entries): New variable. | |
859 | (process_debug_info): Set it. Use it to avoid displaying | |
860 | attributes for which there is no info. | |
861 | (display_debug_abbrev): Check that the debug_info_entry index is | |
862 | valid before using it. | |
863 | (display_loc_list_dwo): Likewise. | |
864 | (process_cu_tu_index): Add range check for an overlarge dw_sect | |
865 | value. | |
866 | (free_debug_memory): Reset alloc_num_debug_info_entries. | |
867 | * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not | |
868 | be indentified. | |
869 | (dynamic_section_mips_val): Warn if the timestamp is invalid. | |
870 | (print_mips_got_entry): Add a data_end parameter. Warn if a read | |
871 | would go beyond the end of the data, and return an error value. | |
872 | (process_mips_specific): Do not read options from beyond the end | |
873 | of the section. | |
874 | Correct code to display optional data at the end of an option. | |
875 | Warn if there are too many GOT symbols. | |
876 | Update calls to print_mips_got_entry, and handle error returns. | |
877 | ||
c1724c7f DK |
878 | 2015-01-05 Daniel Klauer <[email protected]> |
879 | ||
880 | PR binutils/17489 | |
881 | * doc/binutils.texi (dlltool): Correct description of --kill-at | |
882 | option. | |
883 | ||
efd321f9 AM |
884 | 2015-01-01 Alan Modra <[email protected]> |
885 | ||
886 | * version.c (print_version): Just print current year. | |
887 | ||
b90efa5b | 888 | 2015-01-01 Alan Modra <[email protected]> |
5c294fee | 889 | |
b90efa5b | 890 | Update year range in copyright notice of all files. |
5c294fee | 891 | |
b90efa5b | 892 | For older changes see ChangeLog-2014 |
252b5132 | 893 | \f |
b90efa5b | 894 | Copyright (C) 2015 Free Software Foundation, Inc. |
752937aa NC |
895 | |
896 | Copying and distribution of this file, with or without modification, | |
897 | are permitted in any medium without royalty provided the copyright | |
898 | notice and this notice are preserved. | |
899 | ||
252b5132 RH |
900 | Local Variables: |
901 | mode: change-log | |
902 | left-margin: 8 | |
903 | fill-column: 74 | |
904 | version-control: never | |
905 | End: |