Not all ports use 'tmp'.

This commit is contained in:
jonathan 1999-03-03 12:20:00 +00:00
parent 3eeb52dee0
commit 1988441027
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: reloc.c,v 1.16 1999/03/01 16:40:07 christos Exp $ */
/* $NetBSD: reloc.c,v 1.17 1999/03/03 12:20:00 jonathan Exp $ */
/*
* Copyright 1996 John D. Polstra.
@ -161,7 +161,9 @@ _rtld_relocate_nonplt_object(obj, rela, dodebug)
extern Elf_Addr _GLOBAL_OFFSET_TABLE_[];
extern Elf_Dyn _DYNAMIC;
#endif
#if defined(__i386__) || defined(__alpha__) || defined(__powerpc__)
Elf_Addr tmp;
#endif
switch (ELF_R_TYPE(rela->r_info)) {