From: Eli Zaretskii Date: Sat, 13 Apr 2002 09:53:06 +0000 (+0000) Subject: (unexec) [__sgi]: Undo the change from 2002-01-20. X-Git-Tag: ttn-vms-21-2-B4~15643 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e144dfa8e3f62158db1563ae042ad2ddc148f599;p=emacs.git (unexec) [__sgi]: Undo the change from 2002-01-20. --- diff --git a/src/ChangeLog b/src/ChangeLog index d33e08bd6af..8b02330ffef 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 a9d1e247185..cf3fc9d5bcd 100644 --- a/src/unexelf.c +++ b/src/unexelf.c @@ -1012,15 +1012,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), @@ -1204,10 +1195,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),