aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-18 15:55:11 +0000
committerRichard M. Stallman2002-09-18 15:55:11 +0000
commitfef7974b61b9c6d2d128966cdd5ce959312e6ad3 (patch)
tree646af257d36d8355989c74d18087044ada77c2c0 /src
parentca0c725020b78ca0ec2ea38b13e4903a8ea44f59 (diff)
downloademacs-fef7974b61b9c6d2d128966cdd5ce959312e6ad3.tar.gz
emacs-fef7974b61b9c6d2d128966cdd5ce959312e6ad3.zip
(unexec): Undo previous change.
Diffstat (limited to 'src')
-rw-r--r--src/unexelf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/unexelf.c b/src/unexelf.c
index affdbad1964..cf3fc9d5bcd 100644
--- a/src/unexelf.c
+++ b/src/unexelf.c
@@ -1013,8 +1013,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
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 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), 1015 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1016 ".got")
1017 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1018 ".sdata1") 1016 ".sdata1")
1019 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), 1017 || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
1020 ".data1") 1018 ".data1")
@@ -1198,8 +1196,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
1198 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), 1196 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1199 ".lit8") 1197 ".lit8")
1200 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), 1198 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1201 ".got")
1202 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1203 ".sdata1") 1199 ".sdata1")
1204 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), 1200 || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name),
1205 ".data1")) 1201 ".data1"))