From fef7974b61b9c6d2d128966cdd5ce959312e6ad3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 18 Sep 2002 15:55:11 +0000 Subject: [PATCH] (unexec): Undo previous change. --- src/unexelf.c | 4 ---- 1 file changed, 4 deletions(-) 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),