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. 1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b


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  1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b (commit)
      from  f97a10f1dca64077b71e3fc2a83caa8fe1434664 (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=1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b

commit 1a8a700e3a6fd88bcd5b3988a1f738da463f5b1b
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed Feb 19 22:29:37 2014 -0500

    sim: convert old style prototypes
    
    Most of these prototypes have been killed off, but we have a few left
    in the sim tree.  Clean them up so we can enable the -W flag for it.

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

Summary of changes:
 sim/bfin/ChangeLog              |    4 +
 sim/bfin/configure              |   11 +--
 sim/common/ChangeLog            |   72 ++++++++++++++
 sim/common/acinclude.m4         |   11 +--
 sim/common/callback.c           |  197 ++++++++------------------------------
 sim/common/sim-hload.c          |    6 +-
 sim/common/sim-load.c           |   22 +---
 sim/common/syscall.c            |   18 +---
 sim/cr16/ChangeLog              |    4 +
 sim/cr16/configure              |   11 +--
 sim/cris/ChangeLog              |    4 +
 sim/cris/configure              |   11 +--
 sim/d10v/ChangeLog              |    4 +
 sim/d10v/configure              |   11 +--
 sim/igen/ChangeLog              |    4 +
 sim/igen/configure              |   11 +--
 sim/m68hc11/ChangeLog           |    4 +
 sim/m68hc11/configure           |   11 +--
 sim/mips/ChangeLog              |    4 +
 sim/mips/configure              |   13 +--
 sim/mn10300/ChangeLog           |    4 +
 sim/mn10300/configure           |   11 +--
 sim/testsuite/ChangeLog         |    4 +
 sim/testsuite/common/bits-gen.c |    8 +-
 sim/v850/ChangeLog              |    4 +
 sim/v850/configure              |   11 +--
 26 files changed, 209 insertions(+), 266 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]