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