From 6fd5332b45083b82b5f568906baa1aec743af386 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 22 Mar 2011 09:04:11 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/cygming.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e44957..42d2b14 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-22 Nick Clifton + + * config/i386/cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Remove + trailing backslash from the end of the macro definition. + 2011-03-22 Andreas Krebbel * config/s390/s390.c (s390_delegitimize_address): Handle PLTOFF diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h index 41ca799..6a6278a 100644 --- a/gcc/config/i386/cygming.h +++ b/gcc/config/i386/cygming.h @@ -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 -- 2.7.4