]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwfl_module_relocations: Remove over-eager assert.
authorRoland McGrath <roland@redhat.com>
Wed, 1 Dec 2010 01:39:55 +0000 (17:39 -0800)
committerRoland McGrath <roland@redhat.com>
Wed, 1 Dec 2010 01:39:55 +0000 (17:39 -0800)
libdwfl/ChangeLog
libdwfl/derelocate.c

index dd4eb10c7bdcf36914ab5f1576bfa339cb498064..c5746c87b2bfae553dd340251aecb86f6461b2b3 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-30  Roland McGrath  <roland@redhat.com>
+
+       * derelocate.c (dwfl_module_relocations): Remove over-eager assert.
+
 2010-11-12  Roland McGrath  <roland@redhat.com>
 
        * libdwflP.h (struct Dwfl_Module): New member main_bias.
index 483b75eb40c750e2b6bec1aba023d9af950e2907..ba6d9db4dc1d9a730bde59bf879f7a245ec9b5b8 100644 (file)
@@ -1,5 +1,5 @@
 /* Recover relocatibility for addresses computed from debug information.
-   Copyright (C) 2005-2009 Red Hat, Inc.
+   Copyright (C) 2005-2010 Red Hat, Inc.
    This file is part of Red Hat elfutils.
 
    Red Hat elfutils is free software; you can redistribute it and/or modify
@@ -240,7 +240,6 @@ dwfl_module_relocations (Dwfl_Module *mod)
 
     case ET_EXEC:
       assert (mod->main.vaddr == mod->low_addr);
-      assert (mod->debug.address_sync == mod->main.address_sync);
       break;
     }