* config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2007 12:29:12 +0000 (12:29 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jul 2007 12:29:12 +0000 (12:29 +0000)
(HAVE_AS_GNU_ATTRIBUTE): Undefine.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126954 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/vxworks.h

index aa1e9d3..f789148 100644 (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>
 
index 2535b7a..ec20390 100644 (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