Björn Haase <[EMAIL PROTECTED]> 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.



_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to