From 9424ed18f080504ed4121375942686226c0c15dd Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 10 Jun 1996 12:55:52 +0000 Subject: [PATCH] Mon Jun 10 06:14:03 1996 Roland McGrath * 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/alpha/Implies | 1 + sysdeps/m68k/Implies | 1 + sysdeps/mips/Implies | 1 + 3 files changed, 3 insertions(+) diff --git a/sysdeps/alpha/Implies b/sysdeps/alpha/Implies index 9323409..37fee79 100644 --- a/sysdeps/alpha/Implies +++ b/sysdeps/alpha/Implies @@ -1,2 +1,3 @@ +wordsize-64 # Alpha uses IEEE 754 floating point. ieee754 diff --git a/sysdeps/m68k/Implies b/sysdeps/m68k/Implies index a67e1c2..09dd873 100644 --- a/sysdeps/m68k/Implies +++ b/sysdeps/m68k/Implies @@ -1,2 +1,3 @@ +wordsize-32 # 68k uses IEEE 754 floating point. ieee754 diff --git a/sysdeps/mips/Implies b/sysdeps/mips/Implies index 60732ce..5aeb9ae 100644 --- a/sysdeps/mips/Implies +++ b/sysdeps/mips/Implies @@ -1,2 +1,3 @@ +wordsize-32 # MIPS uses IEEE 754 floating point. ieee754 -- 2.7.4