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