diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-07 07:52:17 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-07 07:52:17 +0000 |
commit | b615f6d2b114afaf9ee2c3033b11ac53eb17c5a7 (patch) | |
tree | 836203c027785e22d3b6f6c2964c632f86ba4cf2 /libexec | |
parent | b37d468c2ad0d89f717f5b834550162258c2591d (diff) |
Notes
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/ia64/reloc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libexec/rtld-elf/ia64/reloc.c b/libexec/rtld-elf/ia64/reloc.c index 0c62a87aef803..ca68ca01c1471 100644 --- a/libexec/rtld-elf/ia64/reloc.c +++ b/libexec/rtld-elf/ia64/reloc.c @@ -259,6 +259,9 @@ reloc_non_plt_obj(Obj_Entry *obj_rtld, Obj_Entry *obj, const Elf_Rela *rela, break; } + case R_IA64_NONE: + break; + default: _rtld_error("%s: Unsupported relocation type %d" " in non-PLT relocations\n", obj->path, |