OSDN Git Service

(LINK_SPEC): %{V} %{v:%{!V:-V}} -> %{v:-V}.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jul 1996 18:50:43 +0000 (18:50 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jul 1996 18:50:43 +0000 (18:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12433 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/dgux.h
gcc/config/i386/sol2.h

index 1bcbb09..0b255da 100644 (file)
@@ -26,7 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "i386/sysv4.h"
 
 #ifndef VERSION_INFO2
-#define VERSION_INFO2   "$Revision: 1.1 $"
+#define VERSION_INFO2   "$Revision: 1.2 $"
 #endif
 
 #ifndef VERSION_STRING
@@ -189,7 +189,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 "%{!shared:%{!symbolic:-lc}}"
 
 #undef LINK_SPEC
-#define LINK_SPEC "%{z*} %{h*} %{V} %{v:%{!V:-V}} \
+#define LINK_SPEC "%{z*} %{h*} %{v:-V} \
                   %{static:-dn -Bstatic} \
                   %{shared:-G -dy} \
                   %{symbolic:-Bsymbolic -G -dy} \
index f8aa358..b76784d 100644 (file)
@@ -53,7 +53,7 @@ Boston, MA 02111-1307, USA.  */
 /* This should be the same as in svr4.h, except with -R added.  */
 #undef LINK_SPEC
 #define LINK_SPEC \
-  "%{h*} %{V} %{v:%{!V:-V}} \
+  "%{h*} %{v:-V} \
    %{b} %{Wl,*:%*} \
    %{static:-dn -Bstatic} \
    %{shared:-G -dy -z text} \