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