Mercurial > emacs
changeset 44554:63e02f3f116c
(unexec) [__sgi]: Undo the change from 2002-01-20.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 13 Apr 2002 09:52:42 +0000 |
parents | 536e5590a586 |
children | 8f0060b3240b |
files | src/unexelf.c |
diffstat | 1 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/src/unexelf.c Fri Apr 12 20:11:06 2002 +0000 +++ b/src/unexelf.c Sat Apr 13 09:52:42 2002 +0000 @@ -1012,15 +1012,6 @@ ".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), @@ -1204,10 +1195,6 @@ ".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),