From b1400218528ed697ce328e13e48a5d2e4f13fbd3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 18 Mar 1997 00:24:50 +0000 Subject: [PATCH] fix last patch --- gas/write.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gas/write.c b/gas/write.c index e737075337..779c73d3ee 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)