diff options
| author | Ulrich Drepper <[email protected]> | 2005-08-07 08:12:22 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-08-07 08:12:22 +0000 |
| commit | b03b05785914250d53d31e966373617f6104bd9d (patch) | |
| tree | 2da0e3cec4bb107100824cee10cce599596f5db2 /libebl/ppc64_init.c | |
| parent | b944695be7719b6f98c762fe7847245efb3d609b (diff) | |
Add support for a few missing DT_ and R_* values.
Import new elf.h.
Diffstat (limited to 'libebl/ppc64_init.c')
| -rw-r--r-- | libebl/ppc64_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libebl/ppc64_init.c b/libebl/ppc64_init.c index 8231a32d..347444c0 100644 --- a/libebl/ppc64_init.c +++ b/libebl/ppc64_init.c @@ -37,6 +37,7 @@ ppc64_init (elf, machine, eh, ehlen) eh->reloc_valid_use = ppc64_reloc_valid_use; eh->reloc_simple_type = ppc64_reloc_simple_type; eh->dynamic_tag_name = ppc64_dynamic_tag_name; + eh->dynamic_tag_check = ppc64_dynamic_tag_check; eh->copy_reloc_p = ppc64_copy_reloc_p; eh->destr = ppc64_destr; |
