]> git.eshelyaron.com Git - emacs.git/commitdiff
(unexec) [__sgi]: Undo the change from 2002-01-20.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Apr 2002 09:57:12 +0000 (09:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Apr 2002 09:57:12 +0000 (09:57 +0000)
src/ChangeLog
src/unexelf.c

index d59af0d5fb43224d650d78d9576d46ac4c2c2217..693272711d1c7652e21cad7c5bcb450e28df7c90 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
+
 2002-04-12  Gerd Moellmann  <gerd@gnu.org>
 
        * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame
index 3779127d1131e63cd15fee64942f34371119d71c..592490d2798002ee6798c6048297c90ad792a619 100644 (file)
@@ -1033,15 +1033,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
                      ".lit4")
          || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
                      ".lit8")
-#if __sgi
-         /* According to David Kaelbling <drk@bobo.hudson.sgi.com>,
-            the SGI-specific section below is required to avoid core
-            dumps during startup (due to SIGBUS) in an X-toolkit
-            version of Emacs .  That was on Irix 6.5.14f with
-            development tools versions 7.3.1.3m and 7.2.1.3m.  */
-         || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
-                     ".got")
-#endif
          || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
                      ".sdata1")
          || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
@@ -1220,10 +1211,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
                        ".lit4")
            || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
                        ".lit8")
-#if __sgi
-           || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
-                       ".got")
-#endif
            || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
                        ".sdata1")
            || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),