diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-01-29 08:59:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-01-29 08:59:00 +0000 |
commit | da609428b6b31a46c9309423824767ff7b2a415e (patch) | |
tree | 6fc49628b48138bc7faf95500e3da7b26175164c | |
parent | 33d52740fa760777d694879fc842e6a8e9ece0e3 (diff) |
Fixup silly typo
-rw-r--r-- | ldso/ldso/powerpc/elfinterp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/powerpc/elfinterp.c b/ldso/ldso/powerpc/elfinterp.c index 5d731e455..3e2272aca 100644 --- a/ldso/ldso/powerpc/elfinterp.c +++ b/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); |