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


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  eb822aa6d0f2cdc1a3125da084b96c5bbe32cb86 (commit)
      from  98387a2917d136b1acbaa9229d5b6a787d9efd54 (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=eb822aa6d0f2cdc1a3125da084b96c5bbe32cb86

commit eb822aa6d0f2cdc1a3125da084b96c5bbe32cb86
Author: Doug Evans <xdje42@gmail.com>
Date:   Tue Nov 18 09:19:11 2014 -0800

    SYMTAB_OBJFILE: New macro.
    
    gdb/ChangeLog:
    
    	* symtab.h (SYMTAB_OBJFILE): New macro.  All uses of member
    	symtab.objfile updated to use it.

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

Summary of changes:
 gdb/ChangeLog           |    5 +++++
 gdb/ada-lang.c          |    4 ++--
 gdb/breakpoint.c        |    9 +++++----
 gdb/cli/cli-cmds.c      |    4 ++--
 gdb/guile/scm-block.c   |    6 +++---
 gdb/guile/scm-frame.c   |    2 +-
 gdb/guile/scm-symtab.c  |    8 ++++----
 gdb/mi/mi-symbol-cmds.c |    2 +-
 gdb/objfiles.c          |    2 +-
 gdb/python/py-block.c   |    6 +++---
 gdb/python/py-frame.c   |    2 +-
 gdb/python/py-symtab.c  |   19 ++++++++++---------
 gdb/source.c            |    9 +++++----
 gdb/symfile.c           |    2 +-
 gdb/symmisc.c           |    2 +-
 gdb/symtab.c            |    2 +-
 gdb/symtab.h            |    5 +++--
 gdb/tui/tui-source.c    |    2 +-
 gdb/tui/tui-winsource.c |    4 ++--
 19 files changed, 52 insertions(+), 43 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]