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