An off-by-one error in the code to catch bogus vn_next fields meant that
[binutils-gdb.git] / binutils / ChangeLog
1 2014-03-20 Nick Clifton <nickc@redhat.com>
2
3 * readelf.c (process_version_sections): Fix off-by-one error in
4 previous delta.
5
6 2014-03-19 Nick Clifton <nickc@redhat.com>
7
8 PR binutils/16723
9 * readelf.c (process_version_sections): Prevent an infinite loop
10 when the vn_next field is zero but there are still entries to be
11 processed.
12
13 2014-03-17 Tristan Gingold <gingold@adacore.com>
14
15 * od-macho.c (dump_section_header): Renames of dump_section.
16 (dump_segment): Adjust after renaming.
17 (OPT_COMPACT_UNWIND): Define.
18 (options): Add compact unwind.
19 (mach_o_help): Document compact_unwind.
20 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
21 (dump_unwind_encoding_x86, dump_unwind_encoding)
22 (dump_obj_compact_unwind, dump_exe_compact_unwind)
23 (dump_section_content): New functions.
24 (mach_o_dump): Handle compact unwind.
25
26 2014-03-17 Tristan Gingold <gingold@adacore.com>
27
28 * od-macho.c (dump_load_command): Handle lazy load dylib.
29
30 2014-03-14 Anthony Green <green@moxielogic.com>
31
32 * objcopy.c (copy_object): Check fwrite return code.
33
34 2014-03-14 Meador Inge <meadori@codesourcery.com>
35
36 * dwarf.c (strnlen): Move prototype ...
37 * sysdep.h (strnlen): ... to here.
38
39 2014-03-12 Nick Clifton <nickc@redhat.com>
40
41 PR binutils/16652
42 * doc/binutils.texi (ar cmdline): Move --plugin command line
43 option to after the command option.
44
45 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
46
47 PR binutils/16567
48 * deflex.l: Add noinput and nounput options.
49
50 2014-03-12 Alan Modra <amodra@gmail.com>
51
52 * Makefile.in: Regenerate.
53 * doc/Makefile.in: Regenerate.
54
55 2014-03-06 Nick Clifton <nickc@redhat.com>
56
57 PR binutils/16664
58 * readelf.c (process_attributes): Add checks for corrupt
59 attribute section names.
60
61 2014-03-05 Alan Modra <amodra@gmail.com>
62
63 Update copyright years.
64
65 2014-03-03 Alan Modra <amodra@gmail.com>
66
67 * README: Add "Copyright Notices" paragraph.
68
69 2014-02-11 Cary Coutant <ccoutant@google.com>
70
71 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
72 for zero-length attribute value.
73
74 2014-02-10 Alan Modra <amodra@gmail.com>
75
76 * po/binutils.pot: Regenerate.
77
78 2014-02-06 Andrew Pinski <apinski@cavium.com>
79
80 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
81
82 2014-02-06 Cary Coutant <ccoutant@google.com>
83
84 PR binutils/16444
85 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
86
87 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
88
89 * version.c (print_version): Update copyright year to 2014.
90
91 2014-01-07 Tom Tromey <tromey@redhat.com>
92
93 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
94 stdarg macros.
95 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
96 macros.
97 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
98 stdarg macros.
99
100 2014-01-07 Tom Tromey <tromey@redhat.com>
101
102 * coffgrok.h (coff_ofile): Don't use PARAMS.
103 * nlmheader.y (strerror): Don't use PARAMS.
104
105 For older changes see ChangeLog-2013
106 \f
107 Copyright (C) 2014 Free Software Foundation, Inc.
108
109 Copying and distribution of this file, with or without modification,
110 are permitted in any medium without royalty provided the copyright
111 notice and this notice are preserved.
112
113 Local Variables:
114 mode: change-log
115 left-margin: 8
116 fill-column: 74
117 version-control: never
118 End: