From: Gerd Moellmann Date: Tue, 7 Dec 1999 09:54:52 +0000 (+0000) Subject: (UNEXEC): Use unexelf.o instead of unexsgi.o. X-Git-Tag: emacs-pretest-21.0.90~5844 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=96acb1f72f73783dd2b2e0b88d965ae6fd7624ab;p=emacs.git (UNEXEC): Use unexelf.o instead of unexsgi.o. --- diff --git a/src/ChangeLog b/src/ChangeLog index c000e0f58bd..a58117865c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,24 @@ +1999-12-07 Alexandre Oliva + + * unexelf.c: Include , not on IRIX. Removed + duplicate definition of ElfW. + (find_section): Copied from unexsgi.c. + (unexec): Use find_section. Adjust whitespace. Initialize + new_data2_offset based on old_data, not sbss (this fixes a bug on + IRIX6). Change #ifdef __mips to __sgi, since it's IRIX-specific. + Adjust test for presence of .mdebug section to the new return + value of find_section. + +1999-12-07 Gerd Moellmann + + * unexelf.c: Merge changes from 20.5. + (unexec): Handle .lit4 and .lit8 unconditionally. + + * m/iris4d.h (UNEXEC) [USG5_4]: Use unexelf.o instead of + unexsgi.o again. + + * m/iris5d.h (UNEXEC): Likewise. + 1999-12-06 Stefan Monnier * 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. */ #ifdef UNEXEC #undef UNEXEC #endif -#define UNEXEC unexsgi.o +#define UNEXEC unexelf.o #define TEXT_START 0x400000