]> git.eshelyaron.com Git - emacs.git/commit
Include <syms.h>, not <sym.h> on IRIX. Removed
authorGerd Moellmann <gerd@gnu.org>
Tue, 7 Dec 1999 09:50:01 +0000 (09:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 7 Dec 1999 09:50:01 +0000 (09:50 +0000)
commit52da6a59f17afe50bdae531cfcc2742e518a1fd0
tree07c97d10d51a8077b0d88111e43d0205593aeb95
parent0b82e382e320f9e0d3be725b3a5e9b6cd2bf03d2
Include <syms.h>, not <sym.h> 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.

Merge changes from 20.5.
(unexec): Handle .lit4 and .lit8 unconditionally.
src/unexelf.c