From: Anatoly Sokolov Date: Thu, 1 Jun 2006 15:04:12 +0000 (+0400) Subject: avr.h (SET_ASM_OP): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3f27077c42ca8959ef37b8e7541e06826094d42;p=gcc.git avr.h (SET_ASM_OP): Define. * config/avr/avr.h (SET_ASM_OP): Define. From-SVN: r114308 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 03737bd6ab3..1dea455c109 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-05-30 Anatoly Sokolov + + * config/avr/avr.h (SET_ASM_OP): Define. + 2006-06-01 Kazu Hirata * config/bfin/bfin.c: Fix comment typos. diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 186cfc6834e..b5931da95a2 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -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 \ { \