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


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  df049a5831c7c573698b98bfd4bc0ec8dc854c1f (commit)
      from  ea38d2a92e349df1f6438c1bd7b899f4cd951321 (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=df049a5831c7c573698b98bfd4bc0ec8dc854c1f

commit df049a5831c7c573698b98bfd4bc0ec8dc854c1f
Author: Doug Evans <dje@google.com>
Date:   Fri Jan 17 10:00:07 2014 -0800

    Move ASSERT_FUNCTION to FUNCTION_NAME.
    
    	* common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
    	and moved here ...
    	* common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
    	#include "common-utils.h".
    	(gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
    	* common/vec.h (VEC_ASSERT_PASS): Update.
    	* darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
    	(MACH_CHECK_ERROR): Update.

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

Summary of changes:
 gdb/ChangeLog             |   11 +++++++++++
 gdb/common/common-utils.h |   13 +++++++++++++
 gdb/common/gdb_assert.h   |   23 ++++++-----------------
 gdb/common/vec.h          |    2 +-
 gdb/darwin-nat.h          |    8 ++++----
 5 files changed, 35 insertions(+), 22 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]