]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/ChangeLog
* configure.ac: Add od-elf32_avr to build.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
1 2014-12-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2
3 * configure.ac: Add od-elf32_avr to build.
4 * configure: Regenerate.
5 * od-elf32_avr.c: New file.
6 * objdump.h: Declare objdump_private_desc_elf32_avr.
7
8 2014-12-06 Eric Botcazou <ebotcazou@adacore.com>
9
10 * readelf.c: Include elf/visium.h.
11 (guess_is_rela): Deal with EM_VISIUM.
12 (dump_relocations): Likewise.
13 (get_machine_name): Likewise.
14 (get_machine_flags): Likewise.
15 (get_osabi_name): Likewise.
16 (is_32bit_abs_reloc): Likewise.
17 (is_32bit_pcrel_reloc): Likewise.
18 (is_16bit_abs_reloc): Likewise.
19
20 2014-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
21
22 * readelf.c (decode_AVR_machine_flags): New function.
23 (get_machine_flags): Add EM_AVR case.
24
25 2014-12-03 Nick Clifton <nickc@redhat.com>
26
27 PR binutils/17512
28 * objdump.c (free_debug_section): Reset the compress_status as
29 well.
30
31 2014-12-03 Nick Clifton <nickc@redhat.com>
32
33 PR binutils/17531
34 * readelf.c (get_machine_flags): Replace call to abort with a
35 warning message and a return value.
36 (get_elf_section_flags): Likewise.
37 (get_symbol_visibility): Likewise.
38 (get_ia64_symbol_other): Likewise.
39 (get_ia64_symbol_other): Likewise.
40 (is_32bit_abs_reloc): Likewise.
41 (apply_relocations): Likewise.
42 (display_arm_attribute): Likewise.
43
44 2014-12-02 Denis Chertykov <chertykov@gmail.com>
45
46 * MAINTAINERS: Fix my email address.
47
48 2014-12-01 H.J. Lu <hongjiu.lu@intel.com>
49
50 * dwarf.c (process_cu_tu_index): Properly check for an out of
51 range row index.
52
53 2014-12-01 Nick Clifton <nickc@redhat.com>
54
55 PR binutils/17512
56 * dwarf.h (struct dwarf_section): Add user_data field.
57 * dwarf.c (frame_need_space): Check for an over large register
58 number.
59 (display_debug_frames): Check the return value from
60 frame_need_space. Check for a CFA expression that is so long the
61 start address wraps around.
62 (debug_displays): Initialise the user_data field.
63 * objdump.c (load_specific_debug_section): Save the BFD section
64 pointer in the user_data field of the dwarf_section structure.
65 (free_debug_section): Update BFD section data when freeing section
66 contents.
67 * readelf.c (load_specific_debug_section): Initialise the
68 user_data field.
69
70 2014-12-01 Nick Clifton <nickc@redhat.com>
71
72 PR binutils/17531
73 * dwarf.c (process_cu_tu_index): Check for an out of range row
74 index.
75 * elfcomm.c (adjust_relative_path): Change name_len parameter to
76 an unsigned long. Check for path length overflow.
77 (process_archive_index_and_symbols): Check for invalid header
78 size.
79 (setup_archive): Add checks for invalid archives.
80 (get_archive_member_name): Add range checks.
81 * elfcomm.h (adjust_relative_path): Update prototyoe.
82 * readelf.c (process_archive): Add range checks.
83
84 2014-11-28 Alan Modra <amodra@gmail.com>
85
86 * readelf.c (get_32bit_elf_symbols): Cast bfd_size_type values to
87 unsigned long for %lx.
88 (get_64bit_elf_symbols, process_section_groups): Likewise.
89
90 2014-11-27 Espen Grindhaug <espen@grindhaug.org>
91 Nick Clifton <nickc@redhat.com>
92
93 PR binutils/17531
94 * readelf.c (get_data): Move excessive length check to earlier on
95 in the function and allow for wraparound in the arithmetic.
96 (get_32bit_elf_symbols): Terminate early if the section size is
97 zero. Check for an invalid sh_entsize. Check for an index
98 section with an invalid size.
99 (get_64bit_elf_symbols): Likewise.
100 (process_section_groups): Check for an invalid sh_entsize.
101
102 2014-11-24 Mark Wielaard <mjw@redhat.com>
103
104 * dwarf.c (read_and_display_attr_value): Handle DW_LANG_C11,
105 DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
106
107 2014-11-26 Nick Clifton <nickc@redhat.com>
108
109 PR binutils/17512
110 * dwarf.c (display_block): Do nothing if the block starts after
111 the end of the buffer.
112 (read_and_display_attr_value): Add range checks.
113 (struct Frame_Chunk): Make the ncols and ra fields unsigned.
114 (frame_need_space): Test for an ncols of zero.
115 (read_cie): Fail if the augmentation data extends off the end of
116 the buffer.
117 (display_debug_frames): Add checks for read_cie failing. Add
118 range checks.
119
120 2014-11-25 H.J. Lu <hongjiu.lu@intel.com>
121
122 * objdump.c (objdump_print_symname): Replace
123 bfd_elf_get_symbol_version_string with
124 bfd_get_symbol_version_string.
125
126 2014-11-25 H.J. Lu <hongjiu.lu@intel.com>
127
128 PR binutils/16496
129 * objdump.c (objdump_print_symname): Call
130 bfd_elf_get_symbol_version_string to get ELF symbol version
131 string. Append version string if needed.
132
133 * readelf.c (versioned_symbol_info): New enum.
134 (get_symbol_version_string): New. Extracted from
135 process_symbol_table.
136 (dump_relocations): Add a new argument to indicate if dynamic
137 symbol table is used. Use get_symbol_version_string to get
138 symbol version string for dynamic symbol. Append version string
139 if needed.
140 (process_relocs): Updated dump_relocations call.
141 (process_symbol_table): Use get_symbol_version_string.
142
143 2014-11-24 H.J. Lu <hongjiu.lu@intel.com>
144
145 * configure: Regenerated.
146
147 2014-11-21 Nick Clifton <nickc@redhat.com>
148
149 PR binutils/17512
150 * dwarf.c (get_encoded_value): Check for an encoded size of 0.
151 (display_debug_lines_raw): Check for an invalid line range value.
152 (display_debug_frames): Check for corrupt augmentation data.
153
154 2014-11-21 Nick Clifton <nickc@redhat.com>
155
156 PR binutils/17531
157 * readelf.c (process_version_sections): Prevent an infinite loop
158 processing corrupt version need data.
159 (process_corefile_note_segment): Handle corrupt notes.
160
161 2014-11-21 Terry Guo <terry.guo@arm.com>
162
163 * readelf.c (arm_attr_tag_FP_arch): Extended to support FPv5.
164
165 2014-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
166
167 * dwarf.c (process_extended_line_op): Fix signedness warning.
168
169 2014-11-18 Nick Clifton <nickc@redhat.com>
170
171 PR binutuls/17605
172 * bucomm.c (print_arelt_descr): Check for ctime returning NULL.
173
174 2014-11-18 Nick Clifton <nickc@redhat.com>
175
176 PR binutils/17512
177 * dwarf.c (get_encoded_value): Warn and return if the encoded
178 value is more than 64-bits long.
179 (SAFE_BYTE_GET): Do not attempt to read more than 64-bits.
180 (process_extended_line_op): Add more range checks.
181 (decode_location_expression): Use the return value from
182 display_block. Add more range checks.
183 (read_debug_line_header): Add range check.
184 (display_debug_lines_raw): Add range checks.
185 (display_debug_frames): Silently skip multiple zero terminators.
186 Add range checks.
187 (process_cu_tu_index): Check for non-existant or empty sections.
188 Use SAFE_BYTE_GET instead of byte_get.
189
190 2014-11-18 Nick Clifton <nickc@redhat.com>
191
192 PR binutils/17531
193 * readelf.c (get_unwind_section_word): Skip reloc processing if
194 there are no relocs associated with the section.
195 (decode_tic6x_unwind_bytecode): Warn and return if the stack
196 pointer adjustment falls off the end of the buffer.
197
198 2014-11-14 Nick Clifton <nickc@redhat.com>
199
200 PR binutils/17512
201 * dwarf.c (get_encoded_value): Add an 'end' parameter. Change the
202 'data' parameter to a double pointer and return the updated value.
203 (decode_location_expression): Update call to get_encoded_value.
204 (frame_need_space): Handle the case where one or both of the
205 mallocs fails.
206 (read_cie): Initialise the cie pointer, even if the read fails.
207 (display_debug_frames): Warn if the calculated block_end is before
208 the start of the block. Break the loop if the CIE could not be
209 read. Update call to get_encoded_value. Warn if the read CFA
210 expressions are too big.
211
212 2014-11-13 Nick Clifton <nickc@redhat.com>
213
214 PR binutils/17531
215 * readelf.c (process_version_sections): If the read of the version
216 def information fails, make sure that the external verdef data is
217 not used.
218 (get_dynamic_data): Do not attempt to allocate memory for more
219 dynamic data than there is in the file. If the read fails, free
220 the allocated buffer.
221 (process_symbol_table): Do not print dynamic information if we
222 were unable to read the dynamic symbol table.
223 (print_gnu_note): Do not print the note if the descsz is too
224 small.
225
226 2014-11-12 Nick Clifton <nickc@redhat.com>
227
228 PR binutils/17512
229 * dwarf.c (read_and_display_attr_value): Check that we do not read
230 past end.
231 (display_debug_pubnames_worker): Add range checks.
232 (process_debug_info): Check for invalid pointer sizes.
233 (display_loc_list): Likewise.
234 (display_loc_list_dwo): Likewise.
235 (display_debug_ranges): Likewise.
236 (display_debug_aranges): Check for invalid address size.
237 (read_cie): Add range checks. Replace call strchr with while loop.
238 * objdump.c (dump_dwarf): Replace abort with a warning message.
239 (print_section_stabs): Improve range checks.
240 * rdcoff.c (coff_get_slot): Use long for indx parameter type.
241 Add check for an excesively large index.
242 * rddbg.c (read_section_stabs_debugging_info): Zero terminate the
243 string table. Avoid walking off the end of the stabs data.
244 * stabs.c (parse_stab_string): Add check for a NULL name.
245
246 2014-11-11 Nick Clifton <nickc@redhat.com>
247
248 PR binutils/17531
249 * binutils/readelf.c (dynamic_nent): Change type to size_t.
250 (slurp_rela_relocs): Use size_t type for nrelas.
251 (slurp_rel_relocs): Likewise.
252 (get_program_headers): Improve out of memory error message.
253 (get_32bit_section_headers): Likewise.
254 (get_32bit_section_headers): Likewise.
255 (get_64bit_section_headers): Likewise.
256 (get_32bit_elf_symbols): Likewise.
257 (get_64bit_elf_symbols): Likewise.
258 (process_section_groups): Likewise.
259 (get_32bit_dynamic_section): Likewise.
260 (get_64bit_dynamic_section): Likewise.
261 (process_dynamic_section): Likewise.
262 (process_version_sections): Likewise.
263 (get_symbol_index_type): Likewise.
264 (process_mips_specific): Likewise.
265 (process_corefile_note_segment): Likewise.
266 (process_version_sections): Use size_t type for total.
267 (get_dynamic_data): Change type of number parameter to size_t.
268 Improve out of memory error messages.
269 (process_symbol_table): Change type of nbuckets and nchains to
270 size_t. Skip processing of sections headers if there are none.
271 Improve out of memory error messages.
272
273 2014-11-11 Nick Clifton <nickc@redhat.com>
274
275 * po/fr.po: Updated French translation.
276
277 2014-11-11 Nick Clifton <nickc@redhat.com>
278
279 PR binutils/17531
280 * readelf.c (display_arm_attribute): Avoid reading off the end of
281 the buffer when processing a Tag_nodefaults.
282
283 2014-11-10 Nick Clifton <nickc@redhat.com>
284
285 PR binutils/17531
286 * (ia64_process_unwind): Replace assertion with an error message.
287 Add range checking for group section indicies.
288 (hppa_process_unwind): Replace assertion with an error message.
289 (process_syminfo): Likewise.
290 (decode_arm_unwind_bytecode): Add range checking.
291 (dump_section_as_strings): Add more string range checking.
292 (display_tag_value): Likewise.
293 (display_arm_attribute): Likewise.
294 (display_gnu_attribute): Likewise.
295 (display_tic6x_attribute): Likewise.
296 (display_msp430x_attribute): Likewise.
297
298 2014-11-10 Nick Clifton <nickc@redhat.com>
299
300 PR binutils/17552
301 * (copy_archive): Clean up temporary files even if an error
302 occurs.
303
304 2014-11-07 H.J. Lu <hongjiu.lu@intel.com>
305
306 * readelf.c (process_dynamic_section): Cast time value to unsigned
307 long to print.
308
309 2014-11-07 Nick Clifton <nickc@redhat.com>
310
311 PR binutils/17531
312 * readelf.c (get_data): Avoid allocating memory when we know that
313 the read will fail.
314 (find_section_by_type): New function.
315 (get_unwind_section_word): Check for invalid symbol indicies.
316 Check for invalid reloc types.
317 (get_32bit_dynamic_section): Add range checks.
318 (get_64bit_dynamic_section): Add range checks.
319 (process_dynamic_section): Check for a corrupt time value.
320 (process_symbol_table): Add range checks.
321 (dump_section_as_strings): Add string length range checks.
322 (display_tag_value): Likewise.
323 (display_arm_attribute): Likewise.
324 (display_gnu_attribute): Likewise.
325 (display_tic6x_attribute): Likewise.
326 (display_msp430x_attribute): Likewise.
327 (process_mips_specific): Add range check.
328
329 2014-11-06 Nick Clifton <nickc@redhat.com>
330
331 PR binutils/17552, binutils/17533
332 * bucomm.c (is_valid_archive_path): New function. Returns false
333 for absolute pathnames and pathnames that include /../.
334 * bucomm.h (is_valid_archive_path): Add prototype.
335 * ar.c (extract_file): Use new function to check for valid
336 pathnames when extracting files from an archive.
337 * objcopy.c (copy_archive): Likewise.
338 * doc/binutils.texi: Update documentation to mention the
339 limitation on pathname of archive members.
340
341 2014-11-05 Nick Clifton <nickc@redhat.com>
342
343 PR binutils/17531
344 * readelf.c (printable_section_name): New function.
345 (printable_section_name_from_index): New function.
346 (dump_relocations): Use new function.
347 (process_program_headers, get_32bit_elf_symbols,
348 (get_64bit_elf_symbols, process_section_headers,
349 (process_section_groups, process_relocs, ia64_process_unwind,
350 (hppa_process_unwind, get_unwind_section_word, decode_arm_unwind,
351 (arm_process_unwind, process_version_sections,
352 (process_symbol_table, apply_relocations, get_section_contents,
353 (dump_section_as_strings, dump_section_as_bytes,
354 (display_debug_section, process_attributes, process_mips_specific,
355 (process_mips_specific process_gnu_liblist): Likewise.
356 (get_unwind_section_word): Check for a missing symbol table.
357 Replace aborts with error messages.
358 (arm_process_unwind): Check for a missing string table.
359 (process_attributes): Check for an attribute length that is too
360 small.
361 (process_mips_specific): Check for a corrupt GOT symbol offset.
362
363 2014-11-05 Nick Clifton <nickc@redhat.com>
364
365 PR binutils/17533
366 * bucomm.c (is_valid_archive_path): New function.
367 * bucomm.h (is_valid_archive_path): Prototype it.
368 * ar.c (extract_file): Call is_valid_archive_path to verify a
369 member filename before extracting it.
370 * objcopy.c (copy_archive): Likewise.
371
372 2014-11-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
373
374 * readelf.c (process_mips_specific): Fix format string warning.
375
376 2014-11-04 Matthew Fortune <matthew.fortune@imgtec.com>
377
378 * readelf.c (process_mips_specific): Rename index to idx.
379
380 2014-11-04 Nick Clifton <nickc@redhat.com>
381
382 PR binutils/17531
383 * readelf.c (get_data): If the reason parameter is null, do not
384 print any error messages.
385 (get_32bit_section_headers): Verify section header entry size
386 before reading in the section headers.
387 (get_64bit_section_headers): Likewise.
388 (process_section_headers): Pass FALSE to get_section_headers.
389 (get_file_header): Pass TRUE to get_section_headers.
390 (process_dynamic_section): Change an assert to an error message.
391 (process_symbol_table): Handle corrupt histograms.
392
393 (get_32bit_program_headers): Verify program header entry size
394 before reading in the program headers.
395 (get_64bit_program_headers): Likewise.
396 (get_unwind_section_word): Do nothing if no section was provided.
397 Fail if the offset is outside of the section.
398 (print_dynamic_symbol): Catch out of range symbol indicies.
399 (process_mips_specific): Likewise.
400 (process_attributes): Make sure that there is enough space left in
401 the section before attempting to read the length of the next
402 attribute.
403
404 2014-11-03 Nick Clifton <nickc@redhat.com>
405
406 PR binutils/17512
407 * objdump.c (slurp_symtab): Fail gracefully if the table could not
408 be read.
409 (dump_relocs_in_section): Likewise.
410
411 2014-11-03 Nick Clifton <nickc@redhat.com>
412
413 * po/fi.po: Updated Finnish translation.
414 * po/sv.po: Updated Swedish translation.
415
416 2014-11-01 Hans-Peter Nilsson <hp@axis.com>
417
418 * readelf.c (get_32bit_elf_symbols): Cast error
419 parameters of bfd_size_type with the %lx format to
420 unsigned long.
421
422 2014-10-31 Andrew Pinski <apinski@cavium.com>
423 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
424
425 * readelf.c (print_mips_isa_ext): Print the value of Octeon3.
426
427 2014-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
428
429 * cxxfilt.c (main): Add case for dlang_demangling style.
430
431 2014-10-31 Nick Clifton <nickc@redhat.com>
432
433 PR binutils/17512
434 * readelf.c (process_program_headers): Avoid memory exhaustion due
435 to corrupt values in a dynamis segment header.
436 (get_32bit_elf_symbols): Do not attempt to read an over-large
437 section.
438 (get_64bit_elf_symbols): Likewise.
439
440 2014-10-31 Nick Clifton <nickc@redhat.com>
441
442 * strings.c: Add new command line option --data to only scan the
443 initialized, loadable data secions of binaries. Choose the
444 default behaviour of --all or --data based upon a configure
445 option.
446 * doc/binutils.texi (strings): Update documentation. Include
447 description of why the --data option might be unsafe.
448 * configure.ac: Add new option --disable-default-strings-all which
449 restores the old behaviour of strings using --data by default. If
450 the option is not used make strings use --all by default.
451 * NEWS: Mention the new behaviour of strings.
452 * configure: Regenerate.
453 * config.in: Regenerate.
454
455 2014-10-30 Nick Clifton <nickc@redhat.com>
456
457 * readelf.c (CHECK_ENTSIZE_VALUES): Rewrite error message so that
458 there is a single string for translation.
459 (dynamic_section_mips_val): Likewise.
460
461 2014-10-29 Nick Clifton <nickc@redhat.com>
462
463 * po/bg.po: Updated Bulgarian translation.
464 * po/sr.po: New Serbian translation.
465 * po/sv.po: Updated Swedish translation.
466
467 2014-10-22 Matthew Fortune <matthew.fortune@imgtec.com>
468
469 * readelf.c (print_mips_ases): Print unknown ASEs.
470 (print_mips_isa_ext): Print the value of an unknown extension.
471
472 2014-10-15 Tristan Gingold <gingold@adacore.com>
473
474 * configure: Regenerate.
475
476 2014-10-14 Tristan Gingold <gingold@adacore.com>
477
478 * NEWS: Add marker for 2.25.
479
480 2014-10-14 Alan Modra <amodra@gmail.com>
481
482 PR 17453
483 * dwarf.c (read_leb128): Avoid signed overflow.
484 (read_debug_line_header): Likewise.
485
486 2014-10-14 Alan Modra <amodra@gmail.com>
487
488 PR 17453
489 * readelf.c (process_program_headers): Correct fscanf format used
490 for interpreter.
491
492 2014-10-09 Jose E. Marchesi <jose.marchesi@oracle.com>
493
494 * readelf.c (display_sparc_hwcaps2): New function.
495 (display_sparc_gnu_attribute): Call `display_sparc_hwcaps2' when
496 handling `Tag_GNU_Sparc_HWCAPS2' attributes.
497
498 2014-09-22 Alan Modra <amodra@gmail.com>
499
500 PR 16563
501 * dwarf.c (GET): Remove semicolon.
502 (read_cie): New function, extracted from..
503 (display_debug_frames): ..here. Correctly handle signed offset
504 from FDE to CIE in .eh_frame. Decode forward referenced CIEs too.
505
506 2014-09-16 Nick Clifton <nickc@redhat.com>
507
508 * readelf.c (display_arm_attribute): Use unsigned int type for
509 tag, val and type variables.
510
511 2014-09-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
512
513 * readelf.c (decode_NDS32_machine_flags): Display ABI2 FP+.
514
515 2014-09-15 Andrew Bennett <andrew.bennett@imgtec.com>
516 Matthew Fortune <matthew.fortune@imgtec.com>
517
518 * readelf.c (get_machine_flags): Add support for mips32r6 and
519 mips64r6.
520
521 2014-09-01 Jon TURNEY <jon.turney@dronecode.org.uk>
522
523 * objcopy.c (is_nondebug_keep_contents_section): Change
524 '.build-id' to '.buildid'.
525
526 2014-08-22 Richard Henderson <rth@redhat.com>
527
528 * dwarf.h (init_dwarf_regnames_aarch64): Declare.
529 * dwarf.c (dwarf_regnames_aarch64): New.
530 (init_dwarf_regnames_aarch64): New.
531 (init_dwarf_regnames): Call it.
532 * objdump.c (dump_dwarf): Likewise.
533
534 2014-08-19 Alan Modra <amodra@gmail.com>
535
536 * configure: Regenerate.
537
538 2014-08-14 Alan Modra <amodra@gmail.com>
539
540 * configure.ac: Move ACX_LARGEFILE after LT_INIT.
541 * config.in: Regenerate.
542 * configure: Regenerate.
543
544 2014-07-29 Matthew Fortune <matthew.fortune@imgtec.com>
545
546 * readelf.c (get_mips_segment_type): Display name for PT_MIPS_ABIFLAGS.
547 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
548 (display_mips_gnu_attribute): Abstracted fp abi printing to...
549 (print_mips_fp_abi_value): New static function. Handle new FP ABIs.
550 (print_mips_ases, print_mips_isa_ext): New static functions.
551 (get_mips_reg_size): Likewise.
552 (process_mips_specific): Display abiflags data.
553
554 2014-07-28 Alan Modra <amodra@gmail.com>
555
556 PR 13227
557 * nm.c (filter_symbols): Warn on __gnu_lto_slim.
558
559 2014-07-07 Nick Clifton <nickc@redhat.com>
560
561 * readelf.c (get_symbol_type): Revert accidental change to
562 detection of thumb function symbols.
563
564 2014-07-04 Alan Modra <amodra@gmail.com>
565
566 * configure.ac: Rename from configure.in.
567 * Makefile.in: Regenerate.
568 * config.in: Regenerate.
569 * doc/Makefile.in: Regenerate.
570
571 2014-07-04 Alan Modra <amodra@gmail.com>
572
573 * configure.in: Include bfd/version.m4.
574 (AC_INIT, AM_INIT_AUTOMAKE): Use modern form.
575 (BFD_VERSION): Delete.
576 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Remove bfd/configure.in.
577 * configure: Regenerate.
578 * Makefile.in: Regenerate.
579 * doc/Makefile.in: Regenerate.
580
581 2014-07-03 Tristan Gingold <gingold@adacore.com>
582
583 * doc/binutils.texi: Clarify addr2line output.
584
585 2014-07-01 Alan Modra <amodra@gmail.com>
586
587 * objdump.c (dump_bfd_header): Don't print HAS_LOAD_PAGE.
588
589 2014-06-26 Erik Akermann <kurterikackermann@gmail.com>
590
591 * strings.c: Add -w/--include-all-whitespace option to include any
592 whitespace character in the displayed strings.
593 * NEWS: Mention the new feature.
594 * doc/binutils.texi (strings): Document the new command line
595 option.
596
597 2014-06-26 Nick Clifton <nickc@redhat.com>
598
599 * readelf.c (process_note_sections): If there are no note sections
600 try processing note segments instead.
601
602 2014-06-17 Anton Lavrentiwev <lavr@ncbi.nim.nih.gov>
603
604 PR binutils/16923
605 * rcparse.y (fixedverinfo): Prevent large version numbers from
606 corrupting other values.
607
608 2014-06-09 Romain Chastenet <romain.chastenet@free.fr>
609
610 PR binutils/16252
611 * dwarf.c (display_debug_frames): Remember the state of the
612 cfa_offset, cfa_reg, ra and cfa_exp field
613
614 2014-06-05 Joel Brobecker <brobecker@adacore.com>
615
616 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add dependency on
617 bfd's development.sh.
618 * Makefile.in, configure: Regenerate.
619
620 2014-05-16 Jon Turney <jon.turney@dronecode.org.uk>
621
622 * objcopy.c (is_nondebug_keep_contents_section): New function.
623 (setup_section): Use it.
624
625 2014-05-16 Kaushik Phata <Kaushik.Phatak@kpit.com>
626
627 * readelf.c (get_machine_flags): Handle RL78 64-bit doubles flag.
628
629 2014-05-02 Alan Modra <amodra@gmail.com>
630
631 * emul_aix.c: Update bfd target vector naming.
632 * testsuite/binutils-all/objcopy.exp: Likewise.
633
634 2014-04-24 Christian Svensson <blue@cmd.nu>
635
636 * MAINTAINERS: Add myself and Stefan as OR1K maintainers.
637
638 2014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
639
640 * doc/binutils.texi: Document the disassemble MIPS XPA instructions
641 command line option.
642
643 2014-04-22 Christian Svensson <blue@cmd.nu>
644
645 * readelf.c: Remove openrisc and or32 support. Add support for or1k.
646
647 2014-04-18 Tristan Gingold <gingold@adacore.com>
648
649 * od-macho.c (dump_section_map): Adjust as load commands
650 are now chained.
651 (dump_load_command, dump_section_content): Likewise.
652
653 2014-04-16 Tristan Gingold <gingold@adacore.com>
654
655 * od-macho.c (OPT_DYLD_INFO): New macro.
656 (options): Add entry for dyld_info.
657 (mach_o_help): Likewise.
658 (load_and_dump, dump_dyld_info_rebase, dump_dyld_info_bind)
659 (dump_dyld_info_export_1, dump_dyld_info_export): New functions.
660 (bfd_mach_o_dyld_rebase_type_name): New array.
661 (export_info_data): New struct.
662 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
663 exports data.
664 (dump_load_command): Adjust dump_dyld_info call.
665 (mach_o_dump): Handle dyld_info.
666
667 2014-04-16 Tristan Gingold <gingold@adacore.com>
668
669 * od-macho.c (dump_header): Display sizeofcmds in decimal too.
670 (dump_segment): Reformat output.
671 (dump_dyld_info): Also display end offsets.
672 (dump_load_command): Add IDX argument, display commands size
673 and offset, reformat display.
674 (dump_load_commands): Adjust for added argument.
675
676 2014-04-07 Alan Modra <amodra@gmail.com>
677
678 PR binutils/16811
679 * objcopy.c (copy_object): Error if no sections.
680
681 2014-04-03 Markus Trippelsdorf <markus@trippelsdorf.de>
682
683 PR binutils/14698
684 ar.c: Set plugin_target early if plugins are supported.
685 nm.c: Likewise.
686
687 2014-04-03 Tristan Gingold <gingold@adacore.com>
688
689 * od-macho.c (printf_uint64): New function.
690 (dump_load_command, dump_obj_compact_unwind): Use it.
691 (dump_exe_compact_unwind): Display personality functions.
692
693 2014-04-02 Tristan Gingold <gingold@adacore.com>
694
695 * od-macho.c (OPT_TWOLEVEL_HINTS): New macro.
696 (options): Add entry for twolevel_hints.
697 (dump_data_in_code): Fix error message.
698 (dump_twolevel_hints): New function.
699 (dump_load_command): Handle prebound dylib, prebind cksum
700 and twolevel hints.
701 (mach_o_dump): Handle twolevel hints.
702
703 2014-04-01 Tristan Gingold <gingold@adacore.com>
704
705 * od-macho.c (OPT_DATA_IN_CODE): New macro.
706 (options): Add entry for data in code.
707 (mach_o_help): Ditto.
708 (data_in_code_kind_name): New array.
709 (dump_data_in_code): New function.
710 (dump_load_command): Handle data in code.
711 (mach_o_dump): Ditto.
712 (dump_header): Display a terminal newline.
713
714 2014-03-27 Tristan Gingold <gingold@adacore.com>
715
716 * od-macho.c (dump_load_command): Display value for
717 BFD_MACH_O_LC_DYLD_ENVIRONMENT. Handle BFD_MACH_O_LC_DATA_IN_CODE
718 and BFD_MACH_O_LC_DYLIB_CODE_SIGN_DRS.
719
720 2014-03-27 Tristan Gingold <gingold@adacore.com>
721
722 * od-macho.c (OPT_FUNCTION_STARTS): New macro.
723 (options): Add entry for function_starts.
724 (mach_o_help): Ditto.
725 (disp_segment_prot): New function.
726 (dump_section_map): Call disp_segment_prot.
727 (dump_function_starts): New function.
728 (dump_obj_compact_unwind): Fix ouput indentation.
729 (dump_exe_compact_unwind): Fix ouput indentation.
730 (mach_o_dump): Handle function_starts.
731
732 2014-03-26 Tristan Gingold <gingold@adacore.com>
733
734 * od-macho.c (bfd_mach_o_cpu_name): Add BFD_MACH_O_CPU_TYPE_ARM64.
735
736 2014-03-24 Tristan Gingold <gingold@adacore.com>
737
738 * objdump.c (load_specific_debug_section): Set address of section.
739
740 2014-03-24 Tristan Gingold <gingold@adacore.com>
741
742 * od-macho.c (dump_unwind_encoding_x86): Set the factor.
743 (dump_exe_compact_unwind): Change the condition. Improve
744 indentation.
745
746 2014-03-20 Nick Clifton <nickc@redhat.com>
747
748 * readelf.c (process_version_sections): Fix off-by-one error in
749 previous delta.
750
751 2014-03-19 Nick Clifton <nickc@redhat.com>
752
753 PR binutils/16723
754 * readelf.c (process_version_sections): Prevent an infinite loop
755 when the vn_next field is zero but there are still entries to be
756 processed.
757
758 2014-03-17 Tristan Gingold <gingold@adacore.com>
759
760 * od-macho.c (dump_section_header): Renames of dump_section.
761 (dump_segment): Adjust after renaming.
762 (OPT_COMPACT_UNWIND): Define.
763 (options): Add compact unwind.
764 (mach_o_help): Document compact_unwind.
765 (unwind_x86_64_regs, unwind_x86_regs): New arrays.
766 (dump_unwind_encoding_x86, dump_unwind_encoding)
767 (dump_obj_compact_unwind, dump_exe_compact_unwind)
768 (dump_section_content): New functions.
769 (mach_o_dump): Handle compact unwind.
770
771 2014-03-17 Tristan Gingold <gingold@adacore.com>
772
773 * od-macho.c (dump_load_command): Handle lazy load dylib.
774
775 2014-03-14 Anthony Green <green@moxielogic.com>
776
777 * objcopy.c (copy_object): Check fwrite return code.
778
779 2014-03-14 Meador Inge <meadori@codesourcery.com>
780
781 * dwarf.c (strnlen): Move prototype ...
782 * sysdep.h (strnlen): ... to here.
783
784 2014-03-12 Nick Clifton <nickc@redhat.com>
785
786 PR binutils/16652
787 * doc/binutils.texi (ar cmdline): Move --plugin command line
788 option to after the command option.
789
790 2014-03-12 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
791
792 PR binutils/16567
793 * deflex.l: Add noinput and nounput options.
794
795 2014-03-12 Alan Modra <amodra@gmail.com>
796
797 * Makefile.in: Regenerate.
798 * doc/Makefile.in: Regenerate.
799
800 2014-03-06 Nick Clifton <nickc@redhat.com>
801
802 PR binutils/16664
803 * readelf.c (process_attributes): Add checks for corrupt
804 attribute section names.
805
806 2014-03-05 Alan Modra <amodra@gmail.com>
807
808 Update copyright years.
809
810 2014-03-03 Alan Modra <amodra@gmail.com>
811
812 * README: Add "Copyright Notices" paragraph.
813
814 2014-02-11 Cary Coutant <ccoutant@google.com>
815
816 * binutils/dwarf.c (read_and_display_attr_value): Don't warn
817 for zero-length attribute value.
818
819 2014-02-10 Alan Modra <amodra@gmail.com>
820
821 * po/binutils.pot: Regenerate.
822
823 2014-02-06 Andrew Pinski <apinski@cavium.com>
824
825 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON3 case.
826
827 2014-02-06 Cary Coutant <ccoutant@google.com>
828
829 PR binutils/16444
830 * readelf.c (print_gnu_note): Add support for NT_GNU_GOLD_VERSION.
831
832 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
833
834 * version.c (print_version): Update copyright year to 2014.
835
836 2014-01-07 Tom Tromey <tromey@redhat.com>
837
838 * bucomm.c (fatal, non_fatal): Replace obsolete VA_* macros with
839 stdarg macros.
840 * dlltool.c (inform): Replace obsolete VA_* macros with stdarg
841 macros.
842 * dllwrap.c (inform, warn): Replace obsolete VA_* macros with
843 stdarg macros.
844
845 2014-01-07 Tom Tromey <tromey@redhat.com>
846
847 * coffgrok.h (coff_ofile): Don't use PARAMS.
848 * nlmheader.y (strerror): Don't use PARAMS.
849
850 For older changes see ChangeLog-2013
851 \f
852 Copyright (C) 2014 Free Software Foundation, Inc.
853
854 Copying and distribution of this file, with or without modification,
855 are permitted in any medium without royalty provided the copyright
856 notice and this notice are preserved.
857
858 Local Variables:
859 mode: change-log
860 left-margin: 8
861 fill-column: 74
862 version-control: never
863 End: