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


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  bfd39632142cba581a430e41ed38c5153d1fc07a (commit)
       via  22842ff63e28b86e0cd40a87186757b2525578f4 (commit)
      from  c2e827ad5340fcf1735df6c77cb0311e56b985ef (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=bfd39632142cba581a430e41ed38c5153d1fc07a

commit bfd39632142cba581a430e41ed38c5153d1fc07a
Author: David Blaikie <dblaikie@gmail.com>
Date:   Thu Apr 24 22:16:29 2014 -0700

    Cause clang to emit the definition of a type used only by pointer
    
    gdb/testsuite/
    	* gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
    	clang to emit the full definition of type required by the test
    	* gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message

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

commit 22842ff63e28b86e0cd40a87186757b2525578f4
Author: David Blaikie <dblaikie@gmail.com>
Date:   Sun Apr 13 00:48:45 2014 -0700

    Return by value to coax Clang into emitting the full definition of a test type.
    
    gdb/testsuite/
    	* gdb.cp/pr10728-x.cc: Return by value instead of pointer to coax
    	Clang into emitting the definition of the type.
    	* gdb.cp/pr10728-x.h: Ditto.
    	* gdb.cp/pr10728-y.cc: Ditto.

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

Summary of changes:
 gdb/testsuite/ChangeLog              |   13 +++++++++++++
 gdb/testsuite/gdb.cp/pr10728-x.cc    |    2 +-
 gdb/testsuite/gdb.cp/pr10728-x.h     |    2 +-
 gdb/testsuite/gdb.cp/pr10728-y.cc    |    6 +++---
 gdb/testsuite/gdb.stabs/gdb11479.c   |    2 +-
 gdb/testsuite/gdb.stabs/gdb11479.exp |    4 ++--
 6 files changed, 21 insertions(+), 8 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]