Roland McGrath 4cda13d
From 33d305fc63d88ce163fd3aba41a0dd0e1a74be38 Mon Sep 17 00:00:00 2001
Roland McGrath 4cda13d
From: Roland McGrath <roland@redhat.com>
Roland McGrath 4cda13d
Date: Tue, 30 Nov 2010 17:39:55 -0800
Roland McGrath 4cda13d
Subject: [PATCH] dwfl_module_relocations: Remove over-eager assert.
Roland McGrath 4cda13d
Roland McGrath 4cda13d
---
Roland McGrath 4cda13d
 libdwfl/ChangeLog    |    4 ++++
Roland McGrath 4cda13d
 libdwfl/derelocate.c |    3 +--
Roland McGrath 4cda13d
 2 files changed, 5 insertions(+), 2 deletions(-)
Roland McGrath 4cda13d
Roland McGrath 4cda13d
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
Roland McGrath 4cda13d
index dd4eb10..c5746c8 100644
Roland McGrath 4cda13d
--- a/libdwfl/ChangeLog
Roland McGrath 4cda13d
+++ b/libdwfl/ChangeLog
Roland McGrath 4cda13d
@@ -1,3 +1,7 @@
Roland McGrath 4cda13d
+2010-11-30  Roland McGrath  <roland@redhat.com>
Roland McGrath 4cda13d
+
Roland McGrath 4cda13d
+	* derelocate.c (dwfl_module_relocations): Remove over-eager assert.
Roland McGrath 4cda13d
+
Roland McGrath 4cda13d
 2010-11-12  Roland McGrath  <roland@redhat.com>
Roland McGrath 4cda13d
 
Roland McGrath 4cda13d
 	* libdwflP.h (struct Dwfl_Module): New member main_bias.
Roland McGrath 4cda13d
diff --git a/libdwfl/derelocate.c b/libdwfl/derelocate.c
Roland McGrath 4cda13d
index 483b75e..ba6d9db 100644
Roland McGrath 4cda13d
--- a/libdwfl/derelocate.c
Roland McGrath 4cda13d
+++ b/libdwfl/derelocate.c
Roland McGrath 4cda13d
@@ -1,5 +1,5 @@
Roland McGrath 4cda13d
 /* Recover relocatibility for addresses computed from debug information.
Roland McGrath 4cda13d
-   Copyright (C) 2005-2009 Red Hat, Inc.
Roland McGrath 4cda13d
+   Copyright (C) 2005-2010 Red Hat, Inc.
Roland McGrath 4cda13d
    This file is part of Red Hat elfutils.
Roland McGrath 4cda13d
 
Roland McGrath 4cda13d
    Red Hat elfutils is free software; you can redistribute it and/or modify
Roland McGrath 4cda13d
@@ -240,7 +240,6 @@ dwfl_module_relocations (Dwfl_Module *mod)
Roland McGrath 4cda13d
 
Roland McGrath 4cda13d
     case ET_EXEC:
Roland McGrath 4cda13d
       assert (mod->main.vaddr == mod->low_addr);
Roland McGrath 4cda13d
-      assert (mod->debug.address_sync == mod->main.address_sync);
Roland McGrath 4cda13d
       break;
Roland McGrath 4cda13d
     }
Roland McGrath 4cda13d
 
Roland McGrath 4cda13d
-- 
Roland McGrath 4cda13d
1.7.2.3
Roland McGrath 4cda13d