This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] fix mismatched spec } in sparc/freebsd.h


Committed under obviously correct rule.

Index: freebsd.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/sparc/freebsd.h,v
retrieving revision 1.1
diff -u -r1.1 freebsd.h
--- freebsd.h	2001/12/17 07:33:07	1.1
+++ freebsd.h	2002/02/08 02:46:36
@@ -27,7 +27,7 @@
 #define CPP_PREDEFINES FBSD_CPP_PREDEFINES
 
 #define LINK_SPEC "-m elf64_sparc %(link_arch)				\
-  %{!mno-relax:%{!r:-relax}						\
+  %{!mno-relax:%{!r:-relax}}						\
   %{p:%e`-p' not supported; use `-pg' and gprof(1)}			\
   %{Wl,*:%*}								\
   %{assert*} %{R*} %{rpath*} %{defsym*}					\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]