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