Commit 58748261 by Steve Ellcey Committed by Steve Ellcey

gnu-user.h (NO_SHARED_SPECS): Add space before option.

2012-12-10  Steve Ellcey  <sellcey@mips.com>

	* config/mips/gnu-user.h (NO_SHARED_SPECS): Add space before option.

From-SVN: r194373
parent 2cd45f0e
2012-12-10 Steve Ellcey <sellcey@mips.com> 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 PR target/54061
rtl.h (IGNORED_DWARF_REGNUM): New. rtl.h (IGNORED_DWARF_REGNUM): New.
* dwarf2out.c (reg_loc_descriptor): Check for IGNORED_DWARF_REGNUM. * dwarf2out.c (reg_loc_descriptor): Check for IGNORED_DWARF_REGNUM.
...@@ -97,7 +97,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -97,7 +97,7 @@ along with GCC; see the file COPYING3. If not see
#ifdef HAVE_AS_NO_SHARED #ifdef HAVE_AS_NO_SHARED
/* Default to -mno-shared for non-PIC. */ /* Default to -mno-shared for non-PIC. */
# define NO_SHARED_SPECS \ # define NO_SHARED_SPECS \
"%{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}" " %{mshared|mno-shared|fpic|fPIC|fpie|fPIE:;:-mno-shared}"
#else #else
# define NO_SHARED_SPECS "" # define NO_SHARED_SPECS ""
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment