diff options
| author | Gerd Moellmann | 1999-12-07 09:54:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-07 09:54:52 +0000 |
| commit | 96acb1f72f73783dd2b2e0b88d965ae6fd7624ab (patch) | |
| tree | defb5f5282529b9d86ae5b99990cf601bde883dd /src | |
| parent | 2bf57b132cf9ff883257393a7aee15e0a47d0fec (diff) | |
| download | emacs-96acb1f72f73783dd2b2e0b88d965ae6fd7624ab.tar.gz emacs-96acb1f72f73783dd2b2e0b88d965ae6fd7624ab.zip | |
(UNEXEC): Use unexelf.o instead of unexsgi.o.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 21 | ||||
| -rw-r--r-- | src/m/iris5d.h | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c000e0f58bd..a58117865c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 1999-12-07 Alexandre Oliva <oliva@dcc.unicamp.br> | ||
| 2 | |||
| 3 | * unexelf.c: Include <syms.h>, not <sym.h> on IRIX. Removed | ||
| 4 | duplicate definition of ElfW. | ||
| 5 | (find_section): Copied from unexsgi.c. | ||
| 6 | (unexec): Use find_section. Adjust whitespace. Initialize | ||
| 7 | new_data2_offset based on old_data, not sbss (this fixes a bug on | ||
| 8 | IRIX6). Change #ifdef __mips to __sgi, since it's IRIX-specific. | ||
| 9 | Adjust test for presence of .mdebug section to the new return | ||
| 10 | value of find_section. | ||
| 11 | |||
| 12 | 1999-12-07 Gerd Moellmann <gerd@gnu.org> | ||
| 13 | |||
| 14 | * unexelf.c: Merge changes from 20.5. | ||
| 15 | (unexec): Handle .lit4 and .lit8 unconditionally. | ||
| 16 | |||
| 17 | * m/iris4d.h (UNEXEC) [USG5_4]: Use unexelf.o instead of | ||
| 18 | unexsgi.o again. | ||
| 19 | |||
| 20 | * m/iris5d.h (UNEXEC): Likewise. | ||
| 21 | |||
| 1 | 1999-12-06 Stefan Monnier <monnier@cs.yale.edu> | 22 | 1999-12-06 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 23 | ||
| 3 | * editfns.c (Fdelete_and_extract_region): New function. | 24 | * editfns.c (Fdelete_and_extract_region): New function. |
diff --git a/src/m/iris5d.h b/src/m/iris5d.h index 9614d53bd5d..23b9aa35f69 100644 --- a/src/m/iris5d.h +++ b/src/m/iris5d.h | |||
| @@ -115,7 +115,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 115 | #ifdef UNEXEC | 115 | #ifdef UNEXEC |
| 116 | #undef UNEXEC | 116 | #undef UNEXEC |
| 117 | #endif | 117 | #endif |
| 118 | #define UNEXEC unexsgi.o | 118 | #define UNEXEC unexelf.o |
| 119 | 119 | ||
| 120 | #define TEXT_START 0x400000 | 120 | #define TEXT_START 0x400000 |
| 121 | 121 | ||