* 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
2012-12-10 Steve Ellcey <sellcey@mips.com>
+ * config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option.
+
+2012-12-10 Steve Ellcey <sellcey@mips.com>
+
PR target/54061
rtl.h (IGNORED_DWARF_REGNUM): New.
* dwarf2out.c (reg_loc_descriptor): Check for IGNORED_DWARF_REGNUM.
#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