]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Remove bogon leaked from other branch. elfutils-0.127
authorRoland McGrath <roland@redhat.com>
Thu, 19 Apr 2007 16:43:43 +0000 (16:43 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 19 Apr 2007 16:43:43 +0000 (16:43 +0000)
libelf/elf_getdata.c

index 0a513edb1ca979084dea557cd4e9325a5fc363d4..9d4b83e47b1a2fc0a73b34578e5e756298eb1933 100644 (file)
@@ -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] =
     {