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. 4384b28422294779be111ac24fb34fb6bfe57b32


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  4384b28422294779be111ac24fb34fb6bfe57b32 (commit)
      from  452216ab0978a5684aacc76a422efd910d7c15df (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=4384b28422294779be111ac24fb34fb6bfe57b32

commit 4384b28422294779be111ac24fb34fb6bfe57b32
Author: Tristan Gingold <tristan.gingold@adacore.com>
Date:   Wed Apr 9 10:10:44 2014 +0200

    mach-o: add page_size to backend data.
    
    This is preliminary work to layout executables.
    
    bfd/
    	* mach-o.h (bfd_mach_o_backend_data): Add page_size field.
    	* mach-o-target.c: Check TARGET_PAGESIZE is defined.
    	(TARGET_NAME_BACKEND): Add TARGET_PAGESIZE.
    	* mach-o.c (TARGET_PAGESIZE): Define and undefined for
    	each targets declared.
    	* mach-o-x86-64.c (TARGET_PAGESIZE): Define.
    	* mach-o-i386.c (TARGET_PAGESIZE): Define.

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

Summary of changes:
 bfd/ChangeLog       |   10 ++++++++++
 bfd/mach-o-i386.c   |    1 +
 bfd/mach-o-target.c |    5 +++++
 bfd/mach-o-x86-64.c |    1 +
 bfd/mach-o.c        |    6 ++++++
 bfd/mach-o.h        |    1 +
 6 files changed, 24 insertions(+), 0 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]