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. 9dee8cc6aa668228309de7d0e23e1775beb7d12f


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  9dee8cc6aa668228309de7d0e23e1775beb7d12f (commit)
      from  3d9434b5ddc141178be232048e3d944955cc1f91 (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=9dee8cc6aa668228309de7d0e23e1775beb7d12f

commit 9dee8cc6aa668228309de7d0e23e1775beb7d12f
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Mon Feb 10 12:52:15 2014 +0400

    Add missing call to obstack_init for ada-lang.c::cache_space
    
    This bit was meant to be merged with the following patch:
    
        commit 3d9434b5ddc141178be232048e3d944955cc1f91
        Subject: [Ada] Add a symbol lookup cache
    
    ... but I forgot :-(. This causes the cache to be undefined, and
    with a bit of (bad) luck:
    
        % gdb
        (gdb) set lang ada
        (gdb) set $xxx := 1
        [SEGV]
    
    gdb/ChangeLog:
    
            * ada-lang.c (_initialize_ada_language): Initialize
            cache_space obstack.

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

Summary of changes:
 gdb/ChangeLog  |    5 +++++
 gdb/ada-lang.c |    1 +
 2 files changed, 6 insertions(+), 0 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]