From 14f7a5afa617b563c965ad7a3b698de281648d41 Mon Sep 17 00:00:00 2001 From: sje Date: Mon, 10 Dec 2012 22:27:49 +0000 Subject: [PATCH] 2012-12-10 Steve Ellcey * config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194373 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/mips/gnu-user.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7eb9437..de421ec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2012-12-10 Steve Ellcey + * config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option. + +2012-12-10 Steve Ellcey + PR target/54061 rtl.h (IGNORED_DWARF_REGNUM): New. * dwarf2out.c (reg_loc_descriptor): Check for IGNORED_DWARF_REGNUM. diff --git a/gcc/config/mips/gnu-user.h b/gcc/config/mips/gnu-user.h index d35ddac..f15130b 100644 --- a/gcc/config/mips/gnu-user.h +++ b/gcc/config/mips/gnu-user.h @@ -97,7 +97,7 @@ along with GCC; see the file COPYING3. If not see #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}" #else # define NO_SHARED_SPECS "" #endif -- 2.7.4