This is the mail archive of the binutils@sources.redhat.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: [patch] pe-dll.c: Fix formatting (another one!)


On Mon, 9 Oct 2000, Kazu Hirata wrote:

> I almost committed the patch, but I guess I need an official approval. :-)

OK.

> @@ -841,9 +846,11 @@
>  		}
>  	    }
>  	  free (relocs);
> -	  /* Warning: the allocated symbols are remembered in BFD and reused
> -	     later, so don't free them! */
> -	  /* free (symbols); */
> +	  /* Warning: the allocated symbols are remembered in BFD and
> +	     reused later, so don't free them!  */
> +#if 0
> +	  free (symbols);
> +#endif

You may as well delete the "free (symbols)" completely.  Leaving code
commented out, or inside #if 0 .. #endif is really only useful if someone
might want to enable it in the future.

-- 
Linuxcare.  Support for the Revolution.


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