cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove trailing backslash from the end of the macro definition.
* config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove trailing backslash from the end of the macro definition. From-SVN: r171280
This commit is contained in:
parent
01841ac091
commit
6fd5332b45
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-03-22 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
|
||||
trailing backslash from the end of the macro definition.
|
||||
|
||||
2011-03-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF
|
||||
|
|
|
@ -207,7 +207,7 @@ do { \
|
|||
(flag_pic > 1) ? "PIC" : "pic"); \
|
||||
flag_pic = 0; \
|
||||
} \
|
||||
} while (0) \
|
||||
} while (0)
|
||||
|
||||
/* Define this macro if references to a symbol must be treated
|
||||
differently depending on something about the variable or
|
||||
|
|
Loading…
Add table
Reference in a new issue