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


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  b2b255bdf3d29d97c10668b4bb5fceeb886a15f1 (commit)
      from  cfa7ea2a961c0930cfd76006bd3811e98a8f2366 (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=b2b255bdf3d29d97c10668b4bb5fceeb886a15f1

commit b2b255bdf3d29d97c10668b4bb5fceeb886a15f1
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Feb 20 00:13:48 2014 -0500

    sim: constify prog_name
    
    There's no need for the prog_name handed down to the core to be mutable,
    so add const markings to it and all the related funcs.

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

Summary of changes:
 gdb/ChangeLog            |    4 ++++
 gdb/remote-sim.c         |    2 +-
 include/gdb/ChangeLog    |    4 ++++
 include/gdb/remote-sim.h |    2 +-
 sim/arm/ChangeLog        |    4 ++++
 sim/arm/wrapper.c        |    2 +-
 sim/avr/ChangeLog        |    7 +++++--
 sim/avr/interp.c         |    2 +-
 sim/common/ChangeLog     |    8 ++++++++
 sim/common/sim-hload.c   |    2 +-
 sim/common/sim-load.c    |    2 +-
 sim/common/sim-utils.c   |    2 +-
 sim/common/sim-utils.h   |    4 ++--
 sim/cr16/ChangeLog       |    4 ++++
 sim/cr16/interp.c        |    2 +-
 sim/cris/ChangeLog       |    4 ++++
 sim/cris/sim-if.c        |    2 +-
 sim/d10v/ChangeLog       |    4 ++++
 sim/d10v/interp.c        |    2 +-
 sim/erc32/ChangeLog      |    4 ++++
 sim/erc32/interf.c       |    2 +-
 sim/h8300/ChangeLog      |    4 ++++
 sim/h8300/compile.c      |    2 +-
 sim/m32c/ChangeLog       |    4 ++++
 sim/m32c/gdb-if.c        |    2 +-
 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       |    4 ++++
 sim/rl78/gdb-if.c        |    2 +-
 sim/rx/ChangeLog         |    4 ++++
 sim/rx/gdb-if.c          |    2 +-
 sim/sh/ChangeLog         |    4 ++++
 sim/sh/interp.c          |    2 +-
 39 files changed, 99 insertions(+), 24 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]