This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. bc3c6b36422973aad17445ad5e436064f7337d47


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  bc3c6b36422973aad17445ad5e436064f7337d47 (commit)
      from  329baa9572b85f84d2914d6d63818a142c46189d (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=bc3c6b36422973aad17445ad5e436064f7337d47

commit bc3c6b36422973aad17445ad5e436064f7337d47
Author: Kevin Buettner <kevinb@redhat.com>
Date:   Mon Feb 17 12:03:23 2014 -0700

    Add g10 support to rl78-tdep.c.
    
    The g10 is an rl78 variant which has fewer registers.  Aside from the
    obvious addition of a new register_name() function which omits
    registers which the g10 lacks, this change also updates the
    return_value() function with the conventions specified by the ABI for
    finding and setting return values.
    
    	* rl78-tdep.c (rl78_g10_register_name): New function.
    	(rl78_return_value): Add g10 support.
    	(rl78_gdbarch_init): Register rl78_g10_register_name for the
    	g10.

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

Summary of changes:
 gdb/ChangeLog   |    7 +++
 gdb/rl78-tdep.c |  153 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 157 insertions(+), 3 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]