od-macho: dump compact unwind info.
[binutils-gdb.git] / binutils / ChangeLog
blob2a65f47db40401f38e921f44e5b5311c2307fa49
1 2014-03-17  Tristan Gingold  <gingold@adacore.com>
3         * od-macho.c (dump_section_header): Renames of dump_section.
4         (dump_segment): Adjust after renaming.
5         (OPT_COMPACT_UNWIND): Define.
6         (options): Add compact unwind.
7         (mach_o_help): Document compact_unwind.
8         (unwind_x86_64_regs, unwind_x86_regs): New arrays.
9         (dump_unwind_encoding_x86, dump_unwind_encoding)
10         (dump_obj_compact_unwind, dump_exe_compact_unwind)
11         (dump_section_content): New functions.
12         (mach_o_dump): Handle compact unwind.
14 2014-03-17  Tristan Gingold  <gingold@adacore.com>
16         * od-macho.c (dump_load_command): Handle lazy load dylib.
18 2014-03-14  Anthony Green  <green@moxielogic.com>
20         * objcopy.c (copy_object): Check fwrite return code.
22 2014-03-14  Meador Inge  <meadori@codesourcery.com>
24          * dwarf.c (strnlen): Move prototype ...
25          * sysdep.h (strnlen): ... to here.
27 2014-03-12  Nick Clifton  <nickc@redhat.com>
29         PR binutils/16652
30         * doc/binutils.texi (ar cmdline): Move --plugin command line
31         option to after the command option.
33 2014-03-12  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
35         PR binutils/16567
36         * deflex.l: Add noinput and nounput options.
38 2014-03-12  Alan Modra  <amodra@gmail.com>
40         * Makefile.in: Regenerate.
41         * doc/Makefile.in: Regenerate.
43 2014-03-06  Nick Clifton  <nickc@redhat.com>
45         PR binutils/16664
46         * readelf.c (process_attributes): Add checks for corrupt
47         attribute section names.
49 2014-03-05  Alan Modra  <amodra@gmail.com>
51         Update copyright years.
53 2014-03-03  Alan Modra  <amodra@gmail.com>
55         * README: Add "Copyright Notices" paragraph.
57 2014-02-11  Cary Coutant  <ccoutant@google.com>
59         * binutils/dwarf.c (read_and_display_attr_value): Don't warn
60         for zero-length attribute value.
62 2014-02-10  Alan Modra  <amodra@gmail.com>
64         * po/binutils.pot: Regenerate.
66 2014-02-06  Andrew Pinski  <apinski@cavium.com>
68         * readelf.c  (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
70 2014-02-06  Cary Coutant  <ccoutant@google.com>
72         PR binutils/16444
73         * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
75 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
77         * version.c (print_version): Update copyright year to 2014.
79 2014-01-07  Tom Tromey  <tromey@redhat.com>
81         * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
82         stdarg macros.
83         * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
84         macros.
85         * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
86         stdarg macros.
88 2014-01-07  Tom Tromey  <tromey@redhat.com>
90         * coffgrok.h (coff_ofile): Don't use PARAMS.
91         * nlmheader.y (strerror): Don't use PARAMS.
93 For older changes see ChangeLog-2013
95 Copyright (C) 2014 Free Software Foundation, Inc.
97 Copying and distribution of this file, with or without modification,
98 are permitted in any medium without royalty provided the copyright
99 notice and this notice are preserved.
101 Local Variables:
102 mode: change-log
103 left-margin: 8
104 fill-column: 74
105 version-control: never
106 End: