summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-10 13:03:12 +0000
committerRoland McGrath <roland@gnu.org>1996-06-10 13:03:12 +0000
commit567c63af19d2f03836d14856596b4ae6259c03a8 (patch)
tree1be11c1b7255851437f33e4bf8bd9f91b0f0c02a /ChangeLog
parent266180eb985e14fa9f77cfd3b41e9211e9986162 (diff)
* elf/link.h: Include elfclass.h to define __ELF_NATIVE_CLASS.
(ElfW, ELFW): Use it. * elf/Makefile (headers): Add elfclass.h. * sysdeps/wordsize-32/elfclass.h: New file. * sysdeps/wordsize-64/elfclass.h: New file. * sysdeps/alpha/Implies: Add wordsize-64. * sysdeps/i386/Implies: Add wordsize-32. * sysdeps/m68k/Implies: Add wordsize-32. * sysdeps/mips/Implies: Add wordsize-32. * sysdeps/sparc/Implies: Add wordsize-32.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16f8c5b832..231facf905 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
Mon Jun 10 06:14:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * elf/link.h: Include elfclass.h to define __ELF_NATIVE_CLASS.
+ (ElfW, ELFW): Use it.
+ * elf/Makefile (headers): Add elfclass.h.
+ * sysdeps/wordsize-32/elfclass.h: New file.
+ * sysdeps/wordsize-64/elfclass.h: New file.
+ * sysdeps/alpha/Implies: Add wordsize-64.
+ * sysdeps/i386/Implies: Add wordsize-32.
+ * sysdeps/m68k/Implies: Add wordsize-32.
+ * sysdeps/mips/Implies: Add wordsize-32.
+ * sysdeps/sparc/Implies: Add wordsize-32.
+
* sysdeps/mach/hurd/dl-sysdep.c (__open): Define this instead of open.
(__close, __mmap): Likewise define with __ names now.