Commit 368e0b39 by Joseph Myers Committed by Joseph Myers

linux64.h (LINK_SPEC): Remove %{non_shared} %{call_shared}.

	* config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
	%{call_shared}.
	* config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
	* config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
	* config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
	%{call_shared} and conditionals on these options not being passed.
	* config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
	%{call_shared}.

From-SVN: r169024
parent 5ee9259f
2011-01-19 Joseph Myers <joseph@codesourcery.com>
* config/mips/linux64.h (LINK_SPEC): Remove %{non_shared}
%{call_shared}.
* config/mips/mips.h (LINK_SPEC): Remove %{non_shared}.
* config/mips/netbsd.h (LINK_SPEC): Remove %{call_shared}.
* config/mips/openbsd.h (LINK_SPEC): Remove %{non_shared}
%{call_shared} and conditionals on these options not being passed.
* config/mips/sde.h (LINK_SPEC): Remove %{non_shared}
%{call_shared}.
2011-01-19 Jakub Jelinek <jakub@redhat.com> 2011-01-19 Jakub Jelinek <jakub@redhat.com>
* ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge, * ipa-split.c (find_return_bb): Use single_pred_p/single_pred_edge,
......
...@@ -47,8 +47,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -47,8 +47,7 @@ along with GCC; see the file COPYING3. If not see
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC "\ #define LINK_SPEC "\
%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \ %{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} %{mips4} \
%{shared} %{non_shared} \ %{shared} \
%{call_shared} \
%(endian_spec) \ %(endian_spec) \
%{!shared: \ %{!shared: \
%{!static: \ %{!static: \
......
...@@ -1150,7 +1150,7 @@ enum mips_code_readable_setting { ...@@ -1150,7 +1150,7 @@ enum mips_code_readable_setting {
#define LINK_SPEC "\ #define LINK_SPEC "\
%(endian_spec) \ %(endian_spec) \
%{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32*} %{mips64*} \ %{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32*} %{mips64*} \
%{shared} %{non_shared}" %{shared}"
#endif /* LINK_SPEC defined */ #endif /* LINK_SPEC defined */
......
...@@ -148,7 +148,6 @@ along with GCC; see the file COPYING3. If not see ...@@ -148,7 +148,6 @@ along with GCC; see the file COPYING3. If not see
%{EB:-m elf32bmip} \ %{EB:-m elf32bmip} \
%(endian_spec) \ %(endian_spec) \
%{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32} %{mips32r2} %{mips64} \ %{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32} %{mips32r2} %{mips64} \
%{call_shared} \
%(netbsd_link_spec)" %(netbsd_link_spec)"
#define NETBSD_ENTRY_POINT "__start" #define NETBSD_ENTRY_POINT "__start"
......
...@@ -77,9 +77,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -77,9 +77,8 @@ along with GCC; see the file COPYING3. If not see
#undef LINK_SPEC #undef LINK_SPEC
#define LINK_SPEC \ #define LINK_SPEC \
"%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \ "%{G*} %{EB} %{EL} %{mips1} %{mips2} %{mips3} \
%{shared} %{non_shared} \ %{shared} \
%{call_shared} \ %{!shared: -non_shared} \
%{!shared: %{!non_shared: %{!call_shared: -non_shared}}} \
-dynamic-linker /usr/libexec/ld.so \ -dynamic-linker /usr/libexec/ld.so \
%{!nostdlib:%{!r:%{!e*:-e __start}}} -dc -dp \ %{!nostdlib:%{!r:%{!e*:-e __start}}} -dc -dp \
%{static:-Bstatic} %{!static:-Bdynamic} %{assert*}" %{static:-Bstatic} %{!static:-Bdynamic} %{assert*}"
......
...@@ -59,7 +59,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -59,7 +59,7 @@ along with GCC; see the file COPYING3. If not see
#define LINK_SPEC "\ #define LINK_SPEC "\
%(endian_spec) \ %(endian_spec) \
%{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32*} %{mips64*} \ %{G*} %{mips1} %{mips2} %{mips3} %{mips4} %{mips32*} %{mips64*} \
%{shared} %{non_shared} %{call_shared} \ %{shared} \
%{mabi=n32:-melf32%{EB:b}%{EL:l}tsmipn32} \ %{mabi=n32:-melf32%{EB:b}%{EL:l}tsmipn32} \
%{mabi=64:-melf64%{EB:b}%{EL:l}tsmip} \ %{mabi=64:-melf64%{EB:b}%{EL:l}tsmip} \
%{mabi=32:-melf32%{EB:b}%{EL:l}tsmip}" %{mabi=32:-melf32%{EB:b}%{EL:l}tsmip}"
......
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