vxworks.h (VXWORKS_LINK_SPEC): Fix typo.

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

From-SVN: r126954
This commit is contained in:
Nathan Froyd 2007-07-26 12:29:12 +00:00 committed by Nathan Froyd
parent c956e102df
commit 1c387101e0
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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>
Julian Brown <julian@codesourcery.com>

View file

@ -59,7 +59,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
%{mrtp:-q %{h*} \
%{R*} %{!Wl,-T*: %{!T*: %(link_start) }} \
%(link_target) %(link_os)}} \
%{v:-V} \
%{v:-v} \
%{shared:-shared} \
%{Bstatic:-Bstatic} \
%{Bdynamic:-Bdynamic} \
@ -131,3 +131,6 @@ extern void vxworks_asm_out_destructor (rtx symbol, int priority);
while (0)
#define VXWORKS_KIND VXWORKS_KIND_NORMAL
/* The diab linker does not handle .gnu_attribute sections. */
#undef HAVE_AS_GNU_ATTRIBUTE