diff options
| author | Richard M. Stallman | 2002-09-16 15:30:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-16 15:30:04 +0000 |
| commit | c721078eb9ed2e7ff3093dd6e96dd43a71df199a (patch) | |
| tree | a65cfb09c5f4e152b2189b71e7eba53e1d38bfb1 /src | |
| parent | bde4f35405acfa091950acb5e9207f68b1486b31 (diff) | |
| download | emacs-c721078eb9ed2e7ff3093dd6e96dd43a71df199a.tar.gz emacs-c721078eb9ed2e7ff3093dd6e96dd43a71df199a.zip | |
(unexec): Deal with .got, reinstating change from 25-08-1999.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/unexelf.c | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4ad23b91929..75092f3d862 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-09-16 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * unexelf.c (unexec): Deal with .got, reinstating change from | ||
| 4 | 25-08-1999. | ||
| 5 | |||
| 1 | 2002-09-13 Richard M. Stallman <rms@gnu.org> | 6 | 2002-09-13 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * s/sol2-6.h (UNEXEC): Comment out definition. | 8 | * s/sol2-6.h (UNEXEC): Comment out definition. |
diff --git a/src/unexelf.c b/src/unexelf.c index cf3fc9d5bcd..affdbad1964 100644 --- a/src/unexelf.c +++ b/src/unexelf.c | |||
| @@ -1013,6 +1013,8 @@ 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), | ||
| 1016 | ".sdata1") | 1018 | ".sdata1") |
| 1017 | || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), | 1019 | || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name), |
| 1018 | ".data1") | 1020 | ".data1") |
| @@ -1196,6 +1198,8 @@ unexec (new_name, old_name, data_start, bss_start, entry_address) | |||
| 1196 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), | 1198 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), |
| 1197 | ".lit8") | 1199 | ".lit8") |
| 1198 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), | 1200 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), |
| 1201 | ".got") | ||
| 1202 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), | ||
| 1199 | ".sdata1") | 1203 | ".sdata1") |
| 1200 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), | 1204 | || !strcmp ((old_section_names + NEW_SECTION_H (nn).sh_name), |
| 1201 | ".data1")) | 1205 | ".data1")) |