From: Paul Eggert Date: Sun, 13 Jul 2003 07:27:01 +0000 (+0000) Subject: * unexelf.c (unexec): Consider a section to precede the .bss X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa8f0ff934e0ac83e9bd5faa63185cbd7c8557f8;p=emacs.git * unexelf.c (unexec): Consider a section to precede the .bss section if its addresses overlap that of .bss. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3fd496a0d7f..54031285237 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-07-12 Paul Eggert + + * unexelf.c (unexec): Consider a section to precede the .bss + section if its addresses overlap that of .bss. + 2003-07-07 Nozomu Ando (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.