mach-o: display data_in_code.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2014-04-01 Tristan Gingold <gingold@adacore.com>
2
3 * od-macho.c (OPT_DATA_IN_CODE): New macro.
4 (options): Add entry for data in code.
5 (mach_o_help): Ditto.
6 (data_in_code_kind_name): New array.
7 (dump_data_in_code): New function.
8 (dump_load_command): Handle data in code.
9 (mach_o_dump): Ditto.
10 (dump_header): Display a terminal newline.
11
12 2014-03-27 Tristan Gingold <gingold@adacore.com>
13
14 * od-macho.c (dump_load_command): Display value for
15 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
16 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
17
18 2014-03-27 Tristan Gingold <gingold@adacore.com>
19
20 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
21 (options): Add entry for function_starts.
22 (mach_o_help): Ditto.
23 (disp_segment_prot): New function.
24 (dump_section_map): Call disp_segment_prot.
25 (dump_function_starts): New function.
26 (dump_obj_compact_unwind): Fix ouput indentation.
27 (dump_exe_compact_unwind): Fix ouput indentation.
28 (mach_o_dump): Handle function_starts.
29
30 2014-03-26 Tristan Gingold <gingold@adacore.com>
31
32 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
33
34 2014-03-24 Tristan Gingold <gingold@adacore.com>
35
36 * objdump.c (load_specific_debug_section): Set address of section.
37
38 2014-03-24 Tristan Gingold <gingold@adacore.com>
39
40 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
41 (dump_exe_compact_unwind): Change the condition. Improve
42 indentation.
43
44 2014-03-20 Nick Clifton <nickc@redhat.com>
45
46 * readelf.c (process_version_sections): Fix off-by-one error in
47 previous delta.
48
49 2014-03-19 Nick Clifton <nickc@redhat.com>
50
51 PR binutils/16723
52 * readelf.c (process_version_sections): Prevent an infinite loop
53 when the vn_next field is zero but there are still entries to be
54 processed.
55
56 2014-03-17 Tristan Gingold <gingold@adacore.com>
57
58 * od-macho.c (dump_section_header): Renames of dump_section.
59 (dump_segment): Adjust after renaming.
60 (OPT_COMPACT_UNWIND): Define.
61 (options): Add compact unwind.
62 (mach_o_help): Document compact_unwind.
63 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
64 (dump_unwind_encoding_x86, dump_unwind_encoding)
65 (dump_obj_compact_unwind, dump_exe_compact_unwind)
66 (dump_section_content): New functions.
67 (mach_o_dump): Handle compact unwind.
68
69 2014-03-17 Tristan Gingold <gingold@adacore.com>
70
71 * od-macho.c (dump_load_command): Handle lazy load dylib.
72
73 2014-03-14 Anthony Green <green@moxielogic.com>
74
75 * objcopy.c (copy_object): Check fwrite return code.
76
77 2014-03-14 Meador Inge <meadori@codesourcery.com>
78
79 * dwarf.c (strnlen): Move prototype ...
80 * sysdep.h (strnlen): ... to here.
81
82 2014-03-12 Nick Clifton <nickc@redhat.com>
83
84 PR binutils/16652
85 * doc/binutils.texi (ar cmdline): Move --plugin command line
86 option to after the command option.
87
88 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
89
90 PR binutils/16567
91 * deflex.l: Add noinput and nounput options.
92
93 2014-03-12 Alan Modra <amodra@gmail.com>
94
95 * Makefile.in: Regenerate.
96 * doc/Makefile.in: Regenerate.
97
98 2014-03-06 Nick Clifton <nickc@redhat.com>
99
100 PR binutils/16664
101 * readelf.c (process_attributes): Add checks for corrupt
102 attribute section names.
103
104 2014-03-05 Alan Modra <amodra@gmail.com>
105
106 Update copyright years.
107
108 2014-03-03 Alan Modra <amodra@gmail.com>
109
110 * README: Add "Copyright Notices" paragraph.
111
112 2014-02-11 Cary Coutant <ccoutant@google.com>
113
114 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
115 for zero-length attribute value.
116
117 2014-02-10 Alan Modra <amodra@gmail.com>
118
119 * po/binutils.pot: Regenerate.
120
121 2014-02-06 Andrew Pinski <apinski@cavium.com>
122
123 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
124
125 2014-02-06 Cary Coutant <ccoutant@google.com>
126
127 PR binutils/16444
128 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
129
130 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
131
132 * version.c (print_version): Update copyright year to 2014.
133
134 2014-01-07 Tom Tromey <tromey@redhat.com>
135
136 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
137 stdarg macros.
138 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
139 macros.
140 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
141 stdarg macros.
142
143 2014-01-07 Tom Tromey <tromey@redhat.com>
144
145 * coffgrok.h (coff_ofile): Don't use PARAMS.
146 * nlmheader.y (strerror): Don't use PARAMS.
147
148 For older changes see ChangeLog-2013
149 \f
150 Copyright (C) 2014 Free Software Foundation, Inc.
151
152 Copying and distribution of this file, with or without modification,
153 are permitted in any medium without royalty provided the copyright
154 notice and this notice are preserved.
155
156 Local Variables:
157 mode: change-log
158 left-margin: 8
159 fill-column: 74
160 version-control: never
161 End:
This page took 0.031445 seconds and 4 git commands to generate.