diff options
| author | Richard M. Stallman <rms@gnu.org> | 2002-09-18 15:55:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2002-09-18 15:55:11 +0000 |
| commit | fef7974b61b9c6d2d128966cdd5ce959312e6ad3 (patch) | |
| tree | 646af257d36d8355989c74d18087044ada77c2c0 /src | |
| parent | ca0c725020b78ca0ec2ea38b13e4903a8ea44f59 (diff) | |
| download | emacs-fef7974b61b9c6d2d128966cdd5ce959312e6ad3.tar.gz | |
(unexec): Undo previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexelf.c | 4 |
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) || !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") @@ -1198,8 +1196,6 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) || !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")) |
