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. 62661c935d1f299e8f9daeebd5559cd1c2d84712


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  62661c935d1f299e8f9daeebd5559cd1c2d84712 (commit)
      from  df7b4545b2b49572ab63690c130df973af109615 (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=62661c935d1f299e8f9daeebd5559cd1c2d84712

commit 62661c935d1f299e8f9daeebd5559cd1c2d84712
Author: Sasa Stankovic <Sasa.Stankovic@imgtec.com>
Date:   Wed Sep 3 09:44:11 2014 -0700

    Add NaCl (NativeClient) specific classes Target_mips_nacl and
    Target_selector_mips_nacl.
    
    gold/
    	* mips.cc (Target_mips_nacl): New class.
    	(Target_selector_mips_nacl): New class.
    	(target_selector_mips32): Rename from target_selector_mips32be and use
    	Target_selector_mips_nacl instead of Target_selector_mips.
    	(target_selector_mips32el): Rename from target_selector_mips32 and use
    	Target_selector_mips_nacl instead of Target_selector_mips.
    	(target_selector_mips64): Rename from target_selector_mips64be and use
    	Target_selector_mips_nacl instead of Target_selector_mips.
    	(target_selector_mips64el): Rename from target_selector_mips64 and use
    	Target_selector_mips_nacl instead of Target_selector_mips.
    	(Target_mips::mips_info): Add const attribute.

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

Summary of changes:
 gold/ChangeLog |   14 +++++++++++
 gold/mips.cc   |   68 ++++++++++++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 75 insertions(+), 7 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]