diff options
| author | Roland McGrath <[email protected]> | 2007-04-27 03:26:04 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2007-04-27 03:26:04 +0000 |
| commit | 420c8b5374fb39227d6eba5de2e760c3ba048002 (patch) | |
| tree | 352a9dd90fdadc000d3a4f9ac94d39a8f5960677 /backends/alpha_init.c | |
| parent | 4be1524398af8e24011cfdfa77c66832f8654a56 (diff) | |
2007-04-26 Roland McGrath <[email protected]>
* 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.c | 3 |
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 <[email protected]>, 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; |
