]> git.eshelyaron.com Git - emacs.git/commitdiff
* unexelf.c (unexec): Consider a section to precede the .bss
authorPaul Eggert <eggert@twinsun.com>
Sun, 13 Jul 2003 07:27:01 +0000 (07:27 +0000)
committerPaul Eggert <eggert@twinsun.com>
Sun, 13 Jul 2003 07:27:01 +0000 (07:27 +0000)
section if its addresses overlap that of .bss.

src/ChangeLog

index 3fd496a0d7ff09d16ad99f77caae24c21ae56aac..5403128523752a59a317b01002b2785b02a3e18c 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-12  Paul Eggert  <eggert@twinsun.com>
+
+       * unexelf.c (unexec): Consider a section to precede the .bss
+       section if its addresses overlap that of .bss.
+
 2003-07-07  Nozomu Ando  <nand@mac.com>  (tiny change)
 
        * buffer.c (Fkill_buffer): Clear charpos cache if necessary.
@@ -13833,6 +13838,6 @@ See ChangeLog.8 for earlier changes.
 ;; coding: iso-2022-7bit
 ;; End:
 
-    Copyright (C) 2001 Free Software Foundation, Inc.
+    Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.