OSDN Git Service

Fixup silly typo
authorEric Andersen <andersen@codepoet.org>
Thu, 29 Jan 2004 08:59:00 +0000 (08:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 29 Jan 2004 08:59:00 +0000 (08:59 -0000)
ldso/ldso/powerpc/elfinterp.c

index 5d731e4..3e2272a 100644 (file)
@@ -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);