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