avr.h (SET_ASM_OP): Define.

* config/avr/avr.h (SET_ASM_OP): Define.

From-SVN: r114308
This commit is contained in:
Anatoly Sokolov 2006-06-01 19:04:12 +04:00 committed by Denis Chertykov
parent aab260801e
commit d3f27077c4
2 changed files with 6 additions and 0 deletions

View 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.

View 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 \
{ \