[PATCH] basename buffer gets spammed in `ld'

Andrew Cagney ac131313@cygnus.com
Tue Jul 10 22:55:00 GMT 2001


> On Mon, Jul 09, 2001 at 07:48:03PM -0400, DJ Delorie wrote:
> 
>> 
>> Have you tried replacing basename() with libiberty's new lbasename()?
> 
> 
> Nope.  I stayed consistent with the existing style of using basename().
> (especially since I'd like to also commit this to the 2.11 branch)
> 
> I'd rather commit my patch and leave trying lbasename() to a
> basename->lbasename sweep.


Just a heads up.  I've approval in principal to change the lbasename() 
signature to:

	const char *lbasename (const char *);

If you're doing a s/basename/lbasename/ sweep please keep this in mind.

	Andrew



More information about the Binutils mailing list