public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
From: jkratoch@sourceware.org
To: archer-commits@sourceware.org
Subject: [SCM]  users/jkratoch/indexcxx-debugnames: .
Date: Sun, 18 Dec 2016 21:32:00 -0000	[thread overview]
Message-ID: <20161218213227.108683.qmail@sourceware.org> (raw)

The branch, users/jkratoch/indexcxx-debugnames has been updated
       via  beb8d139656c09fa114ac088594124fa06450cb8 (commit)
      from  5b9b7363108590e45ae268ae22bb30928c57301f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit beb8d139656c09fa114ac088594124fa06450cb8
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sun Dec 18 22:31:26 2016 +0100

    .

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

Summary of changes:
 gdb/dwarf2read.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 1863863..0ea33ec 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -23223,9 +23223,11 @@ write_psymtabs_to_index (struct objfile *objfile, const char *dir, bool is_dwarf
 				    per_cu->offset.sect_off);
 	}
 
-      /* Dump the address map.  */
+      /* Dump the address map.
+	 DWARF-5 uses .debug_aranges genereated by GCC.  */
       DataBuf addr_vec;
-      write_address_map (objfile, addr_vec, cu_index_htab);
+      if (!is_dwarf5)
+	write_address_map (objfile, addr_vec, cu_index_htab);
 
       /* Write out the .debug_type entries, if any.  */
       DataBuf types_cu_list;
@@ -23360,7 +23362,6 @@ write_psymtabs_to_index (struct objfile *objfile, const char *dir, bool is_dwarf
 	  header.file_write (out_file);
 	  cu_list.file_write (out_file);
 	  types_cu_list.file_write (out_file);
-	  //addr_vec.file_write (out_file);
 	  //symtab_vec.file_write (out_file);
 	  //constant_pool.file_write (out_file);
 


hooks/post-receive
--
Repository for Project Archer.


             reply	other threads:[~2016-12-18 21:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-18 21:32 jkratoch [this message]
2017-03-22 21:57 jkratoch
2017-04-22 14:46 jkratoch

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161218213227.108683.qmail@sourceware.org \
    --to=jkratoch@sourceware.org \
    --cc=archer-commits@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).