From 78f87101497179cc89dd62c9f3c9d37bccd6f2ca Mon Sep 17 00:00:00 2001 From: daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 30 Oct 2006 08:25:25 +0000 Subject: [PATCH] * config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118179 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/linux.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index abcdecefe879..91a71e10b46b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-30 David Daney <ddaney@avtrex.com> + + * config/mips/linux.h (NO_SHARED_SPECS): Correct syntax error. + 2006-10-30 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/29637 diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index f84867a1cf3b..a56c1cc683ff 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -183,7 +183,7 @@ Boston, MA 02110-1301, USA. */ #ifdef HAVE_AS_NO_SHARED /* Default to -mno-shared for non-PIC. */ #define NO_SHARED_SPECS \ - "%{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}", + "%{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}" #define DRIVER_SELF_SPECS NO_SHARED_SPECS #else #define NO_SHARED_SPECS -- GitLab