fix last patch
This commit is contained in:
parent
bc68afb237
commit
b140021852
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ write_relocs (abfd, sec, xxx)
|
||||||
#else
|
#else
|
||||||
n = n * MAX_RELOC_EXPANSION;
|
n = n * MAX_RELOC_EXPANSION;
|
||||||
/* Set up reloc information as well. */
|
/* Set up reloc information as well. */
|
||||||
relocs = (arelent **) xmalloc (stdoutput, n * sizeof (arelent *));
|
relocs = (arelent **) xmalloc (n * sizeof (arelent *));
|
||||||
|
|
||||||
i = 0;
|
i = 0;
|
||||||
for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next)
|
for (fixp = seginfo->fix_root; fixp != (fixS *) NULL; fixp = fixp->fx_next)
|
||||||
|
|
Loading…
Add table
Reference in a new issue