This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: RFA: MIPS/dwarf-2, GCC part


On Tue, 2002-06-11 at 15:14, Richard Henderson wrote:
> On Tue, Jun 11, 2002 at 05:49:19PM -0400, Daniel Jacobowitz wrote:
> > -  if (first_time)
> > +#ifdef HAVE_AS_DWARF2_DEBUG_LINE
> > +  /* If we are emitting DWARF-2, let dwarf2out handle the ".file"
> > +     directives.  */
> > +  if (write_symbols == DWARF2_DEBUG)
> > +    return;
> > +  else
> > +#endif
> 
> I don't see why this is conditionalized on HAVE_AS_DWARF2_DEBUG_LINE.
> Seems to me that even dwarf2 as emitted by the compiler wouldn't need it.

Was wondering about this myself since the dwarf2 bits for irix6 are
working...

-eric

-- 
I will not carve gods


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