emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/unexelf.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/unexelf.c
Date: Sun, 20 Jan 2002 13:02:37 -0500

Index: emacs/src/unexelf.c
diff -c emacs/src/unexelf.c:1.44 emacs/src/unexelf.c:1.45
*** emacs/src/unexelf.c:1.44    Sun Nov 25 20:18:25 2001
--- emacs/src/unexelf.c Sun Jan 20 13:02:36 2002
***************
*** 1012,1017 ****
--- 1012,1026 ----
                      ".lit4")
          || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
                      ".lit8")
+ #if __sgi
+         /* According to David Kaelbling <address@hidden>,
+            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),
***************
*** 1190,1195 ****
--- 1199,1208 ----
                        ".lit4")
            || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
                        ".lit8")
+ #if __sgi
+           || !strcmp ((old_section_names + NEW_SECTION_H (n).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),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]