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