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