31a66963c5ff71d52ee2365cfb822df8d7dbca58
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2015-01-07 Nick Clifton <nickc@redhat.com>
2
3 PR binutils/17512
4 * objdump.c (display_any_bfd): Add a depth limit to nested archive
5 display in order to avoid infinite loops.
6 * srconv.c: Replace calls to abort with calls to fatal with an
7 error message.
8
9 2015-01-06 Nick Clifton <nickc@redhat.com>
10
11 PR binutils/17512
12 * coffdump.c (dump_coff_section): Check for a symbol being
13 available before printing its name.
14 (main): Check the return value from coff_grok.
15 * coffgrok.c: Reformat and tidy.
16 Add range checks to most functions.
17 (coff_grok): Return NULL if the input bfd is not in a COFF
18 format.
19 * coffgrok.h: Reformat and tidy.
20 (struct coff_section): Change the nrelocs field to unsigned.
21 * srconv.c (main): Check the return value from coff_grok.
22
23 2015-01-05 Nick Clifton <nickc@redhat.com>
24
25 PR binutils/17512
26 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
27 help initialize the info.elfinfo field.
28 (print_size_symbols): Add 'synth_count' parameter. Use it to set
29 the is_synthetic parameter when calling print_symbol.
30 (print_symbols): Likewise.
31 (display_rel_file): Pass synth_count to printing function.
32 (display_archive): Break loop if the last archive displayed
33 matches the current archive.
34 * size.c (display_archive): Likewise.
35
36 2015-01-05 Nick Clifton <nickc@redhat.com>
37
38 PR binutils/17531
39 * dwarf.c (alloc_num_debug_info_entries): New variable.
40 (process_debug_info): Set it. Use it to avoid displaying
41 attributes for which there is no info.
42 (display_debug_abbrev): Check that the debug_info_entry index is
43 valid before using it.
44 (display_loc_list_dwo): Likewise.
45 (process_cu_tu_index): Add range check for an overlarge dw_sect
46 value.
47 (free_debug_memory): Reset alloc_num_debug_info_entries.
48 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
49 be indentified.
50 (dynamic_section_mips_val): Warn if the timestamp is invalid.
51 (print_mips_got_entry): Add a data_end parameter. Warn if a read
52 would go beyond the end of the data, and return an error value.
53 (process_mips_specific): Do not read options from beyond the end
54 of the section.
55 Correct code to display optional data at the end of an option.
56 Warn if there are too many GOT symbols.
57 Update calls to print_mips_got_entry, and handle error returns.
58
59 2015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
60
61 PR binutils/17489
62 * doc/binutils.texi (dlltool): Correct description of --kill-at
63 option.
64
65 2015-01-01 Alan Modra <amodra@gmail.com>
66
67 * version.c (print_version): Just print current year.
68
69 2015-01-01 Alan Modra <amodra@gmail.com>
70
71 Update year range in copyright notice of all files.
72
73 For older changes see ChangeLog-2014
74 \f
75 Copyright (C) 2015 Free Software Foundation, Inc.
76
77 Copying and distribution of this file, with or without modification,
78 are permitted in any medium without royalty provided the copyright
79 notice and this notice are preserved.
80
81 Local Variables:
82 mode: change-log
83 left-margin: 8
84 fill-column: 74
85 version-control: never
86 End:
This page took 0.031225 seconds and 4 git commands to generate.