From: Richard M. Stallman Date: Wed, 18 Sep 2002 15:55:11 +0000 (+0000) Subject: (unexec): Undo previous change. X-Git-Tag: ttn-vms-21-2-B4~13133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fef7974b61b9c6d2d128966cdd5ce959312e6ad3;p=emacs.git (unexec): Undo previous change. --- diff --git a/src/unexelf.c b/src/unexelf.c index affdbad1964..cf3fc9d5bcd 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -1012,8 +1012,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) ".lit4") || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), ".lit8") - || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), - ".got") || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), ".sdata1") || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), @@ -1197,8 +1195,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) ".lit4") || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), ".lit8") - || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), - ".got") || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), ".sdata1") || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),