summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-04-19 16:43:43 +0000
committerRoland McGrath <roland@redhat.com>2007-04-19 16:43:43 +0000
commit6ae0218a86310af22249e1e831f7d1448975d528 (patch)
treefada7e1cd7c4dfc41c3c5019908026fd627753b9
parente9b776860636bd2c4aaaa93f37885779e083cf9a (diff)
downloadelfutils-0.127.tar.gz
Remove bogon leaked from other branch.elfutils-0.127
-rw-r--r--libelf/elf_getdata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libelf/elf_getdata.c b/libelf/elf_getdata.c
index 0a513edb..9d4b83e4 100644
--- a/libelf/elf_getdata.c
+++ b/libelf/elf_getdata.c
@@ -116,7 +116,6 @@ const uint_fast8_t __libelf_type_aligns[EV_NUM - 1][ELFCLASSNUM - 1][ELF_T_NUM]
[ELF_T_VNAUX] = __alignof__ (ElfW2(Bits,Vernaux)), \
[ELF_T_MOVE] = __alignof__ (ElfW2(Bits,Move)), \
[ELF_T_LIB] = __alignof__ (ElfW2(Bits,Lib)), \
- [ELF_T_AUXV] = __alignof__ (ElfW2(Bits,auxv_t)), \
}
[EV_CURRENT - 1] =
{