From e3e60f6bdc80109e6cfbd092049a4bbb2f43c457 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Fri, 2 Jan 2009 21:14:11 +0000 Subject: Updated to fedora-glibc-20090102T2110 --- sysdeps/unix/sysv/linux/alpha/bits/elfclass.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/elfclass.h (limited to 'sysdeps/unix/sysv/linux/alpha/bits/elfclass.h') diff --git a/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h b/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h deleted file mode 100644 index e5aa4a0fbd..0000000000 --- a/sysdeps/unix/sysv/linux/alpha/bits/elfclass.h +++ /dev/null @@ -1,14 +0,0 @@ -/* This file specifies the native word size of the machine, which indicates - the ELF file class used for executables and shared objects on this - machine. */ - -#ifndef _LINK_H -# error "Never use directly; include instead." -#endif - -#include - -#define __ELF_NATIVE_CLASS __WORDSIZE - -/* Linux/Alpha is exceptional as it has .hash section with 64 bit entries. */ -typedef uint64_t Elf_Symndx; -- cgit v1.2.3