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


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  c90a6fb765e9339905803cbfa6cb7adf0431434b (commit)
      from  749234e5402bddc054d77b4113ecd09eda7a872e (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=c90a6fb765e9339905803cbfa6cb7adf0431434b

commit c90a6fb765e9339905803cbfa6cb7adf0431434b
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Fri Jan 17 19:39:57 2014 -0200

    Add "volatile" keyword to "struct gdb_exception" declaration
    
    While doing something else, I found that those 2 places were incorrectly
    declaring a "struct gdb_exception" without using the "volatile" keyword.
    This commit fixes that.
    
    2014-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
    
    	* breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
    	gdb_exception" declaration.
    	* remote.c (getpkt_or_notif_sane): Likewise.

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

Summary of changes:
 gdb/ChangeLog    |    6 ++++++
 gdb/breakpoint.c |    2 +-
 gdb/remote.c     |    2 +-
 3 files changed, 8 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]