]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
gas: allow labeling of CFI instructions
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
b38ead21
AM
12015-01-12 Alan Modra <amodra@gmail.com>
2
3 * prdbg.c (print_debugging_info): Don't use void* for function
4 pointer param.
5 * budbg.h (print_debugging_info): Update prototype.
6
3565cf8f
NC
72015-01-08 Nick Clifton <nickc@redhat.com>
8
9 PR binutils/17512
063bb025
NC
10 * ojcopy.c (copy_object): Free the symbol table if no symbols
11 could be loaded.
12 (copy_file): Use bfd_close_all_done to close files that could not
13 be copied.
14
848cde35
NC
15 * sysdump.c (getINT): Fail if reading off the end of the buffer.
16 Replace call to abort with a call to fatal.
17 (getCHARS): Prevetn reading off the end of the buffer.
18
3565cf8f
NC
19 * nlmconv.c (i386_mangle_relocs): Skip relocs without an
20 associated symbol.
21 (powerpc_mangle_relocs): Skip unrecognised relocs. Check address
22 range before applying a reloc.
23
c88f5b8e
NC
242015-01-07 Nick Clifton <nickc@redhat.com>
25
26 PR binutils/17512
d7b24d29
NC
27 * dlltool.c (scan_obj_file): Break loop if the last archive
28 displayed matches the current archive.
29
c88f5b8e
NC
30 * objdump.c (display_any_bfd): Add a depth limit to nested archive
31 display in order to avoid infinite loops.
32 * srconv.c: Replace calls to abort with calls to fatal with an
33 error message.
34
85880250
NC
352015-01-06 Nick Clifton <nickc@redhat.com>
36
37 PR binutils/17512
38 * coffdump.c (dump_coff_section): Check for a symbol being
39 available before printing its name.
40 (main): Check the return value from coff_grok.
41 * coffgrok.c: Reformat and tidy.
42 Add range checks to most functions.
43 (coff_grok): Return NULL if the input bfd is not in a COFF
44 format.
45 * coffgrok.h: Reformat and tidy.
46 (struct coff_section): Change the nrelocs field to unsigned.
47 * srconv.c (main): Check the return value from coff_grok.
48
896ca098
NC
492015-01-05 Nick Clifton <nickc@redhat.com>
50
51 PR binutils/17512
52 * nm.c (print_symbol): Add 'is_synthetic' parameter. Use it to
53 help initialize the info.elfinfo field.
54 (print_size_symbols): Add 'synth_count' parameter. Use it to set
55 the is_synthetic parameter when calling print_symbol.
56 (print_symbols): Likewise.
57 (display_rel_file): Pass synth_count to printing function.
58 (display_archive): Break loop if the last archive displayed
59 matches the current archive.
60 * size.c (display_archive): Likewise.
61
82b1b41b
NC
622015-01-05 Nick Clifton <nickc@redhat.com>
63
64 PR binutils/17531
65 * dwarf.c (alloc_num_debug_info_entries): New variable.
66 (process_debug_info): Set it. Use it to avoid displaying
67 attributes for which there is no info.
68 (display_debug_abbrev): Check that the debug_info_entry index is
69 valid before using it.
70 (display_loc_list_dwo): Likewise.
71 (process_cu_tu_index): Add range check for an overlarge dw_sect
72 value.
73 (free_debug_memory): Reset alloc_num_debug_info_entries.
74 * readelf.c (slurp_ia64_unwind_table): Warn if the reloc could not
75 be indentified.
76 (dynamic_section_mips_val): Warn if the timestamp is invalid.
77 (print_mips_got_entry): Add a data_end parameter. Warn if a read
78 would go beyond the end of the data, and return an error value.
79 (process_mips_specific): Do not read options from beyond the end
80 of the section.
81 Correct code to display optional data at the end of an option.
82 Warn if there are too many GOT symbols.
83 Update calls to print_mips_got_entry, and handle error returns.
84
c1724c7f
DK
852015-01-05 Daniel Klauer <daniel.c.klauer@web.de>
86
87 PR binutils/17489
88 * doc/binutils.texi (dlltool): Correct description of --kill-at
89 option.
90
efd321f9
AM
912015-01-01 Alan Modra <amodra@gmail.com>
92
93 * version.c (print_version): Just print current year.
94
b90efa5b 952015-01-01 Alan Modra <amodra@gmail.com>
5c294fee 96
b90efa5b 97 Update year range in copyright notice of all files.
5c294fee 98
b90efa5b 99For older changes see ChangeLog-2014
252b5132 100\f
b90efa5b 101Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
102
103Copying and distribution of this file, with or without modification,
104are permitted in any medium without royalty provided the copyright
105notice and this notice are preserved.
106
252b5132
RH
107Local Variables:
108mode: change-log
109left-margin: 8
110fill-column: 74
111version-control: never
112End: