avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] [AVR] avr6 support


From: Denis Chertykov
Subject: Re: [avr-libc-dev] [AVR] avr6 support
Date: 29 Jun 2006 21:07:36 +0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Björn Haase <address@hidden> writes:

> Hi Denis,
> 
> by the way, what do you think about the gcc part of the avr6 patch, I had 
> posted a couple of weeks ago?

I'm sorry. I forgot about it.

I don't like the following:
-     return \"icall\";
+    {
+      if (AVR_3_BYTE_PC)
+        return \"eicall\";
+      else
+        return \"icall\";
+    }

Better to support %PUNCT (something like %~call).
On example:
%^icall
`%^' will be substituted by `e' if AVR_3_BYTE_PC. 

Denis.





reply via email to

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