avr.h (SET_ASM_OP): Define.
authorAnatoly Sokolov <aesok@post.ru>
Thu, 1 Jun 2006 15:04:12 +0000 (19:04 +0400)
committerDenis Chertykov <denisc@gcc.gnu.org>
Thu, 1 Jun 2006 15:04:12 +0000 (19:04 +0400)
* config/avr/avr.h (SET_ASM_OP): Define.

From-SVN: r114308

gcc/ChangeLog
gcc/config/avr/avr.h

index 03737bd6ab374757bf159844f9983549c91721ad..1dea455c109c3a941d6138625160f50349a0bc7c 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-30  Anatoly Sokolov <aesok@post.ru>
+
+       * config/avr/avr.h (SET_ASM_OP): Define.
+
 2006-06-01  Kazu Hirata  <kazu@codesourcery.com>
 
        * config/bfin/bfin.c: Fix comment typos.
index 186cfc6834e4f22194e2719c8e775fce3a2f81d0..b5931da95a2880f299db223159077ad0d2c5d828 100644 (file)
@@ -591,6 +591,8 @@ do {                                                                         \
 /* Globalizing directive for a label.  */
 #define GLOBAL_ASM_OP ".global\t"
 
+#define SET_ASM_OP     "\t.set\t"
+
 #define ASM_WEAKEN_LABEL(FILE, NAME)   \
   do                                   \
     {                                  \