This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ar.c:normalize()


   Date: Fri, 15 Oct 1999 13:10:51 +0000
   From: Andrew Morton <akpm@bigfoot.com>

   Just spotted this in binutils-2.9.5.0.14/binutils/ar.c:


   static const char *
   normalize (file, abfd)
	const char *file;
	bfd *abfd;
   {
     const char *filename;

     if (full_pathname)
       return filename;


   Doesn't look good...

Thanks for the note.  That does indeed look sort of bad.  I checked in
a fix to return file rather than filename.

Ian

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]