avr.h (SET_ASM_OP): Define.
* config/avr/avr.h (SET_ASM_OP): Define. From-SVN: r114308
This commit is contained in:
parent
aab260801e
commit
d3f27077c4
@ -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.
|
||||
|
@ -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 \
|
||||
{ \
|
||||
|
Loading…
Reference in New Issue
Block a user