git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c88b06
)
m32r: use __stringify() macro in assembler.h
author
Hirokazu Takata
<takata@linux-m32r.org>
Sat, 2 May 2009 13:08:33 +0000
(22:08 +0900)
committer
Hirokazu Takata
<takata@linux-m32r.org>
Sat, 2 May 2009 13:38:21 +0000
(22:38 +0900)
Replace #x with __stringify(x).
Also, #ifndef __STR is removed and undefine __STR macro at the beginning.
The __STR() macro is still remained, because the assembler.h might be
included from assembly codes as well as C codes.
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
No differences found