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. 4753d33b404f07e749f648c57ae61e3984d40029


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  4753d33b404f07e749f648c57ae61e3984d40029 (commit)
      from  9c1877ead06db18e19614a598d1e280acb97e971 (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=4753d33b404f07e749f648c57ae61e3984d40029

commit 4753d33b404f07e749f648c57ae61e3984d40029
Author: Doug Evans <xdje42@gmail.com>
Date:   Thu Nov 6 17:19:06 2014 -0800

    Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT.
    
    gdb/ChangeLog:
    
    	* gdbtypes.h (TYPE_CODE_CLASS): Delete.  All uses changed to use
    	TYPE_CODE_STRUCT.

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

Summary of changes:
 gdb/c-exp.y           |    4 ++--
 gdb/c-valprint.c      |    4 ++--
 gdb/cp-support.c      |    4 ++--
 gdb/d-exp.y           |    4 ++--
 gdb/dwarf2read.c      |    2 +-
 gdb/eval.c            |    2 +-
 gdb/gdbtypes.c        |    1 -
 gdb/gdbtypes.h        |    9 ---------
 gdb/gnu-v2-abi.c      |    2 +-
 gdb/gnu-v3-abi.c      |    7 +++----
 gdb/guile/scm-type.c  |    2 +-
 gdb/guile/scm-value.c |    4 ++--
 gdb/p-exp.y           |    4 ++--
 gdb/parse.c           |    1 -
 gdb/python/py-type.c  |    2 +-
 gdb/python/py-value.c |    4 ++--
 gdb/symtab.c          |    1 -
 gdb/typeprint.c       |    4 ++--
 gdb/valops.c          |    6 +++---
 19 files changed, 27 insertions(+), 40 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]