This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 5879bb8fc592e4aea85bdc2a84381d89850e5770


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  5879bb8fc592e4aea85bdc2a84381d89850e5770 (commit)
      from  978f0babbe2ca9fa69a19065d41eb815890613f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5879bb8fc592e4aea85bdc2a84381d89850e5770

commit 5879bb8fc592e4aea85bdc2a84381d89850e5770
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Dec 17 15:39:13 2013 +0000

    	* peXXigen.c: Include wchar.h if available.
    	Include safe-ctype.h.
    	(HighBitSet, SetHighBit, WithoutHighBit): New macros.
    	(pe_print_resource_entries): Rename to
    	rsrc_print_resource_entries.  Handle names that are not RVAs.
    	(pe_print_resource_directory): Rename to
    	rsrc_print_resource_directory.
    	(pe_print_rsrc): Rename to rsrc_print_section.  Corrupt
    	computation of RVA bias.
    	(rsrc_count_entries): New function.
    	(rsrc_count_directory): New function.
    	(rsrc_parse_entry): New function.
    	(rsrc_parse_entries): New function.
    	(rsrc_parse_directory): New function.
    	(rsrc_write_string): New function.
    	(rsrc_compute_rva): New function.
    	(rsrc_write_leaf): New function.
    	(rsrc_write_entry): New function.
    	(rsrc_write_directory): New function.
    	(u16_mbtouc): New function.
    	(rsrc_cmp): New function.
    	(rsrc_print_name): New function.
    	(rsrc_resource_name): New function.
    	(rsrc_merge_string_entries): New function.
    	(rsrc_sort_entries): New function.
    	(rsrc_attach_chain): New function.
    	(rsrc_merge): New function.
    	(rsrc_process_section): New function - merges the contents of a
    	.rsrc section.
    	(_bfd_XXi_final_link_postscript): Call rsrc_process_section.
    	* configure.in (AC_CHECK_HEADERS): Add wchar.h
    	* config.in: Regenerate.
    	* configure: Regenerate.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog    |   36 ++
 bfd/config.in    |    3 +
 bfd/configure    |    2 +-
 bfd/configure.in |    2 +-
 bfd/peXXigen.c   | 1274 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 5 files changed, 1236 insertions(+), 81 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]