diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/avr/avr.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 03737bd..1dea455 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 186cfc6..b5931da 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 \ { \ |
