[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/unexelf.c
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/src/unexelf.c |
Date: |
Thu, 05 Sep 2002 13:07:42 -0400 |
Index: emacs/src/unexelf.c
diff -c emacs/src/unexelf.c:1.47 emacs/src/unexelf.c:1.48
*** emacs/src/unexelf.c:1.47 Tue Jan 22 15:56:29 2002
--- emacs/src/unexelf.c Sat Apr 13 05:52:42 2002
***************
*** 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),
--- 1012,1017 ----
***************
*** 1204,1213 ****
".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),
--- 1195,1200 ----
- [Emacs-diffs] Changes to emacs/src/unexelf.c,
Dave Love <=