From: Richard Kenner Date: Fri, 13 Jan 1995 20:01:54 +0000 (-0500) Subject: (LINK_SPEC): Add missing "\". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9356b79f64c9acf44c1802902423683827d19be1;p=gcc.git (LINK_SPEC): Add missing "\". From-SVN: r8739 --- diff --git a/gcc/config/alpha/osf12.h b/gcc/config/alpha/osf12.h index 9a751ca4e84..4f3aeafd056 100644 --- a/gcc/config/alpha/osf12.h +++ b/gcc/config/alpha/osf12.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha. - Copyright (C) 1992, 1993 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu) This file is part of GNU CC. @@ -26,5 +26,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef LINK_SPEC #define LINK_SPEC \ - "-G 8 -O1 %{!shared:-init __main} %{static:-non_shared} + "-G 8 -O1 %{!shared:-init __main} %{static:-non_shared} \ %{!static:%{shared:-shared} %{!shared:-call_shared}}"