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


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

commit a3271a3e6c841729a9ece40af973e275ea2de875
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Thu Mar 6 23:29:37 2014 -0500

    sim: msp430: fix build time warnings
    
    This fix is simple:
    
    msp430-sim.c: In function 'maybe_perform_syscall':
    msp430-sim.c:898:10: warning: format '%d' expects argument of type 'int',
                         but argument 5 has type 'long int' [-Wformat]
    
    This one we change to use casts like everyone else does in the code base:
    
    msp430-sim.c: In function 'msp430_step_once':
    msp430-sim.c:985:7: warning: passing argument 3 of 'init_disassemble_info'
                        from incompatible pointer type [enabled by default]
    include/dis-asm.h:368:13: note: expected 'fprintf_ftype' but argument is
    of type 'int (*)(struct FILE * __restrict__,  const char * __restrict__)'

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

Summary of changes:
 sim/msp430/ChangeLog    |    5 +++++
 sim/msp430/msp430-sim.c |    4 ++--
 2 files changed, 7 insertions(+), 2 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]