summaryrefslogtreecommitdiff
path: root/backends/alpha_init.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-04-27 03:26:04 +0000
committerRoland McGrath <roland@redhat.com>2007-04-27 03:26:04 +0000
commit420c8b5374fb39227d6eba5de2e760c3ba048002 (patch)
tree352a9dd90fdadc000d3a4f9ac94d39a8f5960677 /backends/alpha_init.c
parent4be1524398af8e24011cfdfa77c66832f8654a56 (diff)
downloadelfutils-420c8b5374fb39227d6eba5de2e760c3ba048002.tar.gz
2007-04-26 Roland McGrath <roland@redhat.com>
* alpha_regs.c: New file. * Makefile.am (alpha_SRCS): Add it. * alpha_init.c (alpha_init): Initialize register_info hook.
Diffstat (limited to 'backends/alpha_init.c')
-rw-r--r--backends/alpha_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/alpha_init.c b/backends/alpha_init.c
index 1590fc88..3570af70 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 Red Hat, Inc.
+ Copyright (C) 2002, 2005, 2006, 2007 Red Hat, Inc.
This file is part of Red Hat elfutils.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
@@ -54,6 +54,7 @@ alpha_init (elf, machine, eh, ehlen)
HOOK (eh, dynamic_tag_check);
HOOK (eh, reloc_simple_type);
HOOK (eh, return_value_location);
+ HOOK (eh, register_info);
eh->sysvhash_entrysize = sizeof (Elf64_Xword);
return MODVERSION;