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