|
@@ -473,7 +473,7 @@ _dl_do_reloc (struct elf_resolve *tpnt,struct dyn_elf *scope,
|
|
default:
|
|
default:
|
|
_dl_dprintf(2, "%s: can't handle reloc type ", _dl_progname);
|
|
_dl_dprintf(2, "%s: can't handle reloc type ", _dl_progname);
|
|
#if defined (__SUPPORT_LD_DEBUG__)
|
|
#if defined (__SUPPORT_LD_DEBUG__)
|
|
- _dl_dprintf(2, "%s ", _dl_reltypes[reloc_type]);
|
|
|
|
|
|
+ _dl_dprintf(2, "%s ", _dl_reltypes(reloc_type));
|
|
#endif
|
|
#endif
|
|
if (symtab_index)
|
|
if (symtab_index)
|
|
_dl_dprintf(2, "'%s'\n", strtab + symtab[symtab_index].st_name);
|
|
_dl_dprintf(2, "'%s'\n", strtab + symtab[symtab_index].st_name);
|