OSDN Git Service

* config/avr/avr.h (SET_ASM_OP): Define.
authordenisc <denisc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jun 2006 15:04:12 +0000 (15:04 +0000)
committerdenisc <denisc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jun 2006 15:04:12 +0000 (15:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114308 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 03737bd..1dea455 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 186cfc6..b5931da 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                                   \
     {                                  \