This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Update of gcc/config/alpha/elf.h
On Tuesday 03 September 2002 04:32 am, Richard Henderson wrote:
> On Mon, Sep 02, 2002 at 11:31:27PM -0500, Michael S. Zick wrote:
> > -#define ASM_SPEC "%{G*} %{relax:-relax}
> > %{!gstabs*:-no-mdebug}%{gstabs*:-mdebug}" +/* use new GNU-AS debug
> > options - dwarf2 unless told otherwise. */ +#define ASM_SPEC "%{G*}
> > %{relax:-relax}%{!gstabs*:-gdwarf2}%{gstabs*:-gstabs}"
>
> This doesn't do what you think it does. Using -mdebug is still correct.
>
>
> r~
My mind translates that into: "Your problem lies higher up the food chain".
I.E: Closer to the source code.
That change did stop the passing of -no-mdebug (shown by gcc -v ) to the
assembler.
And I do agree with you, my mind wasn't giving the slightest thought to what
it does. I was only looking at the before and after result. Which I realize
can be mis-leading.
Backporting the change of Aug 29, 21:40:09 (shown as revision 1.63 in cvs) by
thorpej to the gcc-3.1.1 source also avoids the passing of -no-mdebug to the
assembler.
Sorry, did my testing before the back-porting. And never repeated the testing
AFTER I did the backport.
Mike