Commit 6fd5332b by Nick Clifton Committed by Nick Clifton

cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove trailing backslash from the end…

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
parent 01841ac0
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
......
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