avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] tool chain bug


From: Theodore A. Roth
Subject: Re: [avr-gcc-list] tool chain bug
Date: Mon, 30 Sep 2002 10:25:47 -0700 (PDT)

On Mon, 30 Sep 2002, Joerg Wunsch wrote:

:) Only nit:
:)
:) @@ -4887,8 +4887,8 @@
:)          "__SP_L__ = 0x3d\n", file);
:)
:)    fputs ("__tmp_reg__ = 0\n"
:) -        "__zero_reg__ = 1\n"
:) -        "_PC_ = 2\n", file);
:) +         "__zero_reg__ = 1\n", file);
:) +/*   "_ PC_ = 2\n", file); */
:)
:)    /* FIXME: output these only if there is anything in the .data / .bss
:)       sections - some code size could be saved by not linking in the
:)
:) I'd say just drop the _PC_ line completely even from the source of gcc
:) (as opposed to making it a comment).  The meta information that lead
:) to its dismissal is best kept in CVS, so there's IMHO no need to keep
:) dead code around in the source.

I forgot to remove the comment. Marek committed the patch without the
comment.

The latest cvs should now be free of _PC_ usage.

Ted Roth

avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]