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. fa0dd93ecaf11da5593b8132c95fb013c67b5b72


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  fa0dd93ecaf11da5593b8132c95fb013c67b5b72 (commit)
      from  ef3e8cf7d1d7849c2fb466bdc62b56336739cb90 (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=fa0dd93ecaf11da5593b8132c95fb013c67b5b72

commit fa0dd93ecaf11da5593b8132c95fb013c67b5b72
Author: Kevin Buettner <kevinb@redhat.com>
Date:   Mon Feb 17 18:15:56 2014 -0700

    	Revise signal mapping function in GDB interface for RX sim.
    
    	sim/rx/gdb-if.c had a function named `rx_signal_to_host'.  This
    	function mapped signal numbers used by the BSP to host signal
    	numbers which, at one time a while back, were used by GDB
    	as target signal numbers.  This change updates the signal
    	numbers returned to be those names prefixed with "GDB_SIGNAL_"
    	as defined in include/gdb/signals.h.
    
    	It also changes the name of the function somewhat to better
    	match what the function currently does.  I noticed that this
    	function is not static - and there's no reason for it not
    	to be - so I made it static too.
    
    	* gdb-if.c (rx_signal_to_host):  Rename to
    	`rx_signal_to_gdb_signal'.  Make static.  Update all callers
    	to use new name.  Use signal names from include/gdb/signals.h.

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

Summary of changes:
 sim/rx/ChangeLog |    6 ++++++
 sim/rx/gdb-if.c  |   41 ++++++++++++-----------------------------
 2 files changed, 18 insertions(+), 29 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]