Commit 4a68b724 by Nick Clifton

mn10300.h (LINK_SPEC): Do not use linker relaxation when performing an incremental link.

	* config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
	relaxation when performing an incremental link.

From-SVN: r175584
parent 72a32729
2011-06-28 Nick Clifton <nickc@redhat.com>
* config/mn10300/mn10300.h (LINK_SPEC): Do not use linker
relaxation when performing an incremental link.
2011-06-28 Kai Tietz <ktietz@redhat.com> 2011-06-28 Kai Tietz <ktietz@redhat.com>
* tree-ssa-math-opts.c (execute_optimize_bswap): Search * tree-ssa-math-opts.c (execute_optimize_bswap): Search
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#undef LIB_SPEC #undef LIB_SPEC
#undef ENDFILE_SPEC #undef ENDFILE_SPEC
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "%{mrelax:--relax}" #define LINK_SPEC "%{mrelax:%{!r:--relax}}"
#undef STARTFILE_SPEC #undef STARTFILE_SPEC
#define STARTFILE_SPEC "%{!mno-crt0:%{!shared:%{pg:gcrt0%O%s}%{!pg:%{p:mcrt0%O%s}%{!p:crt0%O%s}}}}" #define STARTFILE_SPEC "%{!mno-crt0:%{!shared:%{pg:gcrt0%O%s}%{!pg:%{p:mcrt0%O%s}%{!p:crt0%O%s}}}}"
......
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