From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: Robert Lipe Cc: wilson@cygnus.com, egcs@cygnus.com Subject: Re: dwarf2 debug dependent upon GAS? Date: Sun, 28 Feb 1999 22:53:00 -0000 Message-ID: References: <19990221144644.M8783.cygnus.egcs@rjlhome.sco.com> <199902230124.RAA24440.cygnus.egcs@rtl.cygnus.com> <19990225143649.I17655@rjlhome.sco.com> <19990226001542.Z17655@rjlhome.sco.com> X-SW-Source: 1999-02n/msg01320.html Message-ID: <19990228225300.ui41bsBnXjkUQUp_JJFf8KS4KUWtx7jndk3-6MpkEQw@z> >>>>> Robert Lipe writes: > If the comment in dwarfout.c before TEXT_BEGIN_LABEL is to be believed, > we might have to make these labels '.Lblah'. My assembler doesn't make > them global with just the leading dot. Your call. Actually, I think we should use ASM_{GENERATE,OUTPUT}_INTERNAL_LABEL to handle such matters, like we do for text_end_label (and as the comment in dwarfout.c suggests). That's a bit more complicated than this approach, but more correct. Jason