fix last patch

This commit is contained in:
Ian Lance Taylor 1997-03-18 00:24:50 +00:00
parent bc68afb237
commit b140021852
1 changed files with 1 additions and 1 deletions

View File

@ -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)