diff options
| author | Ulrich Drepper <[email protected]> | 2008-01-09 05:49:49 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2008-01-09 05:49:49 +0000 |
| commit | e219f1c1b2a5a2e4f248714fdc93d031cdc5ee6a (patch) | |
| tree | fa6765a61fa75066ddc0dd271135025748a7faf6 /src/elflint.c | |
| parent | 9fbf0d9bdcc9043491e7ea53e769506743160760 (diff) | |
propagate from branch 'com.redhat.elfutils.roland.pending' (head 26cc2ce45739af072e7ff4fdab5e8eb7cd756d50)
to branch 'com.redhat.elfutils' (head bb519012dee7013b2cab5c2f5ed465cb3821b063)
Diffstat (limited to 'src/elflint.c')
| -rw-r--r-- | src/elflint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/elflint.c b/src/elflint.c index 85b24954..e4ebac4c 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -1,5 +1,5 @@ /* Pedantic checking of ELF files compliance with gABI/psABI spec. - Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Red Hat, Inc. + Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 2001. @@ -1507,7 +1507,6 @@ check_dynamic (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true }, [DT_RUNPATH] = { [DT_STRTAB] = true }, [DT_PLTREL] = { [DT_JMPREL] = true }, - [DT_PLTRELSZ] = { [DT_JMPREL] = true } }; bool has_dt[DT_NUM]; bool has_val_dt[DT_VALNUM]; |
