mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-24 16:30:53 +08:00
Add parentheses around __frv__ symbol in #if defined test
From-SVN: r124073
This commit is contained in:
parent
f91141b1a2
commit
b91670c7a4
@ -74,7 +74,7 @@ extern void abort (void);
|
||||
/* No pic register. */
|
||||
#elif defined(__SPU__)
|
||||
# define PIC_REG "126"
|
||||
#elif defined __frv__
|
||||
#elif defined (__frv__)
|
||||
# ifdef __FRV_FDPIC__
|
||||
# define PIC_REG "gr15"
|
||||
# else
|
||||
|
Loading…
x
Reference in New Issue
Block a user