public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-fedora12: Merge remote branch 'origin/archer-tromey-delayed-symfile' into archer-jankratochvil-fedora12
@ 2009-12-06 21:07 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2009-12-06 21:07 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-fedora12 has been updated
       via  16276c1aad1366b92e687c72cab30192280e1906 (commit)
       via  850378e2d04b910f0541aa67e8fa5f990b6e35ba (commit)
      from  6817a81cd411acc9579f04dcc105e9bce72859ff (commit)

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

- Log -----------------------------------------------------------------
commit 16276c1aad1366b92e687c72cab30192280e1906
Merge: 6817a81cd411acc9579f04dcc105e9bce72859ff 850378e2d04b910f0541aa67e8fa5f990b6e35ba
Author: Jan Kratochvil <jkratoch@host1.dyn.jankratochvil.net>
Date:   Sun Dec 6 22:07:02 2009 +0100

    Merge remote branch 'origin/archer-tromey-delayed-symfile' into archer-jankratochvil-fedora12

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

Summary of changes:
 gdb/objfiles.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

First 500 lines of diff:
diff --git a/gdb/objfiles.c b/gdb/objfiles.c
index 4b25a5a..e5442ca 100644
--- a/gdb/objfiles.c
+++ b/gdb/objfiles.c
@@ -634,6 +634,11 @@ objfile_relocate (struct objfile *objfile, struct section_offsets *new_offsets)
     }
   }
 
+  /* Alread QUICK_ADDRMAP tiself assumes all sections have the same offset.  */
+  if (objfile->quick_addrmap)
+    addrmap_relocate (objfile->quick_addrmap,
+		      ANOFFSET (delta, SECT_OFF_TEXT (objfile)));
+
   {
     struct partial_symbol **psym;
 


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-06 21:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-06 21:07 [SCM] archer-jankratochvil-fedora12: Merge remote branch 'origin/archer-tromey-delayed-symfile' into archer-jankratochvil-fedora12 jkratoch

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