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. 27a48a9223d0c7558f0bfde2d704d4a660f5d4ea


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  27a48a9223d0c7558f0bfde2d704d4a660f5d4ea (commit)
      from  2e877f5ecb5916d147f91dfad461a8fa5017d8b0 (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=27a48a9223d0c7558f0bfde2d704d4a660f5d4ea

commit 27a48a9223d0c7558f0bfde2d704d4a660f5d4ea
Author: Mark Kettenis <kettenis@gnu.org>
Date:   Thu Feb 27 13:40:15 2014 +0100

    Add auxv parsing to the architecture vector.
    
    Necessary to fix parsing auxv entries from core files on systems that use
    the layout specified by ELF instead of the incompatible variant used by Linux.
    
    gdb/Changelog:
    
            * gdbarch.sh (auxv_parse): New.
            * gdbarch.h: Regenerated.
            * gdbarch.c: Regenerated.
            * auxv.c (target_auxv_parse): Call gdbarch_parse_auxv if provided.

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

Summary of changes:
 gdb/ChangeLog  |    7 +++++++
 gdb/auxv.c     |    5 +++++
 gdb/gdbarch.c  |   32 ++++++++++++++++++++++++++++++++
 gdb/gdbarch.h  |   11 +++++++++++
 gdb/gdbarch.sh |    6 ++++++
 5 files changed, 61 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]