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. 60d847df0b9691b7cb38bfba41b9d6aafd97efc2


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  60d847df0b9691b7cb38bfba41b9d6aafd97efc2 (commit)
      from  61d1ce24e894c08a701efc5794012161ef101a60 (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=60d847df0b9691b7cb38bfba41b9d6aafd97efc2

commit 60d847df0b9691b7cb38bfba41b9d6aafd97efc2
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Feb 20 00:28:17 2014 -0500

    sim: constify arg to sim_do_command
    
    It is rare for people to want to modify the cmd arg.  In general, they
    really shouldn't be, but a few still do.  For those who misbehave, dupe
    the string locally so they can bang on it.

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

Summary of changes:
 include/gdb/ChangeLog    |    4 ++++
 include/gdb/remote-sim.h |    2 +-
 sim/arm/ChangeLog        |    4 ++++
 sim/arm/wrapper.c        |    2 +-
 sim/avr/ChangeLog        |    4 ++++
 sim/avr/interp.c         |    2 +-
 sim/common/ChangeLog     |    6 ++++++
 sim/common/sim-command.c |    2 +-
 sim/common/sim-options.c |    2 +-
 sim/common/sim-options.h |    2 +-
 sim/cr16/ChangeLog       |    4 ++++
 sim/cr16/interp.c        |    2 +-
 sim/d10v/ChangeLog       |    4 ++++
 sim/d10v/interp.c        |    2 +-
 sim/erc32/ChangeLog      |    4 ++++
 sim/erc32/interf.c       |    2 +-
 sim/m32c/ChangeLog       |    5 +++++
 sim/m32c/gdb-if.c        |   10 ++++++----
 sim/mcore/ChangeLog      |    4 ++++
 sim/mcore/interp.c       |    2 +-
 sim/microblaze/ChangeLog |    4 ++++
 sim/microblaze/interp.c  |    2 +-
 sim/moxie/ChangeLog      |    4 ++++
 sim/moxie/interp.c       |    2 +-
 sim/ppc/ChangeLog        |    4 ++++
 sim/ppc/sim_calls.c      |    2 +-
 sim/rl78/ChangeLog       |    5 +++++
 sim/rl78/gdb-if.c        |    9 +++++----
 sim/rx/ChangeLog         |    5 +++++
 sim/rx/gdb-if.c          |   10 ++++++----
 sim/sh/ChangeLog         |    5 +++++
 sim/sh/interp.c          |    8 ++++----
 32 files changed, 100 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]