From: Ian Lance Taylor Date: Tue, 18 Mar 1997 00:24:50 +0000 (+0000) Subject: fix last patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1400218528ed697ce328e13e48a5d2e4f13fbd3;p=binutils-gdb.git fix last patch --- diff --git a/gas/write.c b/gas/write.c index e7370753379..779c73d3ee6 100644 --- a/gas/write.c +++ b/gas/write.c @@ -920,7 +920,7 @@ write_relocs (abfd, sec, xxx) #else n = n * MAX_RELOC_EXPANSION; /* Set up reloc information as well. */ - relocs = (arelent **) xmalloc (stdoutput, n * sizeof (arelent *)); + relocs = (arelent **) xmalloc (n * sizeof (arelent *)); i = 0; for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next)