changeset 47504:77f6066f43b7

(unexec): Deal with .got, reinstating change from 25-08-1999.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Sep 2002 15:28:25 +0000
parents 8b3fa993e0ad
children 9a2f14e681dd
files src/unexelf.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexelf.c	Mon Sep 16 15:20:20 2002 +0000
+++ b/src/unexelf.c	Mon Sep 16 15:28:25 2002 +0000
@@ -1013,6 +1013,8 @@
 	  || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
 		      ".lit8")
 	  || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
+		      ".got")
+	  || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
 		      ".sdata1")
 	  || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
 		      ".data1")
@@ -1196,6 +1198,8 @@
 	      || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
 			  ".lit8")
 	      || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
+			  ".got")
+	      || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
 			  ".sdata1")
 	      || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
 			  ".data1"))