This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: libiberty addition (for binutils): unlink_if_ordinary
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Jan Beulich <JBeulich at novell dot com>
- Cc: gcc-patches at gcc dot gnu dot org, binutils at sources dot redhat dot com
- Date: Tue, 1 Mar 2005 19:11:44 -0500 (EST)
- Subject: Re: libiberty addition (for binutils): unlink_if_ordinary
- References: <s1f74c78.014@emea1-mh.id2.novell.com>
On Wed, 26 Jan 2005, Jan Beulich wrote:
> libiberty/
> 2005-01-26 Jan Beulich <jbeulich@novell.com>
>
> * Makefile.in (CFILES): Add unlink-if-ordinary.c
> (REQUIRED_OFILES): Add unlink-if-ordinary.o.
> Add dependencies and rule for unlink-if-ordinary.o.
> * unlink-if-ordinary.c: New.
This caused a GCC warning regression: 2 new warnings for lstat
not being declared (once when compiled for host
i686-pc-linux-gnu, once for target cris-axis-elf). I suggest
the usual configure hoops be added.
brgds, H-P