Rename 'descr' field in regset structure to 'regmap'.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
2
3 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
4 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
5 (display_mips_gnu_attribute): Abstracted fp abi printing to...
6 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
7 (print_mips_ases, print_mips_isa_ext): New static functions.
8 (get_mips_reg_size): Likewise.
9 (process_mips_specific): Display abiflags data.
10
11 2014-07-28 Alan Modra <amodra@gmail.com>
12
13 PR 13227
14 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
15
16 2014-07-07 Nick Clifton <nickc@redhat.com>
17
18 * readelf.c (get_symbol_type): Revert accidental change to
19 detection of thumb function symbols.
20
21 2014-07-04 Alan Modra <amodra@gmail.com>
22
23 * configure.ac: Rename from configure.in.
24 * Makefile.in: Regenerate.
25 * config.in: Regenerate.
26 * doc/Makefile.in: Regenerate.
27
28 2014-07-04 Alan Modra <amodra@gmail.com>
29
30 * configure.in: Include bfd/version.m4.
31 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
32 (BFD_VERSION): Delete.
33 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
34 * configure: Regenerate.
35 * Makefile.in: Regenerate.
36 * doc/Makefile.in: Regenerate.
37
38 2014-07-03 Tristan Gingold <gingold@adacore.com>
39
40 * doc/binutils.texi: Clarify addr2line output.
41
42 2014-07-01 Alan Modra <amodra@gmail.com>
43
44 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
45
46 2014-06-26 Erik Akermann <kurterikackermann@gmail.com>
47
48 * strings.c: Add -w/--include-all-whitespace option to include any
49 whitespace character in the displayed strings.
50 * NEWS: Mention the new feature.
51 * doc/binutils.texi (strings): Document the new command line
52 option.
53
54 2014-06-26 Nick Clifton <nickc@redhat.com>
55
56 * readelf.c (process_note_sections): If there are no note sections
57 try processing note segments instead.
58
59 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
60
61 PR binutils/16923
62 * rcparse.y (fixedverinfo): Prevent large version numbers from
63 corrupting other values.
64
65 2014-06-09 Romain Chastenet <romain.chastenet@free.fr>
66
67 PR binutils/16252
68 * dwarf.c (display_debug_frames): Remember the state of the
69 cfa_offset, cfa_reg, ra and cfa_exp field
70
71 2014-06-05 Joel Brobecker <brobecker@adacore.com>
72
73 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
74 bfd's development.sh.
75 * Makefile.in, configure: Regenerate.
76
77 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
78
79 * objcopy.c (is_nondebug_keep_contents_section): New function.
80 (setup_section): Use it.
81
82 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
83
84 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
85
86 2014-05-02 Alan Modra <amodra@gmail.com>
87
88 * emul_aix.c: Update bfd target vector naming.
89 * testsuite/binutils-all/objcopy.exp: Likewise.
90
91 2014-04-24 Christian Svensson <blue@cmd.nu>
92
93 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
94
95 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
96
97 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
98 command line option.
99
100 2014-04-22 Christian Svensson <blue@cmd.nu>
101
102 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
103
104 2014-04-18 Tristan Gingold <gingold@adacore.com>
105
106 * od-macho.c (dump_section_map): Adjust as load commands
107 are now chained.
108 (dump_load_command, dump_section_content): Likewise.
109
110 2014-04-16 Tristan Gingold <gingold@adacore.com>
111
112 * od-macho.c (OPT_DYLD_INFO): New macro.
113 (options): Add entry for dyld_info.
114 (mach_o_help): Likewise.
115 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
116 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
117 (bfd_mach_o_dyld_rebase_type_name): New array.
118 (export_info_data): New struct.
119 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
120 exports data.
121 (dump_load_command): Adjust dump_dyld_info call.
122 (mach_o_dump): Handle dyld_info.
123
124 2014-04-16 Tristan Gingold <gingold@adacore.com>
125
126 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
127 (dump_segment): Reformat output.
128 (dump_dyld_info): Also display end offsets.
129 (dump_load_command): Add IDX argument, display commands size
130 and offset, reformat display.
131 (dump_load_commands): Adjust for added argument.
132
133 2014-04-07 Alan Modra <amodra@gmail.com>
134
135 PR binutils/16811
136 * objcopy.c (copy_object): Error if no sections.
137
138 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
139
140 PR binutils/14698
141 ar.c: Set plugin_target early if plugins are supported.
142 nm.c: Likewise.
143
144 2014-04-03 Tristan Gingold <gingold@adacore.com>
145
146 * od-macho.c (printf_uint64): New function.
147 (dump_load_command, dump_obj_compact_unwind): Use it.
148 (dump_exe_compact_unwind): Display personality functions.
149
150 2014-04-02 Tristan Gingold <gingold@adacore.com>
151
152 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
153 (options): Add entry for twolevel_hints.
154 (dump_data_in_code): Fix error message.
155 (dump_twolevel_hints): New function.
156 (dump_load_command): Handle prebound dylib, prebind cksum
157 and twolevel hints.
158 (mach_o_dump): Handle twolevel hints.
159
160 2014-04-01 Tristan Gingold <gingold@adacore.com>
161
162 * od-macho.c (OPT_DATA_IN_CODE): New macro.
163 (options): Add entry for data in code.
164 (mach_o_help): Ditto.
165 (data_in_code_kind_name): New array.
166 (dump_data_in_code): New function.
167 (dump_load_command): Handle data in code.
168 (mach_o_dump): Ditto.
169 (dump_header): Display a terminal newline.
170
171 2014-03-27 Tristan Gingold <gingold@adacore.com>
172
173 * od-macho.c (dump_load_command): Display value for
174 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
175 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
176
177 2014-03-27 Tristan Gingold <gingold@adacore.com>
178
179 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
180 (options): Add entry for function_starts.
181 (mach_o_help): Ditto.
182 (disp_segment_prot): New function.
183 (dump_section_map): Call disp_segment_prot.
184 (dump_function_starts): New function.
185 (dump_obj_compact_unwind): Fix ouput indentation.
186 (dump_exe_compact_unwind): Fix ouput indentation.
187 (mach_o_dump): Handle function_starts.
188
189 2014-03-26 Tristan Gingold <gingold@adacore.com>
190
191 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
192
193 2014-03-24 Tristan Gingold <gingold@adacore.com>
194
195 * objdump.c (load_specific_debug_section): Set address of section.
196
197 2014-03-24 Tristan Gingold <gingold@adacore.com>
198
199 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
200 (dump_exe_compact_unwind): Change the condition. Improve
201 indentation.
202
203 2014-03-20 Nick Clifton <nickc@redhat.com>
204
205 * readelf.c (process_version_sections): Fix off-by-one error in
206 previous delta.
207
208 2014-03-19 Nick Clifton <nickc@redhat.com>
209
210 PR binutils/16723
211 * readelf.c (process_version_sections): Prevent an infinite loop
212 when the vn_next field is zero but there are still entries to be
213 processed.
214
215 2014-03-17 Tristan Gingold <gingold@adacore.com>
216
217 * od-macho.c (dump_section_header): Renames of dump_section.
218 (dump_segment): Adjust after renaming.
219 (OPT_COMPACT_UNWIND): Define.
220 (options): Add compact unwind.
221 (mach_o_help): Document compact_unwind.
222 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
223 (dump_unwind_encoding_x86, dump_unwind_encoding)
224 (dump_obj_compact_unwind, dump_exe_compact_unwind)
225 (dump_section_content): New functions.
226 (mach_o_dump): Handle compact unwind.
227
228 2014-03-17 Tristan Gingold <gingold@adacore.com>
229
230 * od-macho.c (dump_load_command): Handle lazy load dylib.
231
232 2014-03-14 Anthony Green <green@moxielogic.com>
233
234 * objcopy.c (copy_object): Check fwrite return code.
235
236 2014-03-14 Meador Inge <meadori@codesourcery.com>
237
238 * dwarf.c (strnlen): Move prototype ...
239 * sysdep.h (strnlen): ... to here.
240
241 2014-03-12 Nick Clifton <nickc@redhat.com>
242
243 PR binutils/16652
244 * doc/binutils.texi (ar cmdline): Move --plugin command line
245 option to after the command option.
246
247 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
248
249 PR binutils/16567
250 * deflex.l: Add noinput and nounput options.
251
252 2014-03-12 Alan Modra <amodra@gmail.com>
253
254 * Makefile.in: Regenerate.
255 * doc/Makefile.in: Regenerate.
256
257 2014-03-06 Nick Clifton <nickc@redhat.com>
258
259 PR binutils/16664
260 * readelf.c (process_attributes): Add checks for corrupt
261 attribute section names.
262
263 2014-03-05 Alan Modra <amodra@gmail.com>
264
265 Update copyright years.
266
267 2014-03-03 Alan Modra <amodra@gmail.com>
268
269 * README: Add "Copyright Notices" paragraph.
270
271 2014-02-11 Cary Coutant <ccoutant@google.com>
272
273 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
274 for zero-length attribute value.
275
276 2014-02-10 Alan Modra <amodra@gmail.com>
277
278 * po/binutils.pot: Regenerate.
279
280 2014-02-06 Andrew Pinski <apinski@cavium.com>
281
282 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
283
284 2014-02-06 Cary Coutant <ccoutant@google.com>
285
286 PR binutils/16444
287 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
288
289 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
290
291 * version.c (print_version): Update copyright year to 2014.
292
293 2014-01-07 Tom Tromey <tromey@redhat.com>
294
295 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
296 stdarg macros.
297 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
298 macros.
299 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
300 stdarg macros.
301
302 2014-01-07 Tom Tromey <tromey@redhat.com>
303
304 * coffgrok.h (coff_ofile): Don't use PARAMS.
305 * nlmheader.y (strerror): Don't use PARAMS.
306
307 For older changes see ChangeLog-2013
308 \f
309 Copyright (C) 2014 Free Software Foundation, Inc.
310
311 Copying and distribution of this file, with or without modification,
312 are permitted in any medium without royalty provided the copyright
313 notice and this notice are preserved.
314
315 Local Variables:
316 mode: change-log
317 left-margin: 8
318 fill-column: 74
319 version-control: never
320 End:
This page took 0.034965 seconds and 4 git commands to generate.