diff options
| author | Roland McGrath <[email protected]> | 2008-02-21 06:19:39 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-02-21 06:19:39 +0000 |
| commit | 059c83e5db89955913a39fe6705acca571c32c3f (patch) | |
| tree | 9eaf08fd255365d45be91bb3bf288194ffa423e5 /backends/alpha_init.c | |
| parent | 712d78eced9020ccfa1c27d32c2929cf16398293 (diff) | |
Finish elflint .gnu.attributes checking
Diffstat (limited to 'backends/alpha_init.c')
| -rw-r--r-- | backends/alpha_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/alpha_init.c b/backends/alpha_init.c index 794d412a..3c9e29d2 100644 --- a/backends/alpha_init.c +++ b/backends/alpha_init.c @@ -1,5 +1,5 @@ /* Initialization of Alpha specific backend library. - Copyright (C) 2002, 2005, 2006, 2007 Red Hat, Inc. + Copyright (C) 2002, 2005, 2006, 2007, 2008 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 2002. @@ -57,6 +57,7 @@ alpha_init (elf, machine, eh, ehlen) HOOK (eh, machine_section_flag_check); HOOK (eh, register_info); HOOK (eh, core_note); + HOOK (eh, auxv_info); eh->sysvhash_entrysize = sizeof (Elf64_Xword); return MODVERSION; |
