[PATCH] Deleting discardable stabs

Alan Modra amodra@bigpond.net.au
Fri Nov 2 15:58:00 GMT 2001


On Tue, Nov 13, 2001 at 04:12:12PM -0500, Daniel Jacobowitz wrote:
> 
> How's it look?

OK for the generic part, except for one place.  I'll leave the mips
review to the mips maintainer.

> @@ -6591,6 +6594,11 @@ elf_link_input_bfd (finfo, input_bfd)
>  	}
>  
>        /* Write out the modified section contents.  */
> +      if (bed->elf_backend_write_section
> +	  && bed->elf_backend_write_section (output_bfd, o, contents))
> +	{
> +	  /* Section written out.  */
> +	}

Missing "else" ?

>        if (elf_section_data (o)->stab_info)
>  	{
>  	  if (! (_bfd_write_section_stabs



More information about the Binutils mailing list