From e7cd3c2979933ff5e63f57fd1edc08e67dc1ce33 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Apr 2002 09:57:12 +0000 Subject: [PATCH] (unexec) [__sgi]: Undo the change from 2002-01-20. --- src/ChangeLog | 4 ++++ src/unexelf.c | 13 ------------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index d59af0d5fb4..693272711d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-04-13 Eli Zaretskii + + * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20. + 2002-04-12 Gerd Moellmann * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame diff --git a/src/unexelf.c b/src/unexelf.c index 3779127d113..592490d2798 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -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 , - 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), -- 2.39.2