diff options
author | Nick Clifton <nickc@redhat.com> | 2011-03-22 09:04:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2011-03-22 09:04:11 +0000 |
commit | 6fd5332b45083b82b5f568906baa1aec743af386 (patch) | |
tree | 1ea43fa90813e86d8392b748d32bdf6360e5f837 | |
parent | 01841ac09118a182e00303786f35461fb3e8e9c6 (diff) | |
download | gcc-6fd5332b45083b82b5f568906baa1aec743af386.zip gcc-6fd5332b45083b82b5f568906baa1aec743af386.tar.gz gcc-6fd5332b45083b82b5f568906baa1aec743af386.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/cygming.h | 2 |
2 files changed, 6 insertions, 1 deletions
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 <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 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 |