Eric Andersen 21 anni fa
parent
commit
da609428b6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ldso/ldso/powerpc/elfinterp.c

+ 1 - 1
ldso/ldso/powerpc/elfinterp.c

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