ソースを参照

Fixup silly typo

Eric Andersen 21 年 前
コミット
da609428b6
1 ファイル変更1 行追加1 行削除
  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:
 	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);