Feed right input object to x86_64_mov_to_lea1[12]
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2015-10-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2
3 PR binutils/19147
4 * readelf.c (print_core_note): Fix off-by-one bug.
5
6 2015-10-15 Alan Modra <amodra@gmail.com>
7
8 * objcopy.c (copy_object): Don't omit bfd_copy_private_bfd_data
9 call when extract_symbol.
10
11 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
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
16 2015-09-01 Claudiu Zissulescu <claziss@synopsys.com>
17 Cupertino Miranda <cmiranda@synopsys.com>
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
29 2015-09-29 Andrew Stubbs <ams@codesourcery.com>
30 H.J. Lu <hongjiu.lu@intel.com>
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
38 2015-09-29 H.J. Lu <hongjiu.lu@intel.com>
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
45 2015-09-28 Nick Clifton <nickc@redhat.com>
46
47 * po/fr.po: Updated French translation.
48
49 2015-09-25 James Bowman <james.bowman@ftdichip.com>
50
51 * ft32-dis.c (print_insn_ft32): Fix incorrect data field mask.
52
53 2015-09-23 Nick Clifton <nickc@redhat.com>
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
63 2015-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
64
65 * readelf.c (process_dynamic_section): Handle DF_1_STUB, DF_1_PIE.
66
67 2015-09-10 Erik Ackermann <kurterikackermann@gmail.com>
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
75 2015-09-09 Nick Clifton <nickc@redhat.com>
76
77 * doc/binutils.texi (ar): Remove bogus sentance concerning thin
78 archives and invalid paths.
79
80 2015-09-03 Nick Clifton <nickc@redhat.com>
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
87 2015-08-28 H.J. Lu <hongjiu.lu@intel.com>
88
89 * Makefile.am (TOOL_PROGS): Add readelf.
90 * Makefile.in: Regenerated.
91
92 2015-08-24 Yaakov Selkowitz <yselkowi@redhat.com>
93
94 * configure: Regenerate.
95
96 2015-08-17 Alan Modra <amodra@gmail.com>
97
98 * configure: Regenerate.
99
100 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * objcopy.c (is_specified_symbol_predicate): Don't stop at first
103 match. Non-match rules set found to FALSE.
104
105 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
106
107 * configure: Regenerate.
108
109 2015-08-05 Nick Clifton <nickc@redhat.com>
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
115 2015-08-04 Yuriy M. Kaminskiy" <yumkam@gmail.com>
116 Tyler Hicks <tyhicks@canonical.com>
117
118 PR binutils/18750
119 * readelf.c (process_mips_specific): Fix incorrect escape
120 sequence handling.
121
122 2015-08-04 Nick Clifton <nickc@redhat.com>
123
124 * ar.c (extract_file): Free cbuf if the path is invalid.
125
126 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
127
128 * configure: Regenerated.
129
130 2015-07-24 H.J. Lu <hongjiu.lu@intel.com>
131
132 * stabs.c (parse_stab_range_type): Use 0xffffffffffffffffLL.
133
134 2015-07-22 Alan Modra <amodra@gmail.com>
135
136 * readelf.c (dump_relocations): Show MIN_INT addends as negative.
137
138 2015-07-20 Alan Modra <amodra@gmail.com>
139
140 * doc/Makefile.in: Regenerate.
141
142 2015-07-16 Alan Modra <amodra@gmail.com>
143
144 PR binutils/18672
145 * readelf.c (get_32bit_dynamic_section): Correct buffer limit test.
146 (get_64bit_dynamic_section): Likewise.
147
148 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
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
155 2015-07-10 H.J. Lu <hongjiu.lu@intel.com>
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
164 2015-07-10 H.J. Lu <hongjiu.lu@intel.com>
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
171 2015-07-09 Catherine Moore <clm@codesourcery.com>
172
173 * readelf.c (print_mips_fp_abi_value): Handle
174 Val_GNU_MIPS_ABI_FP_NAN2008.
175
176 2015-06-26 Matthew Fortune <matthew.fortune@imgtec.com>
177
178 * readelf.c (get_mips_dynamic_type): Handle DT_MIPS_RLD_MAP_REL.
179
180 2015-06-22 Nick Clifton <nickc@redhat.com>
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
188 2015-06-05 Nick Clifton <nickc@redhat.com>
189
190 * dwarf.c (read_debug_line_header): Use reloc_at to detect
191 incomplete .debug_line headers
192
193 2015-05-29 Roland McGrath <mcgrathr@google.com>
194
195 * readelf.c (print_gnu_note: NT_GNU_ABI_TAG): Recognize
196 GNU_ABI_TAG_SYLLABLE and GNU_ABI_TAG_NACL.
197
198 2015-05-29 Stephen Kitt <steve@sk2.org>
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
204 2015-05-18 Nick Clifton <nickc@redhat.com>
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
215 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
216
217 * readelf.c (dump_section_as_strings): Change pointers from
218 char * to unsigned char *.
219
220 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
221
222 PR binutis/18386
223 * doc/binutils.texi: Document -Mamd64 and -Mintel64.
224
225 2015-05-15 Nick Clifton <nickc@redhat.com>
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
236 2015-05-14 Peter Bergner <bergner@vnet.ibm.com>
237
238 * MAINTAINERS: Add myself as PPC maintainer.
239
240 2015-05-14 H.J. Lu <hongjiu.lu@intel.com>
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
246 2015-05-15 Nick Clifton <nickc@redhat.com>
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
270 2015-05-13 H.J. Lu <hongjiu.lu@intel.com>
271
272 * elfedit.c (elf_class): Return ELF_CLASS_BOTH by default.
273
274 2015-05-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
275
276 * MAINTAINERS: Add myself as s390 and s390x maintainer.
277
278 2015-05-12 Stephen Kitt <steve@sk2.org>
279
280 * dlltool.c (main): Accept -t as an abbreviation for
281 --temp-prefix.
282
283 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
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
292 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
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
304 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
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
315 2015-04-30 Nick Clifton <nickc@redhat.com>
316
317 * readelf.c (get_machine_flags): Add description of MeP flags.
318
319 2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
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
325 2015-04-24 Nick Clifton <nickc@redhat.com>
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
332 2015-04-23 H.J. Lu <hongjiu.lu@intel.com>
333
334 PR binutils/18209
335 * objcopy.c (setup_section): Copy compress status.
336
337 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
338
339 * NEWS: Mention
340 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
341
342 2015-04-14 Nick Clifton <nickc@redhat.com>
343
344 * readelf.c (target_specific_reloc_handling): Add code to handle
345 RL78 complex relocs.
346
347 2015-04-13 Doug Evans <dje@google.com>
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
355 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
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
362 2015-04-09 Nick Clifton <nickc@redhat.com>
363
364 * readelf.c (get_machine_flags): Report the setting of the string
365 insn using bits.
366
367 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
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
380 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
381
382 * objcopy.c (copy_usage): Replace "--interleave [<number>]" with
383 --interleave[=<number>].
384
385 2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
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
395 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
396
397 * configure: Regenerated.
398
399 2015-04-02 Mike Frysinger <vapier@gentoo.org>
400
401 * MAINTAINERS: Update my e-mail address.
402
403 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
404
405 * configure: Regenerated.
406
407 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
408
409 * configure.ac: Revert the AM_ZLIB change.
410 * Makefile.in: Regenerated.
411 * aclocal.m4: Likewise.
412 * configure: Likewise.
413
414 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
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
428 2015-03-19 Nick Clifton <nickc@redhat.com>
429
430 * readelf.c (get_machine_flags): Decode RL78's G13 and G14 flags.
431
432 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
433 Nick Clifton <nickc@redhat.com>
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
440 2015-03-10 H.J. Lu <hongjiu.lu@intel.com>
441
442 PR binutils/18101
443 * readelf.c (parse_args): Move nothing to do warning to ...
444 (main): Here.
445
446 2015-03-10 Nick Clifton <nickc@redhat.com>
447
448 PR binutils/18101
449 * readelf.c (parse_args): Enhance check for nothing to do by
450 accounting for the --wide option.
451
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
456 2015-03-10 Yuri Gribov <y.gribov@samsung.arm>
457
458 PR ld/16572
459 * readelf.c: Remove support for ELF_ARM_HASENTRY.
460
461 2015-03-05 Nick Clifton <nickc@redhat.com>
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
470 2015-03-05 Nick Clifton <nickc@redhat.com>
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
482 2015-02-28 Andrew Burgess <andrew.burgess@embecosm.com>
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
498 2015-02-26 Nick Clifton <nickc@redhat.com>
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
505 2015-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * objcopy.c (init_section_add): Rename optarg to arg in order to
508 avoid shadowing a global variable.
509
510 2015-02-26 Nick Clifton <nickc@redhat.com>
511
512 PR binutils/17512
513 * resrc.c (write_rc_messagetable): Tighten check for invalid
514 message lengths.
515
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
530 2015-02-26 Terry Guo <terry.guo@arm.com>
531
532 * readelf.c (arm_attr_tag_ABI_HardFP_use): Update how we
533 display it.
534
535 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
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
541 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
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
550 2015-02-24 Nick Clifton <nickc@redhat.com>
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
563 2015-02-24 Mike Frysinger <vapier@gentoo.org>
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
570 2015-02-24 Dmitry Antipov <dantipov@nvidia.com>
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
582 2015-02-24 Nick Clifton <nickc@redhat.com>
583
584 * objdump.c (dump_section): Extend the warning message displayed
585 when a section cannot be loaded.
586
587 2015-02-21 Mike Frysinger <vapier@gentoo.org>
588
589 * readelf.c (process_program_headers): Add newline to warning
590 message.
591
592 2015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
593
594 * readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
595 NT_S390_VXRS_HIGH.
596
597 2015-02-13 Nick Clifton <nickc@redhat.com>
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
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
613 2015-02-13 Alan Modra <amodra@gmail.com>
614
615 * dwarf.c: Formatting, whitespace.
616 (process_debug_info): Style fix.
617
618 2015-02-11 Nick Clifton <nickc@redhat.com>
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
626 2015-02-11 Nick Clifton <nickc@redhat.com>
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
635 2015-02-10 Nick Clifton <nickc@redhat.com>
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
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
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
667 2015-02-09 Mark Wielaard <mjw@redhat.com>
668
669 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_Fortran03
670 and DW_LANG_Fortran08.
671
672 2015-02-06 Nick Clifton <nickc@redhat.com>
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
678 PR binutils/17531
679 * dwarf.c (xcmalloc): Fail if the arguments are too big.
680 (xcrealloc): Likewise.
681 (xcalloc2): Likewise.
682 * readelf.c (process_mips_specific): Fail if an option has an
683 invalid size.
684
685 2015-02-05 Alan Modra <amodra@gmail.com>
686
687 PR binutils/17926
688 * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg.
689
690 2015-02-04 Nick Clifton <nickc@redhat.com>
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
702 2015-02-03 Nick Clifton <nickc@redhat.com>
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
715 2015-02-03 Nick Clifton <nickc@redhat.com>
716
717 PR binutils/17512
718 * objdump.c (display_any_bfd): Fail if archives nest too deeply.
719
720 2015-01-28 James Bowman <james.bowman@ftdichip.com>
721
722 * readelf.c: Add FT32 support.
723
724 2015-01-27 Nick Clifton <nickc@redhat.com>
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
730 * addr2line.c (slurp_symtab): If the symcount is zero, free the
731 symbol table pointer.
732
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
741 2015-01-23 Nick Clifton <nickc@redhat.com>
742
743 * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
744 by recent delta, when compiling on for a 32-bit host.
745
746 2015-01-21 Nick Clifton <nickc@redhat.com>
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
767 2015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
768
769 * MAINTAINERS: Add self to ARM maintainers list.
770
771 2015-01-21 Nick Clifton <nickc@redhat.com>
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
777 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
778
779 * dwarf.c (process_debug_info): Properly check abbrev size.
780
781 2015-01-12 Nick Clifton <nickc@redhat.com>
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.
789 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
790 array. Check for an address_base that is too large.
791
792 * dwarf.h (xcalloc2): Prototype.
793
794 2015-01-12 Alan Modra <amodra@gmail.com>
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
800 2015-01-08 Nick Clifton <nickc@redhat.com>
801
802 PR binutils/17512
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
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
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
817 2015-01-07 Nick Clifton <nickc@redhat.com>
818
819 PR binutils/17512
820 * dlltool.c (scan_obj_file): Break loop if the last archive
821 displayed matches the current archive.
822
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
828 2015-01-06 Nick Clifton <nickc@redhat.com>
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
842 2015-01-05 Nick Clifton <nickc@redhat.com>
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
855 2015-01-05 Nick Clifton <nickc@redhat.com>
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
878 2015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
879
880 PR binutils/17489
881 * doc/binutils.texi (dlltool): Correct description of --kill-at
882 option.
883
884 2015-01-01 Alan Modra <amodra@gmail.com>
885
886 * version.c (print_version): Just print current year.
887
888 2015-01-01 Alan Modra <amodra@gmail.com>
889
890 Update year range in copyright notice of all files.
891
892 For older changes see ChangeLog-2014
893 \f
894 Copyright (C) 2015 Free Software Foundation, Inc.
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
900 Local Variables:
901 mode: change-log
902 left-margin: 8
903 fill-column: 74
904 version-control: never
905 End:
This page took 0.061438 seconds and 4 git commands to generate.