changeset 89073:243bb1faeeb9

(unexec): Make .got handling not SGI-specific.
author Dave Love <fx@gnu.org>
date Thu, 05 Sep 2002 17:07:41 +0000
parents 603b787e6146
children c8babd9c44df
files src/unexelf.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexelf.c	Thu Sep 05 17:03:03 2002 +0000
+++ b/src/unexelf.c	Thu Sep 05 17:07:41 2002 +0000
@@ -1012,15 +1012,8 @@
 		      ".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 +1197,8 @@
 			  ".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),