Change pe/coff build-id section name to '.buildid'
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
2
3 * objcopy.c (is_nondebug_keep_contents_section): Change
4 '.build-id' to '.buildid'.
5
6 2014-08-22 Richard Henderson <rth@redhat.com>
7
8 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
9 * dwarf.c (dwarf_regnames_aarch64): New.
10 (init_dwarf_regnames_aarch64): New.
11 (init_dwarf_regnames): Call it.
12 * objdump.c (dump_dwarf): Likewise.
13
14 2014-08-19 Alan Modra <amodra@gmail.com>
15
16 * configure: Regenerate.
17
18 2014-08-14 Alan Modra <amodra@gmail.com>
19
20 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
21 * config.in: Regenerate.
22 * configure: Regenerate.
23
24 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
25
26 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
27 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
28 (display_mips_gnu_attribute): Abstracted fp abi printing to...
29 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
30 (print_mips_ases, print_mips_isa_ext): New static functions.
31 (get_mips_reg_size): Likewise.
32 (process_mips_specific): Display abiflags data.
33
34 2014-07-28 Alan Modra <amodra@gmail.com>
35
36 PR 13227
37 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
38
39 2014-07-07 Nick Clifton <nickc@redhat.com>
40
41 * readelf.c (get_symbol_type): Revert accidental change to
42 detection of thumb function symbols.
43
44 2014-07-04 Alan Modra <amodra@gmail.com>
45
46 * configure.ac: Rename from configure.in.
47 * Makefile.in: Regenerate.
48 * config.in: Regenerate.
49 * doc/Makefile.in: Regenerate.
50
51 2014-07-04 Alan Modra <amodra@gmail.com>
52
53 * configure.in: Include bfd/version.m4.
54 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
55 (BFD_VERSION): Delete.
56 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
57 * configure: Regenerate.
58 * Makefile.in: Regenerate.
59 * doc/Makefile.in: Regenerate.
60
61 2014-07-03 Tristan Gingold <gingold@adacore.com>
62
63 * doc/binutils.texi: Clarify addr2line output.
64
65 2014-07-01 Alan Modra <amodra@gmail.com>
66
67 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
68
69 2014-06-26 Erik Akermann <kurterikackermann@gmail.com>
70
71 * strings.c: Add -w/--include-all-whitespace option to include any
72 whitespace character in the displayed strings.
73 * NEWS: Mention the new feature.
74 * doc/binutils.texi (strings): Document the new command line
75 option.
76
77 2014-06-26 Nick Clifton <nickc@redhat.com>
78
79 * readelf.c (process_note_sections): If there are no note sections
80 try processing note segments instead.
81
82 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
83
84 PR binutils/16923
85 * rcparse.y (fixedverinfo): Prevent large version numbers from
86 corrupting other values.
87
88 2014-06-09 Romain Chastenet <romain.chastenet@free.fr>
89
90 PR binutils/16252
91 * dwarf.c (display_debug_frames): Remember the state of the
92 cfa_offset, cfa_reg, ra and cfa_exp field
93
94 2014-06-05 Joel Brobecker <brobecker@adacore.com>
95
96 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
97 bfd's development.sh.
98 * Makefile.in, configure: Regenerate.
99
100 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
101
102 * objcopy.c (is_nondebug_keep_contents_section): New function.
103 (setup_section): Use it.
104
105 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
106
107 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
108
109 2014-05-02 Alan Modra <amodra@gmail.com>
110
111 * emul_aix.c: Update bfd target vector naming.
112 * testsuite/binutils-all/objcopy.exp: Likewise.
113
114 2014-04-24 Christian Svensson <blue@cmd.nu>
115
116 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
117
118 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
119
120 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
121 command line option.
122
123 2014-04-22 Christian Svensson <blue@cmd.nu>
124
125 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
126
127 2014-04-18 Tristan Gingold <gingold@adacore.com>
128
129 * od-macho.c (dump_section_map): Adjust as load commands
130 are now chained.
131 (dump_load_command, dump_section_content): Likewise.
132
133 2014-04-16 Tristan Gingold <gingold@adacore.com>
134
135 * od-macho.c (OPT_DYLD_INFO): New macro.
136 (options): Add entry for dyld_info.
137 (mach_o_help): Likewise.
138 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
139 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
140 (bfd_mach_o_dyld_rebase_type_name): New array.
141 (export_info_data): New struct.
142 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
143 exports data.
144 (dump_load_command): Adjust dump_dyld_info call.
145 (mach_o_dump): Handle dyld_info.
146
147 2014-04-16 Tristan Gingold <gingold@adacore.com>
148
149 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
150 (dump_segment): Reformat output.
151 (dump_dyld_info): Also display end offsets.
152 (dump_load_command): Add IDX argument, display commands size
153 and offset, reformat display.
154 (dump_load_commands): Adjust for added argument.
155
156 2014-04-07 Alan Modra <amodra@gmail.com>
157
158 PR binutils/16811
159 * objcopy.c (copy_object): Error if no sections.
160
161 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
162
163 PR binutils/14698
164 ar.c: Set plugin_target early if plugins are supported.
165 nm.c: Likewise.
166
167 2014-04-03 Tristan Gingold <gingold@adacore.com>
168
169 * od-macho.c (printf_uint64): New function.
170 (dump_load_command, dump_obj_compact_unwind): Use it.
171 (dump_exe_compact_unwind): Display personality functions.
172
173 2014-04-02 Tristan Gingold <gingold@adacore.com>
174
175 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
176 (options): Add entry for twolevel_hints.
177 (dump_data_in_code): Fix error message.
178 (dump_twolevel_hints): New function.
179 (dump_load_command): Handle prebound dylib, prebind cksum
180 and twolevel hints.
181 (mach_o_dump): Handle twolevel hints.
182
183 2014-04-01 Tristan Gingold <gingold@adacore.com>
184
185 * od-macho.c (OPT_DATA_IN_CODE): New macro.
186 (options): Add entry for data in code.
187 (mach_o_help): Ditto.
188 (data_in_code_kind_name): New array.
189 (dump_data_in_code): New function.
190 (dump_load_command): Handle data in code.
191 (mach_o_dump): Ditto.
192 (dump_header): Display a terminal newline.
193
194 2014-03-27 Tristan Gingold <gingold@adacore.com>
195
196 * od-macho.c (dump_load_command): Display value for
197 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
198 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
199
200 2014-03-27 Tristan Gingold <gingold@adacore.com>
201
202 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
203 (options): Add entry for function_starts.
204 (mach_o_help): Ditto.
205 (disp_segment_prot): New function.
206 (dump_section_map): Call disp_segment_prot.
207 (dump_function_starts): New function.
208 (dump_obj_compact_unwind): Fix ouput indentation.
209 (dump_exe_compact_unwind): Fix ouput indentation.
210 (mach_o_dump): Handle function_starts.
211
212 2014-03-26 Tristan Gingold <gingold@adacore.com>
213
214 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
215
216 2014-03-24 Tristan Gingold <gingold@adacore.com>
217
218 * objdump.c (load_specific_debug_section): Set address of section.
219
220 2014-03-24 Tristan Gingold <gingold@adacore.com>
221
222 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
223 (dump_exe_compact_unwind): Change the condition. Improve
224 indentation.
225
226 2014-03-20 Nick Clifton <nickc@redhat.com>
227
228 * readelf.c (process_version_sections): Fix off-by-one error in
229 previous delta.
230
231 2014-03-19 Nick Clifton <nickc@redhat.com>
232
233 PR binutils/16723
234 * readelf.c (process_version_sections): Prevent an infinite loop
235 when the vn_next field is zero but there are still entries to be
236 processed.
237
238 2014-03-17 Tristan Gingold <gingold@adacore.com>
239
240 * od-macho.c (dump_section_header): Renames of dump_section.
241 (dump_segment): Adjust after renaming.
242 (OPT_COMPACT_UNWIND): Define.
243 (options): Add compact unwind.
244 (mach_o_help): Document compact_unwind.
245 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
246 (dump_unwind_encoding_x86, dump_unwind_encoding)
247 (dump_obj_compact_unwind, dump_exe_compact_unwind)
248 (dump_section_content): New functions.
249 (mach_o_dump): Handle compact unwind.
250
251 2014-03-17 Tristan Gingold <gingold@adacore.com>
252
253 * od-macho.c (dump_load_command): Handle lazy load dylib.
254
255 2014-03-14 Anthony Green <green@moxielogic.com>
256
257 * objcopy.c (copy_object): Check fwrite return code.
258
259 2014-03-14 Meador Inge <meadori@codesourcery.com>
260
261 * dwarf.c (strnlen): Move prototype ...
262 * sysdep.h (strnlen): ... to here.
263
264 2014-03-12 Nick Clifton <nickc@redhat.com>
265
266 PR binutils/16652
267 * doc/binutils.texi (ar cmdline): Move --plugin command line
268 option to after the command option.
269
270 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
271
272 PR binutils/16567
273 * deflex.l: Add noinput and nounput options.
274
275 2014-03-12 Alan Modra <amodra@gmail.com>
276
277 * Makefile.in: Regenerate.
278 * doc/Makefile.in: Regenerate.
279
280 2014-03-06 Nick Clifton <nickc@redhat.com>
281
282 PR binutils/16664
283 * readelf.c (process_attributes): Add checks for corrupt
284 attribute section names.
285
286 2014-03-05 Alan Modra <amodra@gmail.com>
287
288 Update copyright years.
289
290 2014-03-03 Alan Modra <amodra@gmail.com>
291
292 * README: Add "Copyright Notices" paragraph.
293
294 2014-02-11 Cary Coutant <ccoutant@google.com>
295
296 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
297 for zero-length attribute value.
298
299 2014-02-10 Alan Modra <amodra@gmail.com>
300
301 * po/binutils.pot: Regenerate.
302
303 2014-02-06 Andrew Pinski <apinski@cavium.com>
304
305 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
306
307 2014-02-06 Cary Coutant <ccoutant@google.com>
308
309 PR binutils/16444
310 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
311
312 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
313
314 * version.c (print_version): Update copyright year to 2014.
315
316 2014-01-07 Tom Tromey <tromey@redhat.com>
317
318 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
319 stdarg macros.
320 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
321 macros.
322 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
323 stdarg macros.
324
325 2014-01-07 Tom Tromey <tromey@redhat.com>
326
327 * coffgrok.h (coff_ofile): Don't use PARAMS.
328 * nlmheader.y (strerror): Don't use PARAMS.
329
330 For older changes see ChangeLog-2013
331 \f
332 Copyright (C) 2014 Free Software Foundation, Inc.
333
334 Copying and distribution of this file, with or without modification,
335 are permitted in any medium without royalty provided the copyright
336 notice and this notice are preserved.
337
338 Local Variables:
339 mode: change-log
340 left-margin: 8
341 fill-column: 74
342 version-control: never
343 End:
This page took 0.039992 seconds and 4 git commands to generate.