diff options
| author | Jan Kratochvil <[email protected]> | 2013-08-27 22:49:36 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-09-02 23:20:14 +0200 |
| commit | ed9d2cad539eef89abac0490bbcbf647758905e3 (patch) | |
| tree | a722b7f8e81c4668b0b40a4470e27f646a0e15bc /backends/s390_init.c | |
| parent | 292b1787b6ccc429ebba177600dffdb5b33443f7 (diff) | |
backends: Hook abi_cfi for ppc and s390.
Signed-off-by: Jan Kratochvil <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/s390_init.c')
| -rw-r--r-- | backends/s390_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/s390_init.c b/backends/s390_init.c index 91fe4b8d..630a2ee3 100644 --- a/backends/s390_init.c +++ b/backends/s390_init.c @@ -1,5 +1,5 @@ /* Initialization of S/390 specific backend library. - Copyright (C) 2005, 2006 Red Hat, Inc. + Copyright (C) 2005, 2006, 2013 Red Hat, Inc. This file is part of elfutils. This file is free software; you can redistribute it and/or modify @@ -61,6 +61,7 @@ s390_init (elf, machine, eh, ehlen) eh->core_note = s390x_core_note; else HOOK (eh, core_note); + HOOK (eh, abi_cfi); /* Only the 64-bit format uses the incorrect hash table entry size. */ if (eh->class == ELFCLASS64) |
