]> git.eshelyaron.com Git - emacs.git/commitdiff
(unexec): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Sep 2002 15:55:11 +0000 (15:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Sep 2002 15:55:11 +0000 (15:55 +0000)
src/unexelf.c

index affdbad196496ea1d04c200337c681c94e5f3eeb..cf3fc9d5bcd23839292f6b891affbce8a3890e54 100644 (file)
@@ -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),