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]
Other format: [Raw text]

Re: MIPS_STABS_ELF is now broken


On Tue, Jun 11, 2002 at 01:01:40PM -0700, H . J . Lu wrote:
> 
> But it is not an excuse to break the existing gcc binaries. Here is a
> new patch. It basically treats
> 
> 	.file 1 "foo.c"
> 
> like
> 
> 	.file 1 "foo.c"
> 	.file "foo.c"
> 
> for MIPS_STABS_ELF.
> 

Oops. I left out one ChangeLog entry:

	(dwarf2_finish): Never output dwarf debug info if all_segs
	is NULL.

Is that 100% safe? When do we want to output dwarf debug when all_segs
is NULL? If so, can we do

	if (all_segs == NULL && files_in_use <= 2)
	  return;


H.J.

Attachment: gas-stabs.patch
Description: Text document


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