bfd has several memory leaks. I'm fixing the ones in dwarf2.c, but a simple grep
for 'bfd_realloc' shows several obvious leaks on failure:
./bfd/bfdio.c:bim->buffer = bfd_realloc (bim->buffer, newsize);
./bfd/bfdio.c:bim->buffer = bfd_realloc (bim->buffer, newsize);
./bfd/bfdwi
Hello,
I am getting to compilation errors for binutils-2.14.
Here are the details of my machine:
1. RedHat version: RHES 7.2
2. Kernel: 2.4.9-34
3. gcc : 2.96 (default gcc. We compile gcc-3.2 in a different location)
Before I run ./configure, I am setting the below variables
export CC=/usr/local/g