bfd target vector rationalisation
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2014-05-02 Alan Modra <amodra@gmail.com>
2
3 * emul_aix.c: Update bfd target vector naming.
4 * testsuite/binutils-all/objcopy.exp: Likewise.
5
6 2014-04-24 Christian Svensson <blue@cmd.nu>
7
8 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
9
10 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
11
12 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
13 command line option.
14
15 2014-04-22 Christian Svensson <blue@cmd.nu>
16
17 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
18
19 2014-04-18 Tristan Gingold <gingold@adacore.com>
20
21 * od-macho.c (dump_section_map): Adjust as load commands
22 are now chained.
23 (dump_load_command, dump_section_content): Likewise.
24
25 2014-04-16 Tristan Gingold <gingold@adacore.com>
26
27 * od-macho.c (OPT_DYLD_INFO): New macro.
28 (options): Add entry for dyld_info.
29 (mach_o_help): Likewise.
30 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
31 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
32 (bfd_mach_o_dyld_rebase_type_name): New array.
33 (export_info_data): New struct.
34 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
35 exports data.
36 (dump_load_command): Adjust dump_dyld_info call.
37 (mach_o_dump): Handle dyld_info.
38
39 2014-04-16 Tristan Gingold <gingold@adacore.com>
40
41 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
42 (dump_segment): Reformat output.
43 (dump_dyld_info): Also display end offsets.
44 (dump_load_command): Add IDX argument, display commands size
45 and offset, reformat display.
46 (dump_load_commands): Adjust for added argument.
47
48 2014-04-07 Alan Modra <amodra@gmail.com>
49
50 PR binutils/16811
51 * objcopy.c (copy_object): Error if no sections.
52
53 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
54
55 PR binutils/14698
56 ar.c: Set plugin_target early if plugins are supported.
57 nm.c: Likewise.
58
59 2014-04-03 Tristan Gingold <gingold@adacore.com>
60
61 * od-macho.c (printf_uint64): New function.
62 (dump_load_command, dump_obj_compact_unwind): Use it.
63 (dump_exe_compact_unwind): Display personality functions.
64
65 2014-04-02 Tristan Gingold <gingold@adacore.com>
66
67 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
68 (options): Add entry for twolevel_hints.
69 (dump_data_in_code): Fix error message.
70 (dump_twolevel_hints): New function.
71 (dump_load_command): Handle prebound dylib, prebind cksum
72 and twolevel hints.
73 (mach_o_dump): Handle twolevel hints.
74
75 2014-04-01 Tristan Gingold <gingold@adacore.com>
76
77 * od-macho.c (OPT_DATA_IN_CODE): New macro.
78 (options): Add entry for data in code.
79 (mach_o_help): Ditto.
80 (data_in_code_kind_name): New array.
81 (dump_data_in_code): New function.
82 (dump_load_command): Handle data in code.
83 (mach_o_dump): Ditto.
84 (dump_header): Display a terminal newline.
85
86 2014-03-27 Tristan Gingold <gingold@adacore.com>
87
88 * od-macho.c (dump_load_command): Display value for
89 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
90 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
91
92 2014-03-27 Tristan Gingold <gingold@adacore.com>
93
94 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
95 (options): Add entry for function_starts.
96 (mach_o_help): Ditto.
97 (disp_segment_prot): New function.
98 (dump_section_map): Call disp_segment_prot.
99 (dump_function_starts): New function.
100 (dump_obj_compact_unwind): Fix ouput indentation.
101 (dump_exe_compact_unwind): Fix ouput indentation.
102 (mach_o_dump): Handle function_starts.
103
104 2014-03-26 Tristan Gingold <gingold@adacore.com>
105
106 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
107
108 2014-03-24 Tristan Gingold <gingold@adacore.com>
109
110 * objdump.c (load_specific_debug_section): Set address of section.
111
112 2014-03-24 Tristan Gingold <gingold@adacore.com>
113
114 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
115 (dump_exe_compact_unwind): Change the condition. Improve
116 indentation.
117
118 2014-03-20 Nick Clifton <nickc@redhat.com>
119
120 * readelf.c (process_version_sections): Fix off-by-one error in
121 previous delta.
122
123 2014-03-19 Nick Clifton <nickc@redhat.com>
124
125 PR binutils/16723
126 * readelf.c (process_version_sections): Prevent an infinite loop
127 when the vn_next field is zero but there are still entries to be
128 processed.
129
130 2014-03-17 Tristan Gingold <gingold@adacore.com>
131
132 * od-macho.c (dump_section_header): Renames of dump_section.
133 (dump_segment): Adjust after renaming.
134 (OPT_COMPACT_UNWIND): Define.
135 (options): Add compact unwind.
136 (mach_o_help): Document compact_unwind.
137 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
138 (dump_unwind_encoding_x86, dump_unwind_encoding)
139 (dump_obj_compact_unwind, dump_exe_compact_unwind)
140 (dump_section_content): New functions.
141 (mach_o_dump): Handle compact unwind.
142
143 2014-03-17 Tristan Gingold <gingold@adacore.com>
144
145 * od-macho.c (dump_load_command): Handle lazy load dylib.
146
147 2014-03-14 Anthony Green <green@moxielogic.com>
148
149 * objcopy.c (copy_object): Check fwrite return code.
150
151 2014-03-14 Meador Inge <meadori@codesourcery.com>
152
153 * dwarf.c (strnlen): Move prototype ...
154 * sysdep.h (strnlen): ... to here.
155
156 2014-03-12 Nick Clifton <nickc@redhat.com>
157
158 PR binutils/16652
159 * doc/binutils.texi (ar cmdline): Move --plugin command line
160 option to after the command option.
161
162 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
163
164 PR binutils/16567
165 * deflex.l: Add noinput and nounput options.
166
167 2014-03-12 Alan Modra <amodra@gmail.com>
168
169 * Makefile.in: Regenerate.
170 * doc/Makefile.in: Regenerate.
171
172 2014-03-06 Nick Clifton <nickc@redhat.com>
173
174 PR binutils/16664
175 * readelf.c (process_attributes): Add checks for corrupt
176 attribute section names.
177
178 2014-03-05 Alan Modra <amodra@gmail.com>
179
180 Update copyright years.
181
182 2014-03-03 Alan Modra <amodra@gmail.com>
183
184 * README: Add "Copyright Notices" paragraph.
185
186 2014-02-11 Cary Coutant <ccoutant@google.com>
187
188 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
189 for zero-length attribute value.
190
191 2014-02-10 Alan Modra <amodra@gmail.com>
192
193 * po/binutils.pot: Regenerate.
194
195 2014-02-06 Andrew Pinski <apinski@cavium.com>
196
197 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
198
199 2014-02-06 Cary Coutant <ccoutant@google.com>
200
201 PR binutils/16444
202 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
203
204 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
205
206 * version.c (print_version): Update copyright year to 2014.
207
208 2014-01-07 Tom Tromey <tromey@redhat.com>
209
210 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
211 stdarg macros.
212 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
213 macros.
214 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
215 stdarg macros.
216
217 2014-01-07 Tom Tromey <tromey@redhat.com>
218
219 * coffgrok.h (coff_ofile): Don't use PARAMS.
220 * nlmheader.y (strerror): Don't use PARAMS.
221
222 For older changes see ChangeLog-2013
223 \f
224 Copyright (C) 2014 Free Software Foundation, Inc.
225
226 Copying and distribution of this file, with or without modification,
227 are permitted in any medium without royalty provided the copyright
228 notice and this notice are preserved.
229
230 Local Variables:
231 mode: change-log
232 left-margin: 8
233 fill-column: 74
234 version-control: never
235 End:
This page took 0.03504 seconds and 5 git commands to generate.