diff options
| author | denisc <denisc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-01 15:04:12 +0000 |
|---|---|---|
| committer | denisc <denisc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-01 15:04:12 +0000 |
| commit | e4ac826f2139f30469f74e0e1ef3cdfc0f32d846 (patch) | |
| tree | a398db8cbc6f2058f38c584792f90ada0b70d4ac | |
| parent | 1a4340cd922476e4b50210f47258373aee9ca9ac (diff) | |
| download | ppe42-gcc-e4ac826f2139f30469f74e0e1ef3cdfc0f32d846.tar.gz ppe42-gcc-e4ac826f2139f30469f74e0e1ef3cdfc0f32d846.zip | |
* config/avr/avr.h (SET_ASM_OP): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114308 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 03737bd6ab3..1dea455c109 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 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 \ { \ |

