Commit 1c387101 by Nathan Froyd Committed by Nathan Froyd

vxworks.h (VXWORKS_LINK_SPEC): Fix typo.

	* config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
	(HAVE_AS_GNU_ATTRIBUTE): Undefine.

From-SVN: r126954
parent c956e102
2007-07-26 Nathan Froyd <froydnj@codesourcery.com>
* config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
(HAVE_AS_GNU_ATTRIBUTE): Undefine.
2007-07-26 Mark Shinwell <shinwell@codesourcery.com> 2007-07-26 Mark Shinwell <shinwell@codesourcery.com>
Julian Brown <julian@codesourcery.com> Julian Brown <julian@codesourcery.com>
......
...@@ -59,7 +59,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ...@@ -59,7 +59,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
%{mrtp:-q %{h*} \ %{mrtp:-q %{h*} \
%{R*} %{!Wl,-T*: %{!T*: %(link_start) }} \ %{R*} %{!Wl,-T*: %{!T*: %(link_start) }} \
%(link_target) %(link_os)}} \ %(link_target) %(link_os)}} \
%{v:-V} \ %{v:-v} \
%{shared:-shared} \ %{shared:-shared} \
%{Bstatic:-Bstatic} \ %{Bstatic:-Bstatic} \
%{Bdynamic:-Bdynamic} \ %{Bdynamic:-Bdynamic} \
...@@ -131,3 +131,6 @@ extern void vxworks_asm_out_destructor (rtx symbol, int priority); ...@@ -131,3 +131,6 @@ extern void vxworks_asm_out_destructor (rtx symbol, int priority);
while (0) while (0)
#define VXWORKS_KIND VXWORKS_KIND_NORMAL #define VXWORKS_KIND VXWORKS_KIND_NORMAL
/* The diab linker does not handle .gnu_attribute sections. */
#undef HAVE_AS_GNU_ATTRIBUTE
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