Fix PR18374 by making readelf and objdump ignore end-of-list markers in the .debug_lo...
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2015-05-14 Peter Bergner <bergner@vnet.ibm.com>
2
3 * MAINTAINERS: Add myself as PPC maintainer.
4
5 2015-05-14 H.J. Lu <hongjiu.lu@intel.com>
6
7 * readelf.c (uncompress_section_contents): Add a parameter for
8 uncompressed size. Don't check the zlib header.
9 (load_specific_debug_section): Updated.
10
11 2015-05-15 Nick Clifton <nickc@redhat.com>
12
13 PR binutils/18374
14 * dwarf.h (struct dwarf_section): Add reloc_info and num_relocs
15 fields.
16 (struct dwarf_section_display): Change bitfield to boolean.
17 (reloc_at): Add prototype.
18 * dwarf.c (display_loc_list): Ignore list terminators if there are
19 relocs against them.
20 (display_debug_loc): Issue a warning if there are relocs against
21 the .debug_loc section.
22 (display_displays): Initialise reloc_info and num_relocs fields.
23 * objdump.c (load_specific_debug_section): Initialise reloc_info
24 and num_relocs fields.
25 (reloc_at): New function.
26 * readelf.c (is_32bit_abs_reloc): Add IA64's R_IA64_DIS32LSB
27 reloc.
28 (reloc_at): New function.
29 (apply_relocations): Add relocs_return and num_relocs_return
30 parameters. Fill them in with the loaded relocs if non-NULL.
31 (dump_section_as_bytes): Update call to apply_relocations.
32 (load_specific_debug_section): Initialise reloc_info and
33 num_relocs fields.
34
35 2015-05-13 H.J. Lu <hongjiu.lu@intel.com>
36
37 * elfedit.c (elf_class): Return ELF_CLASS_BOTH by default.
38
39 2015-05-13 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
40
41 * MAINTAINERS: Add myself as s390 and s390x maintainer.
42
43 2015-05-12 Stephen Kitt <steve@sk2.org>
44
45 * dlltool.c (main): Accept -t as an abbreviation for
46 --temp-prefix.
47
48 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
49
50 * dwarf.c (dwarf_regnames_iamcu): New.
51 (init_dwarf_regnames_iamcu): Likewise.
52 (init_dwarf_regnames): Call init_dwarf_regnames_iamcu for EM_IAMCU.
53 * dwarf.h (init_dwarf_regnames_iamcu): New.
54 * objdump.c (dump_dwarf): Call init_dwarf_regnames_iamcu for
55 bfd_arch_iamcu.
56
57 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
58
59 * elfedit.c (enum elfclass): New.
60 (input_elf_class): Change type to enum elfclass.
61 (output_elf_class): New.
62 (elf_class): Change return type to enum elfclass. Support EM_386
63 and EM_IAMCU.
64 (update_elf_header): Check if input and output ELF classes match.
65 (elf_machine): Support EM_386 and EM_IAMCU.
66 (main): Update input_elf_class. Set output_elf_class.
67 * doc/binutils.texi: Update elfedit.
68
69 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
70
71 * dwarf.c (init_dwarf_regnames): Replace EM_486 with EM_IAMCU.
72 * readelf.c (guess_is_rela): Likewise.
73 (dump_relocations): Likewise.
74 (get_machine_name): Likewise.
75 (get_elf_section_flags): Likewise.
76 (process_section_headers): Likewise.
77 (is_32bit_abs_reloc): Likewise.
78 (is_32bit_pcrel_reloc): Likewise.
79
80 2015-04-30 Nick Clifton <nickc@redhat.com>
81
82 * readelf.c (get_machine_flags): Add description of MeP flags.
83
84 2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
85
86 * readelf.c (display_s390_gnu_attribute): New function.
87 (process_s390_specific): New function.
88 (process_arch_specific): Call process_s390_specific.
89
90 2015-04-24 Nick Clifton <nickc@redhat.com>
91
92 PR 18313
93 * ieee.c (ieee_read_cxx_class): Initialise the varargs variable.
94 * readelf.c (uncompress_section_contents): Zero initialise the
95 zstream structure.
96
97 2015-04-23 H.J. Lu <hongjiu.lu@intel.com>
98
99 PR binutils/18209
100 * objcopy.c (setup_section): Copy compress status.
101
102 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
103
104 * NEWS: Mention
105 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
106
107 2015-04-14 Nick Clifton <nickc@redhat.com>
108
109 * readelf.c (target_specific_reloc_handling): Add code to handle
110 RL78 complex relocs.
111
112 2015-04-13 Doug Evans <dje@google.com>
113
114 PR binutils/18218
115 * readelf.c (printable_section_name): Constify sec argument.
116 (apply_relocations): Ditto. New arg "size". All callers updated.
117 (load_specific_debug_section): Constify sec argument.
118 Remove side-effect of modifying sec->sh_size.
119
120 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
121
122 * objcopy.c (do_debug_sections): Use bit patterns.
123 (copy_object): Return FALSE for compress_zlib, compress_gnu_zlib
124 and compress_gabi_zlib on non-ELF input.
125 (copy_file): Don't check non-ELF input here.
126
127 2015-04-09 Nick Clifton <nickc@redhat.com>
128
129 * readelf.c (get_machine_flags): Report the setting of the string
130 insn using bits.
131
132 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
133
134 * objcopy.c (do_debug_sections): Add compress_zlib,
135 compress_gnu_zlib and compress_gabi_zlib.
136 (copy_options): Use optional_argument on compress-debug-sections.
137 (copy_usage): Update --compress-debug-sections.
138 (copy_file): Handle compress_zlib, compress_gnu_zlib and
139 compress_gabi_zlib.
140 (copy_main): Handle
141 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
142 * doc/binutils.texi: Document
143 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
144
145 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
146
147 * objcopy.c (copy_usage): Replace "--interleave [<number>]" with
148 --interleave[=<number>].
149
150 2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
151
152 * readelf.c (get_elf_section_flags): Support SHF_COMPRESSED.
153 (get_compression_header): New.
154 (process_section_headers): Dump compression header if needed.
155 (uncompress_section_contents): Don't free compressed_buffer here.
156 (load_specific_debug_section): Free the compressed buffer, update
157 the section buffer and the section size if uncompress is
158 successful.
159
160 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
161
162 * configure: Regenerated.
163
164 2015-04-02 Mike Frysinger <vapier@gentoo.org>
165
166 * MAINTAINERS: Update my e-mail address.
167
168 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
169
170 * configure: Regenerated.
171
172 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
173
174 * configure.ac: Revert the AM_ZLIB change.
175 * Makefile.in: Regenerated.
176 * aclocal.m4: Likewise.
177 * configure: Likewise.
178
179 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
180
181 * Makefile.am (ZLIB): New.
182 (ZLIBINC): Likewise.
183 (AM_CFLAGS): Add $(ZLIBINC).
184 (readelf_LDADD): Add $(ZLIB).
185 * configure.ac (AM_ZLIB): Removed.
186 (zlibdir): New. AC_SUBST.
187 (zlibinc): Likewise.
188 Add --with-system-zlib.
189 * Makefile.in: Regenerated.
190 * config.in: Likewise.
191 * configure: Likewise.
192
193 2015-03-19 Nick Clifton <nickc@redhat.com>
194
195 * readelf.c (get_machine_flags): Decode RL78's G13 and G14 flags.
196
197 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
198 Nick Clifton <nickc@redhat.com>
199
200 PR binutils/18087
201 * doc/binutils.texi: Note that when objcopy compresses debug
202 sections the compression is only performed if it makes the section
203 smaller.
204
205 2015-03-10 H.J. Lu <hongjiu.lu@intel.com>
206
207 PR binutils/18101
208 * readelf.c (parse_args): Move nothing to do warning to ...
209 (main): Here.
210
211 2015-03-10 Nick Clifton <nickc@redhat.com>
212
213 PR binutils/18101
214 * readelf.c (parse_args): Enhance check for nothing to do by
215 accounting for the --wide option.
216
217 PR binutils/17636
218 * objcopy.c (copy_object): Avoid calling fatal as that does not
219 allow the parent to clean up temporary files.
220
221 2015-03-10 Yuri Gribov <y.gribov@samsung.arm>
222
223 PR ld/16572
224 * readelf.c: Remove support for ELF_ARM_HASENTRY.
225
226 2015-03-05 Nick Clifton <nickc@redhat.com>
227
228 PR binutils/18064
229 * doc/binutils.texi (objcopy): Extend description of
230 --add-gnu-debuglink option to explain that the separate debug info
231 file must exist. Add a description of what to do if the debug
232 info file is built in one place but then installed into a separate
233 location.
234
235 2015-03-05 Nick Clifton <nickc@redhat.com>
236
237 PR binutils/17994
238 * dlltool.c (temp_file_to_remove): New local array.
239 (unlink_temp_files): New functions - unlinks any file in the
240 temp_file_to_remove array, unless dotdeltemps is set.
241 (gen_exp_file): Add temp files to array.
242 (make_head): Likewise.
243 (make_delay_head): Likewise.
244 (make_tail): Likewise.
245 (gen_lib_file): Call unlink_temp_files.
246
247 2015-02-28 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * objcopy.c (update_sections): New list.
250 (command_line_switch): Add OPTION_UPDATE_SECTION.
251 (copy_options): Add update-section.
252 (copy_usage): Document new option.
253 (is_update_section): New function.
254 (is_strip_section_1): Add check for attempt to update and remove
255 the same section.
256 (copy_object): Update size and content of requested sections.
257 (skip_section): Don't copy for updated sections.
258 (copy_main): Handle --update-section.
259 * doc/binutils.texi (objcopy): Add description of --update-section
260 option.
261 * NEWS: Mention --update-section option.
262
263 2015-02-26 Nick Clifton <nickc@redhat.com>
264
265 PR binutils/17512
266 * coffgrok.c (do_type): Check for an out of range tag index.
267 Check for integer overflow computing array dimension.
268 (do_define): Likewise.
269
270 2015-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * objcopy.c (init_section_add): Rename optarg to arg in order to
273 avoid shadowing a global variable.
274
275 2015-02-26 Nick Clifton <nickc@redhat.com>
276
277 PR binutils/17512
278 * resrc.c (write_rc_messagetable): Tighten check for invalid
279 message lengths.
280
281 * dwarf.c (display_debug_loc): Pacify the undefined behaviour
282 sanitizer by simplifying address difference calculation.
283 (struct Frame_Chunk): Change type of cfa_offset to dwarf_vma in
284 order to avoid arithmetic overflows.
285 (frame_display_row): Cast cfa_offset before printing it.
286 (display_debug_frames): Likewise.
287 Check for an unexpected segment size.
288 Chnage type of 'l' local to dwarf_vma and cast it back to an int
289 when printing.
290 (process_cu_tu_index): Tighten check for an invalid ncols value.
291 * readelf.c (process_corefile_note_segment): Check for
292 inote.descdata extending beyond the end of the section.
293 (process_v850_notes): Likewise.
294
295 2015-02-26 Terry Guo <terry.guo@arm.com>
296
297 * readelf.c (arm_attr_tag_ABI_HardFP_use): Update how we
298 display it.
299
300 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * objcopy.c (init_section_add): New function.
303 (section_add_load_file): New function.
304 (copy_main): Make use of new functions.
305
306 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 * od-elf32_avr.c: Add elf32-avr.h include.
309 (OPT_AVRPROP): Define.
310 (options[]): Add 'avr-prop' entry.
311 (elf32_avr_help): Add avr-prop help text.
312 (elf32_avr_dump_avr_prop): New function.
313 (elf32_avr_dump): Add check for avr-prop.
314
315 2015-02-24 Nick Clifton <nickc@redhat.com>
316
317 * readelf.c (get_machine_flags): Remove deprecated V850 machine
318 flags.
319 (get_v850_section_type_name): New function. Handles V850 special
320 sections.
321 (get_section_type_name): Add support for V850.
322 (get_v850_elf_note_type): New function. Returns the name of a
323 V850 note.
324 (print_v850_note): New function. Prints a V850 note.
325 (process_v850_notes): New function. Prints V850 notes.
326 (process_note_sections): Add support for V850.
327
328 2015-02-24 Mike Frysinger <vapier@gentoo.org>
329
330 PR binutils/17531
331 * readelf.c (process_symbol_table): Declare chained. Increment it
332 in every loop. Abort when chained is larger than nchains. Move
333 error check outside of chain loop.
334
335 2015-02-24 Dmitry Antipov <dantipov@nvidia.com>
336
337 * readelf.c (find_symbol_for_address): Use a binary search to
338 speed up symbol location. Skip check for function symbol type.
339 (*_unw_aux_info): Add funtab and nfuns fields contains a sorted
340 list of function symbols.
341 (dump_ia64_unwind): Initialise the funtab and nfuns fields and
342 pass them to find_symbol_for_address.
343 (dump_hppa_unwind): Likewise.
344 (arm_print_vma_and_name): Pass funtab to find_symbol_for_address.
345 (dump_arm_unwind): Initialise the funtab and nfuns fields.
346
347 2015-02-24 Nick Clifton <nickc@redhat.com>
348
349 * objdump.c (dump_section): Extend the warning message displayed
350 when a section cannot be loaded.
351
352 2015-02-21 Mike Frysinger <vapier@gentoo.org>
353
354 * readelf.c (process_program_headers): Add newline to warning
355 message.
356
357 2015-02-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
358
359 * readelf.c (get_note_type): Add NT_S390_VXRS_LOW and
360 NT_S390_VXRS_HIGH.
361
362 2015-02-13 Nick Clifton <nickc@redhat.com>
363
364 PR binutils/17512
365 * dwarf.c (read_leb128): Fix test for shift becoming too large.
366
367 * coffgrok.c (do_define): Add check for type size overflow.
368 * srconv.c (walk_tree_sfile): Check that enough sections are
369 available before parsing.
370 (prescan): Likewise.
371
372 PR binutils/17531
373 * dwarf.c (display_debug_aranges): Add check for an excessive
374 ar_length value.
375 (process_cu_tu_index): Check for a row * columns sum being too
376 large.
377
378 2015-02-13 Alan Modra <amodra@gmail.com>
379
380 * dwarf.c: Formatting, whitespace.
381 (process_debug_info): Style fix.
382
383 2015-02-11 Nick Clifton <nickc@redhat.com>
384
385 * rl78-decode.opc: Add 'a' attribute to instructions that support
386 [HL+0] addressing.
387 * rl78-decode.c: Regenerate.
388 * rl78-dis.c (print_insn_rl78): Display the offset in [HL+0]
389 addresses.
390
391 2015-02-11 Nick Clifton <nickc@redhat.com>
392
393 PR binutils/17531
394 * dwarf.c (display_debug_pubnames_worker): Work around compiler
395 bug checking address ranges.
396 (display_debug_frames): Likewise.
397 (display_gdb_index): Likewise.
398 (process_cu_tu_index): Add range check on the ncols value.
399
400 2015-02-10 Nick Clifton <nickc@redhat.com>
401
402 PR binutils/17512
403 * dwarf.c (eh_addr_size): Use an unsigned type.
404 (size_of_encoded_value): Return an unsigned type.
405 (read_leb128): Break if the shift becomes too big.
406 (process_extended_line_op): Do not read the address if the length
407 is too long.
408 (read_cie): Warn and fail if the pointer size or segment size are
409 too big.
410 * dwarf.h (DWARF2_External_LineInfo): Delete unused and incorrect
411 structure definition.
412 (DWARF2_External_PubNames): Likewise.
413 (DWARF2_External_CompUnit): Likewise.
414 (DWARF2_External_ARange): Likewise.
415 (DWARF2_Internal_LineInfo): Use dwarf_vma type for
416 li_prologue_length.
417 (eh_addr_size): Update prototype.
418
419 PR binutils/17531
420 * dwarf.c (process_debug_info): Zero the debug information array
421 since correct initialisation cannot be relied upon.
422 (process_cu_tu_index): Improve range checks.
423
424 PR binutils/17531
425 * dwarf.c (display_debug_pubnames_worker): Use dwarf_vma type for
426 offset.
427 * readelf.c (dump_relocations): Handle printing offsets which are
428 MIN_INT.
429 (process_corefile_note_segment): Add range check of the namesz
430 field.
431
432 2015-02-09 Mark Wielaard <mjw@redhat.com>
433
434 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_Fortran03
435 and DW_LANG_Fortran08.
436
437 2015-02-06 Nick Clifton <nickc@redhat.com>
438
439 PR binutils/17512
440 * dwarf.c (display_debug_frames): Fix range checks to work on
441 32-bit binaries complied on a 64-bit host.
442
443 PR binutils/17531
444 * dwarf.c (xcmalloc): Fail if the arguments are too big.
445 (xcrealloc): Likewise.
446 (xcalloc2): Likewise.
447 * readelf.c (process_mips_specific): Fail if an option has an
448 invalid size.
449
450 2015-02-05 Alan Modra <amodra@gmail.com>
451
452 PR binutils/17926
453 * dwarf.c (dwarf_select_sections_by_letters): Don't refer to optarg.
454
455 2015-02-04 Nick Clifton <nickc@redhat.com>
456
457 PR binutils/17531
458 * dwarf.c (read_and_display_attr_value): Test for a block length
459 being so long that it wraps around to before the start of the block.
460 (process_debug_info): Test for section_begin wrapping around to
461 before the start of the section.
462 (display_gdb_index): Test for num_cus being so large that the end
463 address wraps around to before the start of the section.
464 (process_cu_tu_index): Test for j being so large that the section
465 index pool wraps around to before the start of the section.
466
467 2015-02-03 Nick Clifton <nickc@redhat.com>
468
469 PR binutils/17531
470 * dwarf.c (process_debug_info): Add range check.
471 (display_debug_pubnames_worker): Likewise.
472 (display_gdb_index): Fix range check.
473 (process_cu_tu_index): Add range check.
474 * readelf.c (get_data): Change parameter types from size_t to
475 bfd_size_type. Add checks for loss of accuracy when casting from
476 bfd_size_type to size_t.
477 (get_dynamic_data): Likewise.
478 (process_section_groups): Limit number of error messages.
479
480 2015-02-03 Nick Clifton <nickc@redhat.com>
481
482 PR binutils/17512
483 * objdump.c (display_any_bfd): Fail if archives nest too deeply.
484
485 2015-01-28 James Bowman <james.bowman@ftdichip.com>
486
487 * readelf.c: Add FT32 support.
488
489 2015-01-27 Nick Clifton <nickc@redhat.com>
490
491 PR binutils/17512
492 * dlltool.c (identify_search_archive): If the last archive was the
493 same as the current archive, terminate the loop.
494
495 * addr2line.c (slurp_symtab): If the symcount is zero, free the
496 symbol table pointer.
497
498 * rcparse.y: Add checks to avoid integer divide by zero.
499 * rescoff.c (read_coff_rsrc): Add check on the size of the
500 resource section.
501 (read_coff_res_dir): Add check on the nesting level.
502 Check for resource names overrunning the buffer.
503 * resrc.c (write_rc_messagetable): Update formatting.
504 Add check of 'elen' being zero.
505
506 2015-01-23 Nick Clifton <nickc@redhat.com>
507
508 * nlmconv.c (powerpc_mangle_relocs): Fix build errors introduced
509 by recent delta, when compiling on for a 32-bit host.
510
511 2015-01-21 Nick Clifton <nickc@redhat.com>
512
513 PR binutils/17512
514 * addr2line.c (main): Call bfd_set_error_program_name.
515 * ar.c (main): Likewise.
516 * coffdump.c (main): Likewise.
517 * cxxfilt.c (main): Likewise.
518 * dlltool.c (main): Likewise.
519 * nlmconv.c (main): Likewise.
520 * nm.c (main): Likewise.
521 * objdump.c (main): Likewise.
522 * size.c (main): Likewise.
523 * srconv.c (main): Likewise.
524 * strings.c (main): Likewise.
525 * sysdump.c (main): Likewise.
526 * windmc.c (main): Likewise.
527 * windres.c (main): Likewise.
528 * objcopy.c (main): Likewise.
529 (copy_relocations_in_section): Check for relocs without associated
530 symbol pointers.
531
532 2015-01-21 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
533
534 * MAINTAINERS: Add self to ARM maintainers list.
535
536 2015-01-21 Nick Clifton <nickc@redhat.com>
537
538 PR binutils/17512
539 * coffgrok.c (do_type): Check that computed ref exists.
540 (doit): Add range checks when computing section for scope.
541
542 2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
543
544 * dwarf.c (process_debug_info): Properly check abbrev size.
545
546 2015-01-12 Nick Clifton <nickc@redhat.com>
547
548 PR binutils/17531
549 * dwarf.c (process_debug_info): Check for abbrev_base being larger
550 than the section size.
551 (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU
552 arrays.
553 (xcalloc2): New function. Like xcalloc, but checks for overflow.
554 (display_debug_addr): Use xcalloc to allocate the debug_addr_info
555 array. Check for an address_base that is too large.
556
557 * dwarf.h (xcalloc2): Prototype.
558
559 2015-01-12 Alan Modra <amodra@gmail.com>
560
561 * prdbg.c (print_debugging_info): Don't use void* for function
562 pointer param.
563 * budbg.h (print_debugging_info): Update prototype.
564
565 2015-01-08 Nick Clifton <nickc@redhat.com>
566
567 PR binutils/17512
568 * ojcopy.c (copy_object): Free the symbol table if no symbols
569 could be loaded.
570 (copy_file): Use bfd_close_all_done to close files that could not
571 be copied.
572
573 * sysdump.c (getINT): Fail if reading off the end of the buffer.
574 Replace call to abort with a call to fatal.
575 (getCHARS): Prevetn reading off the end of the buffer.
576
577 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
578 associated symbol.
579 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
580 range before applying a reloc.
581
582 2015-01-07 Nick Clifton <nickc@redhat.com>
583
584 PR binutils/17512
585 * dlltool.c (scan_obj_file): Break loop if the last archive
586 displayed matches the current archive.
587
588 * objdump.c (display_any_bfd): Add a depth limit to nested archive
589 display in order to avoid infinite loops.
590 * srconv.c: Replace calls to abort with calls to fatal with an
591 error message.
592
593 2015-01-06 Nick Clifton <nickc@redhat.com>
594
595 PR binutils/17512
596 * coffdump.c (dump_coff_section): Check for a symbol being
597 available before printing its name.
598 (main): Check the return value from coff_grok.
599 * coffgrok.c: Reformat and tidy.
600 Add range checks to most functions.
601 (coff_grok): Return NULL if the input bfd is not in a COFF
602 format.
603 * coffgrok.h: Reformat and tidy.
604 (struct coff_section): Change the nrelocs field to unsigned.
605 * srconv.c (main): Check the return value from coff_grok.
606
607 2015-01-05 Nick Clifton <nickc@redhat.com>
608
609 PR binutils/17512
610 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
611 help initialize the info.elfinfo field.
612 (print_size_symbols): Add 'synth_count' parameter. Use it to set
613 the is_synthetic parameter when calling print_symbol.
614 (print_symbols): Likewise.
615 (display_rel_file): Pass synth_count to printing function.
616 (display_archive): Break loop if the last archive displayed
617 matches the current archive.
618 * size.c (display_archive): Likewise.
619
620 2015-01-05 Nick Clifton <nickc@redhat.com>
621
622 PR binutils/17531
623 * dwarf.c (alloc_num_debug_info_entries): New variable.
624 (process_debug_info): Set it. Use it to avoid displaying
625 attributes for which there is no info.
626 (display_debug_abbrev): Check that the debug_info_entry index is
627 valid before using it.
628 (display_loc_list_dwo): Likewise.
629 (process_cu_tu_index): Add range check for an overlarge dw_sect
630 value.
631 (free_debug_memory): Reset alloc_num_debug_info_entries.
632 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
633 be indentified.
634 (dynamic_section_mips_val): Warn if the timestamp is invalid.
635 (print_mips_got_entry): Add a data_end parameter. Warn if a read
636 would go beyond the end of the data, and return an error value.
637 (process_mips_specific): Do not read options from beyond the end
638 of the section.
639 Correct code to display optional data at the end of an option.
640 Warn if there are too many GOT symbols.
641 Update calls to print_mips_got_entry, and handle error returns.
642
643 2015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
644
645 PR binutils/17489
646 * doc/binutils.texi (dlltool): Correct description of --kill-at
647 option.
648
649 2015-01-01 Alan Modra <amodra@gmail.com>
650
651 * version.c (print_version): Just print current year.
652
653 2015-01-01 Alan Modra <amodra@gmail.com>
654
655 Update year range in copyright notice of all files.
656
657 For older changes see ChangeLog-2014
658 \f
659 Copyright (C) 2015 Free Software Foundation, Inc.
660
661 Copying and distribution of this file, with or without modification,
662 are permitted in any medium without royalty provided the copyright
663 notice and this notice are preserved.
664
665 Local Variables:
666 mode: change-log
667 left-margin: 8
668 fill-column: 74
669 version-control: never
670 End:
This page took 0.042269 seconds and 5 git commands to generate.