mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
80425e6c82
cruft (like the #pragma alloca for AIX). In addition to that problem, the C alloca calls xmalloc, which means checking for being out of memory can't work right. The following changes remove all uses of alloca from BFD. * hosts/solaris2.h: Remove alloca cruft. * som.c: Replace alloca with a fixed size auto array. * aoutx.h, elfcode.h, nlmcode.h, bout.c, coff-alpha.c, ecoff.c, ecofflink.c, elf32-hppa.c, elf32-mips.c, linker.c, reloc.c, som.c: Replace alloca with malloc and appropriate error checking and freeing. * linker.c: Replace alloca with obstack_alloc. * libbfd.h: Rebuilt. |
||
---|---|---|
.. | ||
.Sanitize | ||
alphaosf.h | ||
amix.h | ||
apollo68.h | ||
apollov68.h | ||
decstation.h | ||
delta68.h | ||
delta88.h | ||
delta88v4.h | ||
dgux.h | ||
dose.h | ||
dpx2.h | ||
esix.h | ||
go32.h | ||
harris.h | ||
hp300.h | ||
hp300bsd.h | ||
hppabsd.h | ||
hppahpux.h | ||
hppaosf.h | ||
i386aix.h | ||
i386bsd.h | ||
i386lynx.h | ||
i386mach3.h | ||
i386osf1mk.h | ||
i386sco.h | ||
i386v4.h | ||
i386v.h | ||
irix3.h | ||
irix4.h | ||
lynx.h | ||
m68klynx.h | ||
miniframe.h | ||
mipsbsd.h | ||
mpw.h | ||
ncr3000.h | ||
news-mips.h | ||
riscos.h | ||
rs6000.h | ||
rs6000lynx.h | ||
rtbsd.h | ||
solaris2.h | ||
sparc-ll.h | ||
sparc.h | ||
sparclynx.h | ||
std-host.h | ||
stratus.h | ||
sun3.h | ||
symmetry.h | ||
sysv4.h | ||
tahoe.h | ||
ultra3.h | ||
vaxbsd.h | ||
vaxult2.h | ||
vaxult.h | ||
we32k.h |