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. 6104cb7ae77a9514ada188ded4095eed39ce267e


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  6104cb7ae77a9514ada188ded4095eed39ce267e (commit)
       via  bdca5ee4bcd2fce04de6c9eabdbef8d960298e02 (commit)
       via  1f635d209e61d900a6326aa281e697e31fcdae1e (commit)
      from  1651e569b457b0cbd6d0a57c09950166c7503f6b (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=6104cb7ae77a9514ada188ded4095eed39ce267e

commit 6104cb7ae77a9514ada188ded4095eed39ce267e
Author: Tom Tromey <tromey@redhat.com>
Date:   Sat Jan 4 21:46:15 2014 -0700

    remove VA_* macros from sim
    
    Remove the obsolete VA_* macros from sim.
    
    2014-01-06  Tom Tromey  <tromey@redhat.com>
    
    	* common/cgen-trace.c: Don't use old VA_* macros.
    	* common/sim-load.c (xprintf): Likewise.
    	* common/sim-trace.c (trace_printf, debug_printf): Likewise.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bdca5ee4bcd2fce04de6c9eabdbef8d960298e02

commit bdca5ee4bcd2fce04de6c9eabdbef8d960298e02
Author: Tom Tromey <tromey@redhat.com>
Date:   Sat Jan 4 21:43:21 2014 -0700

    remove PARAMS from sim
    
    This removes the last uses of PARAMS from sim.
    
    2014-01-06  Tom Tromey  <tromey@redhat.com>
    
    	* README-HACKING: Don't use PARAMS.
    	* arm/wrapper.c: Don't use PARAMS.
    	* bfin/sim-main.h: Don't use PARAMS.
    	* common/callback.c: Don't use PARAMS.
    	* common/cgen-trace.c: Don't use PARAMS.
    	* common/run-sim.h: Don't use PARAMS.
    	* common/run.c: Don't use PARAMS.
    	* common/sim-base.h: Don't use PARAMS.
    	* common/sim-load.c: Don't use PARAMS.
    	* common/sim-options.h: Don't use PARAMS.
    	* common/sim-trace.c: Don't use PARAMS.
    	* common/sim-trace.h: Don't use PARAMS.
    	* common/sim-utils.h: Don't use PARAMS.
    	* cr16/cr16_sim.h: Don't use PARAMS.
    	* cr16/gencode.c: Don't use PARAMS.
    	* cr16/interp.c: Don't use PARAMS.
    	* cr16/simops.c: Don't use PARAMS.
    	* d10v/d10v_sim.h: Don't use PARAMS.
    	* d10v/gencode.c: Don't use PARAMS.
    	* d10v/interp.c: Don't use PARAMS.
    	* d10v/simops.c: Don't use PARAMS.
    	* erc32/erc32.c: Don't use PARAMS.
    	* erc32/exec.c: Don't use PARAMS.
    	* erc32/float.c: Don't use PARAMS.
    	* erc32/func.c: Don't use PARAMS.
    	* erc32/sis.c: Don't use PARAMS.
    	* erc32/sis.h: Don't use PARAMS.
    	* mips/interp.c: Don't use PARAMS.
    	* mips/sim-main.h: Don't use PARAMS.
    	* sh/interp.c: Don't use PARAMS.
    	* v850/sim-main.h: Don't use PARAMS.
    	* v850/v850_sim.h: Don't use PARAMS.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1f635d209e61d900a6326aa281e697e31fcdae1e

commit 1f635d209e61d900a6326aa281e697e31fcdae1e
Author: Tom Tromey <tromey@redhat.com>
Date:   Sun Jan 5 19:41:32 2014 -0700

    remove PARAMS from include/cgen
    
    This removes the remaining uses of PARAMS from include/cgen.
    Tested by rebuilding; a file in opcodes includes this header.
    
    2014-01-06  Tom Tromey  <tromey@redhat.com>
    
    	* bitset.h: Remove uses of PARAMS.

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

Summary of changes:
 include/cgen/ChangeLog   |    4 +
 include/cgen/bitset.h    |   22 ++--
 sim/ChangeLog            |   41 ++++++
 sim/README-HACKING       |    4 +-
 sim/arm/wrapper.c        |    8 +-
 sim/bfin/sim-main.h      |    8 +-
 sim/common/callback.c    |   54 ++++----
 sim/common/cgen-trace.c  |    4 +-
 sim/common/run-sim.h     |   16 ++--
 sim/common/run.c         |    6 +-
 sim/common/sim-base.h    |    4 +-
 sim/common/sim-load.c    |   16 ++--
 sim/common/sim-options.h |   12 +-
 sim/common/sim-trace.c   |    8 +-
 sim/common/sim-trace.h   |  308 +++++++++++++++++++++++-----------------------
 sim/common/sim-utils.h   |    4 +-
 sim/cr16/cr16_sim.h      |   16 ++--
 sim/cr16/gencode.c       |    8 +-
 sim/cr16/interp.c        |   14 +-
 sim/cr16/simops.c        |    8 +-
 sim/d10v/d10v_sim.h      |   16 ++--
 sim/d10v/gencode.c       |    8 +-
 sim/d10v/interp.c        |   20 ++--
 sim/d10v/simops.c        |    8 +-
 sim/erc32/erc32.c        |   82 ++++++------
 sim/erc32/exec.c         |   16 ++--
 sim/erc32/float.c        |    6 +-
 sim/erc32/func.c         |   20 ++--
 sim/erc32/sis.c          |    8 +-
 sim/erc32/sis.h          |   92 +++++++-------
 sim/mips/interp.c        |   12 +--
 sim/mips/sim-main.h      |   36 +++---
 sim/sh/interp.c          |   32 +++---
 sim/v850/sim-main.h      |    6 +-
 sim/v850/v850_sim.h      |    2 +-
 35 files changed, 484 insertions(+), 445 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]