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. 452216ab0978a5684aacc76a422efd910d7c15df


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  452216ab0978a5684aacc76a422efd910d7c15df (commit)
      from  8575cf7345408b513264484ccc72b6b14452be0c (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=452216ab0978a5684aacc76a422efd910d7c15df

commit 452216ab0978a5684aacc76a422efd910d7c15df
Author: Tristan Gingold <tristan.gingold@adacore.com>
Date:   Wed Apr 16 16:01:47 2014 +0200

    mach-o.c: use boolean instead of int to return status.
    
    bfd/
    	* mach-o.c (bfd_mach_o_write_thread)
    	(bfd_mach_o_write_section_32, bfd_mach_o_write_section_64)
    	(bfd_mach_o_write_segment_32, bfd_mach_o_write_segment_64)
    	(bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib)
    	(bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_prebind_cksum)
    	(bfd_mach_o_read_twolevel_hints, bfd_mach_o_read_fvmlib)
    	(bfd_mach_o_read_thread, bfd_mach_o_read_dysymtab)
    	(bfd_mach_o_read_symtab, bfd_mach_o_read_uuid)
    	(bfd_mach_o_read_linkedit, bfd_mach_o_read_str)
    	(bfd_mach_o_read_dyld_info, bfd_mach_o_read_segment)
    	(bfd_mach_o_read_segment_32, bfd_mach_o_read_segment_64)
    	(bfd_mach_o_read_command): Now return a boolean status.
    	Adjust return statements.
    	(bfd_mach_o_write_contents, bfd_mach_o_scan): Adjust tests.
    	(bfd_mach_o_core_file_failing_command): Remove useless initialization.

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

Summary of changes:
 bfd/ChangeLog |   18 ++++
 bfd/mach-o.c  |  282 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 159 insertions(+), 141 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]