56df68f03c1b5ab273c6712b8edaf45f6d2443d9
[external/binutils.git] / binutils / ChangeLog
1 2014-04-07  Alan Modra  <amodra@gmail.com>
2
3         PR binutils/16811
4         * objcopy.c (copy_object): Error if no sections.
5
6 2014-04-03  Markus Trippelsdorf  <markus@trippelsdorf.de>
7
8         PR binutils/14698
9         ar.c: Set plugin_target early if plugins are supported.
10         nm.c: Likewise.
11
12 2014-04-03  Tristan Gingold  <gingold@adacore.com>
13
14         * od-macho.c (printf_uint64): New function.
15         (dump_load_command, dump_obj_compact_unwind): Use it.
16         (dump_exe_compact_unwind): Display personality functions.
17
18 2014-04-02  Tristan Gingold  <gingold@adacore.com>
19
20         * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
21         (options): Add entry for twolevel_hints.
22         (dump_data_in_code): Fix error message.
23         (dump_twolevel_hints): New function.
24         (dump_load_command): Handle prebound dylib, prebind cksum
25         and twolevel hints.
26         (mach_o_dump): Handle twolevel hints.
27
28 2014-04-01  Tristan Gingold  <gingold@adacore.com>
29
30         * od-macho.c (OPT_DATA_IN_CODE): New macro.
31         (options): Add entry for data in code.
32         (mach_o_help): Ditto.
33         (data_in_code_kind_name): New array.
34         (dump_data_in_code): New function.
35         (dump_load_command): Handle data in code.
36         (mach_o_dump): Ditto.
37         (dump_header): Display a terminal newline.
38
39 2014-03-27  Tristan Gingold  <gingold@adacore.com>
40
41         * od-macho.c (dump_load_command): Display value for
42         BFD_MACH_O_LC_DYLD_ENVIRONMENT.  Handle BFD_MACH_O_LC_DATA_IN_CODE
43         and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
44
45 2014-03-27  Tristan Gingold  <gingold@adacore.com>
46
47         * od-macho.c (OPT_FUNCTION_STARTS): New macro.
48         (options): Add entry for function_starts.
49         (mach_o_help): Ditto.
50         (disp_segment_prot): New function.
51         (dump_section_map): Call disp_segment_prot.
52         (dump_function_starts): New function.
53         (dump_obj_compact_unwind): Fix ouput indentation.
54         (dump_exe_compact_unwind): Fix ouput indentation.
55         (mach_o_dump): Handle function_starts.
56
57 2014-03-26  Tristan Gingold  <gingold@adacore.com>
58
59         * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
60
61 2014-03-24  Tristan Gingold  <gingold@adacore.com>
62
63         * objdump.c (load_specific_debug_section): Set address of section.
64
65 2014-03-24  Tristan Gingold  <gingold@adacore.com>
66
67         * od-macho.c (dump_unwind_encoding_x86): Set the factor.
68         (dump_exe_compact_unwind): Change the condition.  Improve
69         indentation.
70
71 2014-03-20  Nick Clifton  <nickc@redhat.com>
72
73         * readelf.c (process_version_sections): Fix off-by-one error in
74         previous delta.
75
76 2014-03-19  Nick Clifton  <nickc@redhat.com>
77
78         PR binutils/16723
79         * readelf.c (process_version_sections): Prevent an infinite loop
80         when the vn_next field is zero but there are still entries to be
81         processed.
82
83 2014-03-17  Tristan Gingold  <gingold@adacore.com>
84
85         * od-macho.c (dump_section_header): Renames of dump_section.
86         (dump_segment): Adjust after renaming.
87         (OPT_COMPACT_UNWIND): Define.
88         (options): Add compact unwind.
89         (mach_o_help): Document compact_unwind.
90         (unwind_x86_64_regs, unwind_x86_regs): New arrays.
91         (dump_unwind_encoding_x86, dump_unwind_encoding)
92         (dump_obj_compact_unwind, dump_exe_compact_unwind)
93         (dump_section_content): New functions.
94         (mach_o_dump): Handle compact unwind.
95
96 2014-03-17  Tristan Gingold  <gingold@adacore.com>
97
98         * od-macho.c (dump_load_command): Handle lazy load dylib.
99
100 2014-03-14  Anthony Green  <green@moxielogic.com>
101
102         * objcopy.c (copy_object): Check fwrite return code.
103
104 2014-03-14  Meador Inge  <meadori@codesourcery.com>
105
106          * dwarf.c (strnlen): Move prototype ...
107          * sysdep.h (strnlen): ... to here.
108
109 2014-03-12  Nick Clifton  <nickc@redhat.com>
110
111         PR binutils/16652
112         * doc/binutils.texi (ar cmdline): Move --plugin command line
113         option to after the command option.
114
115 2014-03-12  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
116
117         PR binutils/16567
118         * deflex.l: Add noinput and nounput options.
119
120 2014-03-12  Alan Modra  <amodra@gmail.com>
121
122         * Makefile.in: Regenerate.
123         * doc/Makefile.in: Regenerate.
124
125 2014-03-06  Nick Clifton  <nickc@redhat.com>
126
127         PR binutils/16664
128         * readelf.c (process_attributes): Add checks for corrupt
129         attribute section names.
130
131 2014-03-05  Alan Modra  <amodra@gmail.com>
132
133         Update copyright years.
134
135 2014-03-03  Alan Modra  <amodra@gmail.com>
136
137         * README: Add "Copyright Notices" paragraph.
138
139 2014-02-11  Cary Coutant  <ccoutant@google.com>
140
141         * binutils/dwarf.c (read_and_display_attr_value): Don't warn
142         for zero-length attribute value.
143
144 2014-02-10  Alan Modra  <amodra@gmail.com>
145
146         * po/binutils.pot: Regenerate.
147
148 2014-02-06  Andrew Pinski  <apinski@cavium.com>
149
150         * readelf.c  (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
151
152 2014-02-06  Cary Coutant  <ccoutant@google.com>
153
154         PR binutils/16444
155         * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
156
157 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
158
159         * version.c (print_version): Update copyright year to 2014.
160
161 2014-01-07  Tom Tromey  <tromey@redhat.com>
162
163         * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
164         stdarg macros.
165         * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
166         macros.
167         * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
168         stdarg macros.
169
170 2014-01-07  Tom Tromey  <tromey@redhat.com>
171
172         * coffgrok.h (coff_ofile): Don't use PARAMS.
173         * nlmheader.y (strerror): Don't use PARAMS.
174
175 For older changes see ChangeLog-2013
176 \f
177 Copyright (C) 2014 Free Software Foundation, Inc.
178
179 Copying and distribution of this file, with or without modification,
180 are permitted in any medium without royalty provided the copyright
181 notice and this notice are preserved.
182
183 Local Variables:
184 mode: change-log
185 left-margin: 8
186 fill-column: 74
187 version-control: never
188 End: