From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4515 invoked by alias); 7 Nov 2013 23:38:54 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 4491 invoked by uid 79); 7 Nov 2013 23:38:54 -0000 Date: Thu, 07 Nov 2013 23:38:00 -0000 Message-ID: <20131107233852.4468.qmail@sourceware.org> From: devans@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 459d52c84aa5eee986006b793794e382861c073d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fcb8d9c2f422869b09eff4dbbcf55a701ba3a4b8 X-Git-Newrev: 459d52c84aa5eee986006b793794e382861c073d X-SW-Source: 2013-q4/txt/msg00075.txt.bz2 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 459d52c84aa5eee986006b793794e382861c073d (commit) from fcb8d9c2f422869b09eff4dbbcf55a701ba3a4b8 (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=459d52c84aa5eee986006b793794e382861c073d commit 459d52c84aa5eee986006b793794e382861c073d Author: Doug Evans Date: Thu Nov 7 14:58:41 2013 -0800 Add pretty-printing of .debug_gnu_pubnames, .debug_gnu_pubtypes. * dwarf.c (get_gdb_index_symbol_kind_name): New function. (display_debug_pubnames_worker): Renamed from display_debug_pubnames. Add support for .debug_gnu_pubnames, .debug_gnu_pubtypes. (display_debug_pubnames, display_debug_pubnames_gnu): New functions. (display_gdb_index): Redo printing of symbol kind. (debug_displays): Add .debug_gnu_pubnames, .debug_gnu_pubtypes. * dwarf.h (dwarf_section_display_enum): Add gnu_pubnames, gnu_pubtypes. * readelf.c (process_section_headers): Add gnu_pubnames, gnu_pubtypes. ----------------------------------------------------------------------- Summary of changes: binutils/ChangeLog | 12 ++++++ binutils/dwarf.c | 104 ++++++++++++++++++++++++++++++++++------------------ binutils/dwarf.h | 4 ++ binutils/readelf.c | 2 + 4 files changed, 86 insertions(+), 36 deletions(-) hooks/post-receive -- gdb and binutils