diff options
author | Roland McGrath <roland@redhat.com> | 2008-02-21 06:19:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2008-02-21 06:19:39 +0000 |
commit | 059c83e5db89955913a39fe6705acca571c32c3f (patch) | |
tree | 9eaf08fd255365d45be91bb3bf288194ffa423e5 /backends/ppc_init.c | |
parent | 712d78eced9020ccfa1c27d32c2929cf16398293 (diff) | |
download | elfutils-059c83e5db89955913a39fe6705acca571c32c3f.tar.gz |
Finish elflint .gnu.attributes checking
Diffstat (limited to 'backends/ppc_init.c')
-rw-r--r-- | backends/ppc_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/ppc_init.c b/backends/ppc_init.c index 7edc8fad..2e587167 100644 --- a/backends/ppc_init.c +++ b/backends/ppc_init.c @@ -1,5 +1,5 @@ /* Initialization of PPC specific backend library. - Copyright (C) 2004, 2005, 2006, 2007 Red Hat, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <drepper@redhat.com>, 2004. @@ -59,6 +59,7 @@ ppc_init (elf, machine, eh, ehlen) HOOK (eh, register_info); HOOK (eh, core_note); HOOK (eh, auxv_info); + HOOK (eh, check_object_attribute); return MODVERSION; } |