Skip to content
Snippets Groups Projects
Commit e4ac826f authored by denisc's avatar denisc
Browse files

* 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
parent 1a4340cd
No related branches found
No related tags found
No related merge requests found
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 \
{ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment