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