Re: bucomm.c and mkstemp of mktemp

2005-05-05 Thread Alan Modra
On Mon, May 02, 2005 at 08:40:15AM -0700, [EMAIL PROTECTED] wrote: > When I run make to build binutils I get an error message saying mkstemp should > be used in bucomm.c instead of mktemp. No, you get a *warning*. Killing the warning is non-trivial. -- Alan Modra IBM OzLabs - Linux Technology C

[Bug ld/932] New: hidden symbol `__gcov_execvp' in /usr/lib64/gcc/powerpc64-suse-linux/4.0.1/libgcov.a(_gcov_execvp.o) is referenced by DSO

2005-05-05 Thread olh at suse dot de
/usr/lib64/gcc/powerpc64-suse-linux/4.0.1/crtsavres.o /usr/lib64/gcc/powerpc64-suse-linux/4.0.1/crtend.o /usr/lib64/gcc/powerpc64-suse-linux/4.0.1/../../../../lib64/crtn.o GNU ld version 2.16.90 20050505 Supported emulations: elf64ppc elf32ppclinux elf32ppc elf32ppcsim /home/abuild

bucomm.c and mkstemp of mktemp

2005-05-05 Thread jmcmanus
When I run make to build binutils I get an error message saying mkstemp should be used in bucomm.c instead of mktemp. In ChangeLog-0001, there is a not from Steven J Hill (2001-11-12) saying to use mkstemp in place of mktemp. There is also a note from Nick Clifton (2001-11-14) saying to use mkstemp

[Bug ld/882] Version script doesn't work on executable

2005-05-05 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-05 17:44 --- Fixed with: http://sourceware.org/ml/binutils/2005-04/msg00822.html -- What|Removed |Added

[Bug gas/876] .space with non-absolute value

2005-05-05 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-05-05 17:00 --- Hi, This appears to be a bug in the symbol value evaluation code in gas. It has special case code for + and - based expressions, but for others it just ignores any errors unless the value is being finalized.

[Bug binutils/868] bfd leaks memory in several places

2005-05-05 Thread levon at movementarian dot org
--- Additional Comments From levon at movementarian dot org 2005-05-05 14:44 --- Subject: Re: bfd leaks memory in several places On Thu, May 05, 2005 at 02:36:01PM -, nickc at redhat dot com wrote: > The least intrusive way to resolve most of these would be to provide a > new fun

[Bug binutils/868] bfd leaks memory in several places

2005-05-05 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-05-05 14:35 --- Subject: Re: New: bfd leaks memory in several places Hi John, > 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: >

Re: [Bug binutils/868] New: bfd leaks memory in several places

2005-05-05 Thread Nick Clifton
Hi John, 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); [etc] The least intrusive way to resolve most of these would be to provide a n

[Bug gas/927] New: Building binutils fail because of the md_relax_table declaration is obsolete

2005-05-05 Thread ibron2 at freemail dot hu
Building binutils failed giving an error: "tc-i386.h:443: error: array type has incomplete element type" I was trying to compile a mingw32 cross-compiler under Fedora Core 3 (x86_64) I used gcc-4.0.0-2 for this Download this install script: http://www.mingw.org/MinGWiki/index.php/BuildMingwCross