aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2002-04-13 09:53:06 +0000
committerEli Zaretskii2002-04-13 09:53:06 +0000
commite144dfa8e3f62158db1563ae042ad2ddc148f599 (patch)
treec4c66095b429ac932e18ced98f2f26028cd8048d /src
parent30104690c3e30aae247e9ad5605f1ad9a3d5b189 (diff)
downloademacs-e144dfa8e3f62158db1563ae042ad2ddc148f599.tar.gz
emacs-e144dfa8e3f62158db1563ae042ad2ddc148f599.zip
(unexec) [__sgi]: Undo the change from 2002-01-20.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/unexelf.c13
2 files changed, 4 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d33e08bd6af..8b02330ffef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * unexelf.c (unexec) [__sgi]: Undo the change from 2002-01-20.
4
12002-04-12 Gerd Moellmann <gerd@gnu.org> 52002-04-12 Gerd Moellmann <gerd@gnu.org>
2 6
3 * xdisp.c (sync_frame_with_window_matrix_rows): Don't give frame 7 * 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)
1012 ".lit4") 1012 ".lit4")
1013 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), 1013 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1014 ".lit8") 1014 ".lit8")
1015#if __sgi
1016 /* According to David Kaelbling <drk@bobo.hudson.sgi.com>,
1017 the SGI-specific section below is required to avoid core
1018 dumps during startup (due to SIGBUS) in an X-toolkit
1019 version of Emacs . That was on Irix 6.5.14f with
1020 development tools versions 7.3.1.3m and 7.2.1.3m. */
1021 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1022 ".got")
1023#endif
1024 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), 1015 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1025 ".sdata1") 1016 ".sdata1")
1026 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), 1017 || !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)
1204 ".lit4") 1195 ".lit4")
1205 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), 1196 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1206 ".lit8") 1197 ".lit8")
1207#if __sgi
1208 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1209 ".got")
1210#endif
1211 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), 1198 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1212 ".sdata1") 1199 ".sdata1")
1213 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), 1200 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),