Update libtool.m4 from GCC trunk
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
2
3 * configure: Regenerated.
4
5 2014-11-21 Nick Clifton <nickc@redhat.com>
6
7 PR binutils/17512
8 * dwarf.c (get_encoded_value): Check for an encoded size of 0.
9 (display_debug_lines_raw): Check for an invalid line range value.
10 (display_debug_frames): Check for corrupt augmentation data.
11
12 2014-11-21 Nick Clifton <nickc@redhat.com>
13
14 PR binutils/17531
15 * readelf.c (process_version_sections): Prevent an infinite loop
16 processing corrupt version need data.
17 (process_corefile_note_segment): Handle corrupt notes.
18
19 2014-11-21 Terry Guo <terry.guo@arm.com>
20
21 * readelf.c (arm_attr_tag_FP_arch): Extended to support FPv5.
22
23 2014-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
24
25 * dwarf.c (process_extended_line_op): Fix signedness warning.
26
27 2014-11-18 Nick Clifton <nickc@redhat.com>
28
29 PR binutuls/17605
30 * bucomm.c (print_arelt_descr): Check for ctime returning NULL.
31
32 2014-11-18 Nick Clifton <nickc@redhat.com>
33
34 PR binutils/17512
35 * dwarf.c (get_encoded_value): Warn and return if the encoded
36 value is more than 64-bits long.
37 (SAFE_BYTE_GET): Do not attempt to read more than 64-bits.
38 (process_extended_line_op): Add more range checks.
39 (decode_location_expression): Use the return value from
40 display_block. Add more range checks.
41 (read_debug_line_header): Add range check.
42 (display_debug_lines_raw): Add range checks.
43 (display_debug_frames): Silently skip multiple zero terminators.
44 Add range checks.
45 (process_cu_tu_index): Check for non-existant or empty sections.
46 Use SAFE_BYTE_GET instead of byte_get.
47
48 2014-11-18 Nick Clifton <nickc@redhat.com>
49
50 PR binutils/17531
51 * readelf.c (get_unwind_section_word): Skip reloc processing if
52 there are no relocs associated with the section.
53 (decode_tic6x_unwind_bytecode): Warn and return if the stack
54 pointer adjustment falls off the end of the buffer.
55
56 2014-11-14 Nick Clifton <nickc@redhat.com>
57
58 PR binutils/17512
59 * dwarf.c (get_encoded_value): Add an 'end' parameter. Change the
60 'data' parameter to a double pointer and return the updated value.
61 (decode_location_expression): Update call to get_encoded_value.
62 (frame_need_space): Handle the case where one or both of the
63 mallocs fails.
64 (read_cie): Initialise the cie pointer, even if the read fails.
65 (display_debug_frames): Warn if the calculated block_end is before
66 the start of the block. Break the loop if the CIE could not be
67 read. Update call to get_encoded_value. Warn if the read CFA
68 expressions are too big.
69
70 2014-11-13 Nick Clifton <nickc@redhat.com>
71
72 PR binutils/17531
73 * readelf.c (process_version_sections): If the read of the version
74 def information fails, make sure that the external verdef data is
75 not used.
76 (get_dynamic_data): Do not attempt to allocate memory for more
77 dynamic data than there is in the file. If the read fails, free
78 the allocated buffer.
79 (process_symbol_table): Do not print dynamic information if we
80 were unable to read the dynamic symbol table.
81 (print_gnu_note): Do not print the note if the descsz is too
82 small.
83
84 2014-11-12 Nick Clifton <nickc@redhat.com>
85
86 PR binutils/17512
87 * dwarf.c (read_and_display_attr_value): Check that we do not read
88 past end.
89 (display_debug_pubnames_worker): Add range checks.
90 (process_debug_info): Check for invalid pointer sizes.
91 (display_loc_list): Likewise.
92 (display_loc_list_dwo): Likewise.
93 (display_debug_ranges): Likewise.
94 (display_debug_aranges): Check for invalid address size.
95 (read_cie): Add range checks. Replace call strchr with while loop.
96 * objdump.c (dump_dwarf): Replace abort with a warning message.
97 (print_section_stabs): Improve range checks.
98 * rdcoff.c (coff_get_slot): Use long for indx parameter type.
99 Add check for an excesively large index.
100 * rddbg.c (read_section_stabs_debugging_info): Zero terminate the
101 string table. Avoid walking off the end of the stabs data.
102 * stabs.c (parse_stab_string): Add check for a NULL name.
103
104 2014-11-11 Nick Clifton <nickc@redhat.com>
105
106 PR binutils/17531
107 * binutils/readelf.c (dynamic_nent): Change type to size_t.
108 (slurp_rela_relocs): Use size_t type for nrelas.
109 (slurp_rel_relocs): Likewise.
110 (get_program_headers): Improve out of memory error message.
111 (get_32bit_section_headers): Likewise.
112 (get_32bit_section_headers): Likewise.
113 (get_64bit_section_headers): Likewise.
114 (get_32bit_elf_symbols): Likewise.
115 (get_64bit_elf_symbols): Likewise.
116 (process_section_groups): Likewise.
117 (get_32bit_dynamic_section): Likewise.
118 (get_64bit_dynamic_section): Likewise.
119 (process_dynamic_section): Likewise.
120 (process_version_sections): Likewise.
121 (get_symbol_index_type): Likewise.
122 (process_mips_specific): Likewise.
123 (process_corefile_note_segment): Likewise.
124 (process_version_sections): Use size_t type for total.
125 (get_dynamic_data): Change type of number parameter to size_t.
126 Improve out of memory error messages.
127 (process_symbol_table): Change type of nbuckets and nchains to
128 size_t. Skip processing of sections headers if there are none.
129 Improve out of memory error messages.
130
131 2014-11-11 Nick Clifton <nickc@redhat.com>
132
133 * po/fr.po: Updated French translation.
134
135 2014-11-11 Nick Clifton <nickc@redhat.com>
136
137 PR binutils/17531
138 * readelf.c (display_arm_attribute): Avoid reading off the end of
139 the buffer when processing a Tag_nodefaults.
140
141 2014-11-10 Nick Clifton <nickc@redhat.com>
142
143 PR binutils/17531
144 * (ia64_process_unwind): Replace assertion with an error message.
145 Add range checking for group section indicies.
146 (hppa_process_unwind): Replace assertion with an error message.
147 (process_syminfo): Likewise.
148 (decode_arm_unwind_bytecode): Add range checking.
149 (dump_section_as_strings): Add more string range checking.
150 (display_tag_value): Likewise.
151 (display_arm_attribute): Likewise.
152 (display_gnu_attribute): Likewise.
153 (display_tic6x_attribute): Likewise.
154 (display_msp430x_attribute): Likewise.
155
156 2014-11-10 Nick Clifton <nickc@redhat.com>
157
158 PR binutils/17552
159 * (copy_archive): Clean up temporary files even if an error
160 occurs.
161
162 2014-11-07 H.J. Lu <hongjiu.lu@intel.com>
163
164 * readelf.c (process_dynamic_section): Cast time value to unsigned
165 long to print.
166
167 2014-11-07 Nick Clifton <nickc@redhat.com>
168
169 PR binutils/17531
170 * readelf.c (get_data): Avoid allocating memory when we know that
171 the read will fail.
172 (find_section_by_type): New function.
173 (get_unwind_section_word): Check for invalid symbol indicies.
174 Check for invalid reloc types.
175 (get_32bit_dynamic_section): Add range checks.
176 (get_64bit_dynamic_section): Add range checks.
177 (process_dynamic_section): Check for a corrupt time value.
178 (process_symbol_table): Add range checks.
179 (dump_section_as_strings): Add string length range checks.
180 (display_tag_value): Likewise.
181 (display_arm_attribute): Likewise.
182 (display_gnu_attribute): Likewise.
183 (display_tic6x_attribute): Likewise.
184 (display_msp430x_attribute): Likewise.
185 (process_mips_specific): Add range check.
186
187 2014-11-06 Nick Clifton <nickc@redhat.com>
188
189 PR binutils/17552, binutils/17533
190 * bucomm.c (is_valid_archive_path): New function. Returns false
191 for absolute pathnames and pathnames that include /../.
192 * bucomm.h (is_valid_archive_path): Add prototype.
193 * ar.c (extract_file): Use new function to check for valid
194 pathnames when extracting files from an archive.
195 * objcopy.c (copy_archive): Likewise.
196 * doc/binutils.texi: Update documentation to mention the
197 limitation on pathname of archive members.
198
199 2014-11-05 Nick Clifton <nickc@redhat.com>
200
201 PR binutils/17531
202 * readelf.c (printable_section_name): New function.
203 (printable_section_name_from_index): New function.
204 (dump_relocations): Use new function.
205 (process_program_headers, get_32bit_elf_symbols,
206 (get_64bit_elf_symbols, process_section_headers,
207 (process_section_groups, process_relocs, ia64_process_unwind,
208 (hppa_process_unwind, get_unwind_section_word, decode_arm_unwind,
209 (arm_process_unwind, process_version_sections,
210 (process_symbol_table, apply_relocations, get_section_contents,
211 (dump_section_as_strings, dump_section_as_bytes,
212 (display_debug_section, process_attributes, process_mips_specific,
213 (process_mips_specific process_gnu_liblist): Likewise.
214 (get_unwind_section_word): Check for a missing symbol table.
215 Replace aborts with error messages.
216 (arm_process_unwind): Check for a missing string table.
217 (process_attributes): Check for an attribute length that is too
218 small.
219 (process_mips_specific): Check for a corrupt GOT symbol offset.
220
221 2014-11-05 Nick Clifton <nickc@redhat.com>
222
223 PR binutils/17533
224 * bucomm.c (is_valid_archive_path): New function.
225 * bucomm.h (is_valid_archive_path): Prototype it.
226 * ar.c (extract_file): Call is_valid_archive_path to verify a
227 member filename before extracting it.
228 * objcopy.c (copy_archive): Likewise.
229
230 2014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
231
232 * readelf.c (process_mips_specific): Fix format string warning.
233
234 2014-11-04 Matthew Fortune <matthew.fortune@imgtec.com>
235
236 * readelf.c (process_mips_specific): Rename index to idx.
237
238 2014-11-04 Nick Clifton <nickc@redhat.com>
239
240 PR binutils/17531
241 * readelf.c (get_data): If the reason parameter is null, do not
242 print any error messages.
243 (get_32bit_section_headers): Verify section header entry size
244 before reading in the section headers.
245 (get_64bit_section_headers): Likewise.
246 (process_section_headers): Pass FALSE to get_section_headers.
247 (get_file_header): Pass TRUE to get_section_headers.
248 (process_dynamic_section): Change an assert to an error message.
249 (process_symbol_table): Handle corrupt histograms.
250
251 (get_32bit_program_headers): Verify program header entry size
252 before reading in the program headers.
253 (get_64bit_program_headers): Likewise.
254 (get_unwind_section_word): Do nothing if no section was provided.
255 Fail if the offset is outside of the section.
256 (print_dynamic_symbol): Catch out of range symbol indicies.
257 (process_mips_specific): Likewise.
258 (process_attributes): Make sure that there is enough space left in
259 the section before attempting to read the length of the next
260 attribute.
261
262 2014-11-03 Nick Clifton <nickc@redhat.com>
263
264 PR binutils/17512
265 * objdump.c (slurp_symtab): Fail gracefully if the table could not
266 be read.
267 (dump_relocs_in_section): Likewise.
268
269 2014-11-03 Nick Clifton <nickc@redhat.com>
270
271 * po/fi.po: Updated Finnish translation.
272 * po/sv.po: Updated Swedish translation.
273
274 2014-11-01 Hans-Peter Nilsson <hp@axis.com>
275
276 * readelf.c (get_32bit_elf_symbols): Cast error
277 parameters of bfd_size_type with the %lx format to
278 unsigned long.
279
280 2014-10-31 Andrew Pinski <apinski@cavium.com>
281 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
282
283 * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
284
285 2014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
286
287 * cxxfilt.c (main): Add case for dlang_demangling style.
288
289 2014-10-31 Nick Clifton <nickc@redhat.com>
290
291 PR binutils/17512
292 * readelf.c (process_program_headers): Avoid memory exhaustion due
293 to corrupt values in a dynamis segment header.
294 (get_32bit_elf_symbols): Do not attempt to read an over-large
295 section.
296 (get_64bit_elf_symbols): Likewise.
297
298 2014-10-31 Nick Clifton <nickc@redhat.com>
299
300 * strings.c: Add new command line option --data to only scan the
301 initialized, loadable data secions of binaries. Choose the
302 default behaviour of --all or --data based upon a configure
303 option.
304 * doc/binutils.texi (strings): Update documentation. Include
305 description of why the --data option might be unsafe.
306 * configure.ac: Add new option --disable-default-strings-all which
307 restores the old behaviour of strings using --data by default. If
308 the option is not used make strings use --all by default.
309 * NEWS: Mention the new behaviour of strings.
310 * configure: Regenerate.
311 * config.in: Regenerate.
312
313 2014-10-30 Nick Clifton <nickc@redhat.com>
314
315 * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
316 there is a single string for translation.
317 (dynamic_section_mips_val): Likewise.
318
319 2014-10-29 Nick Clifton <nickc@redhat.com>
320
321 * po/bg.po: Updated Bulgarian translation.
322 * po/sr.po: New Serbian translation.
323 * po/sv.po: Updated Swedish translation.
324
325 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
326
327 * readelf.c (print_mips_ases): Print unknown ASEs.
328 (print_mips_isa_ext): Print the value of an unknown extension.
329
330 2014-10-15 Tristan Gingold <gingold@adacore.com>
331
332 * configure: Regenerate.
333
334 2014-10-14 Tristan Gingold <gingold@adacore.com>
335
336 * NEWS: Add marker for 2.25.
337
338 2014-10-14 Alan Modra <amodra@gmail.com>
339
340 PR 17453
341 * dwarf.c (read_leb128): Avoid signed overflow.
342 (read_debug_line_header): Likewise.
343
344 2014-10-14 Alan Modra <amodra@gmail.com>
345
346 PR 17453
347 * readelf.c (process_program_headers): Correct fscanf format used
348 for interpreter.
349
350 2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
351
352 * readelf.c (display_sparc_hwcaps2): New function.
353 (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
354 handling `Tag_GNU_Sparc_HWCAPS2' attributes.
355
356 2014-09-22 Alan Modra <amodra@gmail.com>
357
358 PR 16563
359 * dwarf.c (GET): Remove semicolon.
360 (read_cie): New function, extracted from..
361 (display_debug_frames): ..here. Correctly handle signed offset
362 from FDE to CIE in .eh_frame. Decode forward referenced CIEs too.
363
364 2014-09-16 Nick Clifton <nickc@redhat.com>
365
366 * readelf.c (display_arm_attribute): Use unsigned int type for
367 tag, val and type variables.
368
369 2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
370
371 * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
372
373 2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
374 Matthew Fortune <matthew.fortune@imgtec.com>
375
376 * readelf.c (get_machine_flags): Add support for mips32r6 and
377 mips64r6.
378
379 2014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
380
381 * objcopy.c (is_nondebug_keep_contents_section): Change
382 '.build-id' to '.buildid'.
383
384 2014-08-22 Richard Henderson <rth@redhat.com>
385
386 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
387 * dwarf.c (dwarf_regnames_aarch64): New.
388 (init_dwarf_regnames_aarch64): New.
389 (init_dwarf_regnames): Call it.
390 * objdump.c (dump_dwarf): Likewise.
391
392 2014-08-19 Alan Modra <amodra@gmail.com>
393
394 * configure: Regenerate.
395
396 2014-08-14 Alan Modra <amodra@gmail.com>
397
398 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
399 * config.in: Regenerate.
400 * configure: Regenerate.
401
402 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
403
404 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
405 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
406 (display_mips_gnu_attribute): Abstracted fp abi printing to...
407 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
408 (print_mips_ases, print_mips_isa_ext): New static functions.
409 (get_mips_reg_size): Likewise.
410 (process_mips_specific): Display abiflags data.
411
412 2014-07-28 Alan Modra <amodra@gmail.com>
413
414 PR 13227
415 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
416
417 2014-07-07 Nick Clifton <nickc@redhat.com>
418
419 * readelf.c (get_symbol_type): Revert accidental change to
420 detection of thumb function symbols.
421
422 2014-07-04 Alan Modra <amodra@gmail.com>
423
424 * configure.ac: Rename from configure.in.
425 * Makefile.in: Regenerate.
426 * config.in: Regenerate.
427 * doc/Makefile.in: Regenerate.
428
429 2014-07-04 Alan Modra <amodra@gmail.com>
430
431 * configure.in: Include bfd/version.m4.
432 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
433 (BFD_VERSION): Delete.
434 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
435 * configure: Regenerate.
436 * Makefile.in: Regenerate.
437 * doc/Makefile.in: Regenerate.
438
439 2014-07-03 Tristan Gingold <gingold@adacore.com>
440
441 * doc/binutils.texi: Clarify addr2line output.
442
443 2014-07-01 Alan Modra <amodra@gmail.com>
444
445 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
446
447 2014-06-26 Erik Akermann <kurterikackermann@gmail.com>
448
449 * strings.c: Add -w/--include-all-whitespace option to include any
450 whitespace character in the displayed strings.
451 * NEWS: Mention the new feature.
452 * doc/binutils.texi (strings): Document the new command line
453 option.
454
455 2014-06-26 Nick Clifton <nickc@redhat.com>
456
457 * readelf.c (process_note_sections): If there are no note sections
458 try processing note segments instead.
459
460 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
461
462 PR binutils/16923
463 * rcparse.y (fixedverinfo): Prevent large version numbers from
464 corrupting other values.
465
466 2014-06-09 Romain Chastenet <romain.chastenet@free.fr>
467
468 PR binutils/16252
469 * dwarf.c (display_debug_frames): Remember the state of the
470 cfa_offset, cfa_reg, ra and cfa_exp field
471
472 2014-06-05 Joel Brobecker <brobecker@adacore.com>
473
474 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
475 bfd's development.sh.
476 * Makefile.in, configure: Regenerate.
477
478 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
479
480 * objcopy.c (is_nondebug_keep_contents_section): New function.
481 (setup_section): Use it.
482
483 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
484
485 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
486
487 2014-05-02 Alan Modra <amodra@gmail.com>
488
489 * emul_aix.c: Update bfd target vector naming.
490 * testsuite/binutils-all/objcopy.exp: Likewise.
491
492 2014-04-24 Christian Svensson <blue@cmd.nu>
493
494 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
495
496 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
497
498 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
499 command line option.
500
501 2014-04-22 Christian Svensson <blue@cmd.nu>
502
503 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
504
505 2014-04-18 Tristan Gingold <gingold@adacore.com>
506
507 * od-macho.c (dump_section_map): Adjust as load commands
508 are now chained.
509 (dump_load_command, dump_section_content): Likewise.
510
511 2014-04-16 Tristan Gingold <gingold@adacore.com>
512
513 * od-macho.c (OPT_DYLD_INFO): New macro.
514 (options): Add entry for dyld_info.
515 (mach_o_help): Likewise.
516 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
517 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
518 (bfd_mach_o_dyld_rebase_type_name): New array.
519 (export_info_data): New struct.
520 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
521 exports data.
522 (dump_load_command): Adjust dump_dyld_info call.
523 (mach_o_dump): Handle dyld_info.
524
525 2014-04-16 Tristan Gingold <gingold@adacore.com>
526
527 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
528 (dump_segment): Reformat output.
529 (dump_dyld_info): Also display end offsets.
530 (dump_load_command): Add IDX argument, display commands size
531 and offset, reformat display.
532 (dump_load_commands): Adjust for added argument.
533
534 2014-04-07 Alan Modra <amodra@gmail.com>
535
536 PR binutils/16811
537 * objcopy.c (copy_object): Error if no sections.
538
539 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
540
541 PR binutils/14698
542 ar.c: Set plugin_target early if plugins are supported.
543 nm.c: Likewise.
544
545 2014-04-03 Tristan Gingold <gingold@adacore.com>
546
547 * od-macho.c (printf_uint64): New function.
548 (dump_load_command, dump_obj_compact_unwind): Use it.
549 (dump_exe_compact_unwind): Display personality functions.
550
551 2014-04-02 Tristan Gingold <gingold@adacore.com>
552
553 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
554 (options): Add entry for twolevel_hints.
555 (dump_data_in_code): Fix error message.
556 (dump_twolevel_hints): New function.
557 (dump_load_command): Handle prebound dylib, prebind cksum
558 and twolevel hints.
559 (mach_o_dump): Handle twolevel hints.
560
561 2014-04-01 Tristan Gingold <gingold@adacore.com>
562
563 * od-macho.c (OPT_DATA_IN_CODE): New macro.
564 (options): Add entry for data in code.
565 (mach_o_help): Ditto.
566 (data_in_code_kind_name): New array.
567 (dump_data_in_code): New function.
568 (dump_load_command): Handle data in code.
569 (mach_o_dump): Ditto.
570 (dump_header): Display a terminal newline.
571
572 2014-03-27 Tristan Gingold <gingold@adacore.com>
573
574 * od-macho.c (dump_load_command): Display value for
575 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
576 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
577
578 2014-03-27 Tristan Gingold <gingold@adacore.com>
579
580 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
581 (options): Add entry for function_starts.
582 (mach_o_help): Ditto.
583 (disp_segment_prot): New function.
584 (dump_section_map): Call disp_segment_prot.
585 (dump_function_starts): New function.
586 (dump_obj_compact_unwind): Fix ouput indentation.
587 (dump_exe_compact_unwind): Fix ouput indentation.
588 (mach_o_dump): Handle function_starts.
589
590 2014-03-26 Tristan Gingold <gingold@adacore.com>
591
592 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
593
594 2014-03-24 Tristan Gingold <gingold@adacore.com>
595
596 * objdump.c (load_specific_debug_section): Set address of section.
597
598 2014-03-24 Tristan Gingold <gingold@adacore.com>
599
600 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
601 (dump_exe_compact_unwind): Change the condition. Improve
602 indentation.
603
604 2014-03-20 Nick Clifton <nickc@redhat.com>
605
606 * readelf.c (process_version_sections): Fix off-by-one error in
607 previous delta.
608
609 2014-03-19 Nick Clifton <nickc@redhat.com>
610
611 PR binutils/16723
612 * readelf.c (process_version_sections): Prevent an infinite loop
613 when the vn_next field is zero but there are still entries to be
614 processed.
615
616 2014-03-17 Tristan Gingold <gingold@adacore.com>
617
618 * od-macho.c (dump_section_header): Renames of dump_section.
619 (dump_segment): Adjust after renaming.
620 (OPT_COMPACT_UNWIND): Define.
621 (options): Add compact unwind.
622 (mach_o_help): Document compact_unwind.
623 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
624 (dump_unwind_encoding_x86, dump_unwind_encoding)
625 (dump_obj_compact_unwind, dump_exe_compact_unwind)
626 (dump_section_content): New functions.
627 (mach_o_dump): Handle compact unwind.
628
629 2014-03-17 Tristan Gingold <gingold@adacore.com>
630
631 * od-macho.c (dump_load_command): Handle lazy load dylib.
632
633 2014-03-14 Anthony Green <green@moxielogic.com>
634
635 * objcopy.c (copy_object): Check fwrite return code.
636
637 2014-03-14 Meador Inge <meadori@codesourcery.com>
638
639 * dwarf.c (strnlen): Move prototype ...
640 * sysdep.h (strnlen): ... to here.
641
642 2014-03-12 Nick Clifton <nickc@redhat.com>
643
644 PR binutils/16652
645 * doc/binutils.texi (ar cmdline): Move --plugin command line
646 option to after the command option.
647
648 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
649
650 PR binutils/16567
651 * deflex.l: Add noinput and nounput options.
652
653 2014-03-12 Alan Modra <amodra@gmail.com>
654
655 * Makefile.in: Regenerate.
656 * doc/Makefile.in: Regenerate.
657
658 2014-03-06 Nick Clifton <nickc@redhat.com>
659
660 PR binutils/16664
661 * readelf.c (process_attributes): Add checks for corrupt
662 attribute section names.
663
664 2014-03-05 Alan Modra <amodra@gmail.com>
665
666 Update copyright years.
667
668 2014-03-03 Alan Modra <amodra@gmail.com>
669
670 * README: Add "Copyright Notices" paragraph.
671
672 2014-02-11 Cary Coutant <ccoutant@google.com>
673
674 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
675 for zero-length attribute value.
676
677 2014-02-10 Alan Modra <amodra@gmail.com>
678
679 * po/binutils.pot: Regenerate.
680
681 2014-02-06 Andrew Pinski <apinski@cavium.com>
682
683 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
684
685 2014-02-06 Cary Coutant <ccoutant@google.com>
686
687 PR binutils/16444
688 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
689
690 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
691
692 * version.c (print_version): Update copyright year to 2014.
693
694 2014-01-07 Tom Tromey <tromey@redhat.com>
695
696 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
697 stdarg macros.
698 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
699 macros.
700 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
701 stdarg macros.
702
703 2014-01-07 Tom Tromey <tromey@redhat.com>
704
705 * coffgrok.h (coff_ofile): Don't use PARAMS.
706 * nlmheader.y (strerror): Don't use PARAMS.
707
708 For older changes see ChangeLog-2013
709 \f
710 Copyright (C) 2014 Free Software Foundation, Inc.
711
712 Copying and distribution of this file, with or without modification,
713 are permitted in any medium without royalty provided the copyright
714 notice and this notice are preserved.
715
716 Local Variables:
717 mode: change-log
718 left-margin: 8
719 fill-column: 74
720 version-control: never
721 End:
This page took 0.043841 seconds and 5 git commands to generate.