objdump: set address of debug sections.
[binutils-gdb.git] / binutils / ChangeLog
blobb9fa77d371e65c1fdb01223d4ca1da7d08083485
1 2014-03-26  Tristan Gingold  <gingold@adacore.com>
3         * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
5 2014-03-24  Tristan Gingold  <gingold@adacore.com>
7         * objdump.c (load_specific_debug_section): Set address of section.
9 2014-03-24  Tristan Gingold  <gingold@adacore.com>
11         * od-macho.c (dump_unwind_encoding_x86): Set the factor.
12         (dump_exe_compact_unwind): Change the condition.  Improve
13         indentation.
15 2014-03-20  Nick Clifton  <nickc@redhat.com>
17         * readelf.c (process_version_sections): Fix off-by-one error in
18         previous delta.
20 2014-03-19  Nick Clifton  <nickc@redhat.com>
22         PR binutils/16723
23         * readelf.c (process_version_sections): Prevent an infinite loop
24         when the vn_next field is zero but there are still entries to be
25         processed.
27 2014-03-17  Tristan Gingold  <gingold@adacore.com>
29         * od-macho.c (dump_section_header): Renames of dump_section.
30         (dump_segment): Adjust after renaming.
31         (OPT_COMPACT_UNWIND): Define.
32         (options): Add compact unwind.
33         (mach_o_help): Document compact_unwind.
34         (unwind_x86_64_regs, unwind_x86_regs): New arrays.
35         (dump_unwind_encoding_x86, dump_unwind_encoding)
36         (dump_obj_compact_unwind, dump_exe_compact_unwind)
37         (dump_section_content): New functions.
38         (mach_o_dump): Handle compact unwind.
40 2014-03-17  Tristan Gingold  <gingold@adacore.com>
42         * od-macho.c (dump_load_command): Handle lazy load dylib.
44 2014-03-14  Anthony Green  <green@moxielogic.com>
46         * objcopy.c (copy_object): Check fwrite return code.
48 2014-03-14  Meador Inge  <meadori@codesourcery.com>
50          * dwarf.c (strnlen): Move prototype ...
51          * sysdep.h (strnlen): ... to here.
53 2014-03-12  Nick Clifton  <nickc@redhat.com>
55         PR binutils/16652
56         * doc/binutils.texi (ar cmdline): Move --plugin command line
57         option to after the command option.
59 2014-03-12  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
61         PR binutils/16567
62         * deflex.l: Add noinput and nounput options.
64 2014-03-12  Alan Modra  <amodra@gmail.com>
66         * Makefile.in: Regenerate.
67         * doc/Makefile.in: Regenerate.
69 2014-03-06  Nick Clifton  <nickc@redhat.com>
71         PR binutils/16664
72         * readelf.c (process_attributes): Add checks for corrupt
73         attribute section names.
75 2014-03-05  Alan Modra  <amodra@gmail.com>
77         Update copyright years.
79 2014-03-03  Alan Modra  <amodra@gmail.com>
81         * README: Add "Copyright Notices" paragraph.
83 2014-02-11  Cary Coutant  <ccoutant@google.com>
85         * binutils/dwarf.c (read_and_display_attr_value): Don't warn
86         for zero-length attribute value.
88 2014-02-10  Alan Modra  <amodra@gmail.com>
90         * po/binutils.pot: Regenerate.
92 2014-02-06  Andrew Pinski  <apinski@cavium.com>
94         * readelf.c  (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
96 2014-02-06  Cary Coutant  <ccoutant@google.com>
98         PR binutils/16444
99         * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
101 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
103         * version.c (print_version): Update copyright year to 2014.
105 2014-01-07  Tom Tromey  <tromey@redhat.com>
107         * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
108         stdarg macros.
109         * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
110         macros.
111         * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
112         stdarg macros.
114 2014-01-07  Tom Tromey  <tromey@redhat.com>
116         * coffgrok.h (coff_ofile): Don't use PARAMS.
117         * nlmheader.y (strerror): Don't use PARAMS.
119 For older changes see ChangeLog-2013
121 Copyright (C) 2014 Free Software Foundation, Inc.
123 Copying and distribution of this file, with or without modification,
124 are permitted in any medium without royalty provided the copyright
125 notice and this notice are preserved.
127 Local Variables:
128 mode: change-log
129 left-margin: 8
130 fill-column: 74
131 version-control: never
132 End: