aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-07 13:04:35 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-07 13:04:35 -0500
commit3f05895f120334a4500bd18e776a27eac1e7343e (patch)
tree117f55c9021d78bc851f323fb98d4066c2bf1919 /sysdeps
parentecb6fb48b765007d910e3f02840a98a67bb25420 (diff)
downloadglibc-3f05895f120334a4500bd18e776a27eac1e7343e.zip
glibc-3f05895f120334a4500bd18e776a27eac1e7343e.tar.gz
glibc-3f05895f120334a4500bd18e776a27eac1e7343e.tar.bz2
Remove Alpha support from ldsodefs.h
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/ldsodefs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
index 4128058..3bfde5f 100644
--- a/sysdeps/generic/ldsodefs.h
+++ b/sysdeps/generic/ldsodefs.h
@@ -194,8 +194,6 @@ struct La_ppc64_regs;
struct La_ppc64_retval;
struct La_sh_regs;
struct La_sh_retval;
-struct La_alpha_regs;
-struct La_alpha_retval;
struct La_s390_32_regs;
struct La_s390_32_retval;
struct La_s390_64_regs;
@@ -240,10 +238,6 @@ struct audit_ifaces
uintptr_t *, const struct La_sh_regs *,
unsigned int *, const char *name,
long int *framesizep);
- Elf64_Addr (*alpha_gnu_pltenter) (Elf64_Sym *, unsigned int, uintptr_t *,
- uintptr_t *, struct La_alpha_regs *,
- unsigned int *, const char *name,
- long int *framesizep);
Elf32_Addr (*s390_32_gnu_pltenter) (Elf32_Sym *, unsigned int, uintptr_t *,
uintptr_t *, struct La_s390_32_regs *,
unsigned int *, const char *name,
@@ -287,10 +281,6 @@ struct audit_ifaces
unsigned int (*sh_gnu_pltexit) (Elf32_Sym *, unsigned int, uintptr_t *,
uintptr_t *, const struct La_sh_regs *,
struct La_sh_retval *, const char *);
- unsigned int (*alpha_gnu_pltexit) (Elf64_Sym *, unsigned int, uintptr_t *,
- uintptr_t *,
- const struct La_alpha_regs *,
- struct La_alpha_retval *, const char *);
unsigned int (*s390_32_gnu_pltexit) (Elf32_Sym *, unsigned int,
uintptr_t *, uintptr_t *,
const struct La_s390_32_regs *,