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


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  a52b4d3e268c10b84a48572db632d5011018e3ef (commit)
      from  11961ad8055910ed653d1d4ed0a20efeeb9ae717 (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=a52b4d3e268c10b84a48572db632d5011018e3ef

commit a52b4d3e268c10b84a48572db632d5011018e3ef
Author: Michael Eager <eager@eagercon.com>
Date:   Wed Jul 23 19:21:42 2014 -0700

    se typecast 'size_t' on 'reg', not only avoid the related warning, but
    also check whether less than zero -- for 'reg' is type 'int', and sizeof
    (dwarf2_to_reg_map) is less than 0x7fff.
    
    It is quoted in gdb_assert(), so need check 'reg' whether less than zero.
    And the related warning (with '-W'):
    
      ../../binutils-gdb/gdb/microblaze-tdep.c:667:3: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
    
    ChangeLog:
    
     * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Check whether
     less tha zero in conditional expression.

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

Summary of changes:
 gdb/ChangeLog         |    5 +++++
 gdb/microblaze-tdep.c |    2 +-
 2 files changed, 6 insertions(+), 1 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]