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


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  f0d4ba1fc4c702890bf090d1d6d2413fc6c34dd0 (commit)
      from  db76a70026ab100148eb274322fac01f1a1dd466 (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=f0d4ba1fc4c702890bf090d1d6d2413fc6c34dd0

commit f0d4ba1fc4c702890bf090d1d6d2413fc6c34dd0
Author: Martin Galvan <martin.galvan@tallertechnologies.com>
Date:   Sun Nov 30 19:34:15 2014 +0400

    frame.c: Fix the check for FID_STACK_INVALID in frame_id_eq()
    
    I noticed in frame_id_eq() we were checking for the "l" frame_id being
    invalid twice instead of checking both "l" and "r", so this patch
    corrects it.
    
    gdb/ChangeLog:
    
    	* frame.c (frame_id_eq): Fix the check for FID_STACK_INVALID.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/frame.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]