aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-07 09:54:52 +0000
committerGerd Moellmann1999-12-07 09:54:52 +0000
commit96acb1f72f73783dd2b2e0b88d965ae6fd7624ab (patch)
treedefb5f5282529b9d86ae5b99990cf601bde883dd /src/ChangeLog
parent2bf57b132cf9ff883257393a7aee15e0a47d0fec (diff)
downloademacs-96acb1f72f73783dd2b2e0b88d965ae6fd7624ab.tar.gz
emacs-96acb1f72f73783dd2b2e0b88d965ae6fd7624ab.zip
(UNEXEC): Use unexelf.o instead of unexsgi.o.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c000e0f58bd..a58117865c6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
11999-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
121999-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
11999-12-06 Stefan Monnier <monnier@cs.yale.edu> 221999-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.