Commit d3f27077 by Anatoly Sokolov Committed by Denis Chertykov

avr.h (SET_ASM_OP): Define.

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

From-SVN: r114308
parent aab26080
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 \
{ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment