aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/sparc/freebsd.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5674f97e..019a5ec 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-07 David O'Brien <obrien@FreeBSD.org>
+
+ * config/sparc/freebsd.h: Fix mismatched spec {.
+
2002-02-07 Richard Henderson <rth@redhat.com>
* cfgrtl.c: Include recog.h and insn-config.h.
diff --git a/gcc/config/sparc/freebsd.h b/gcc/config/sparc/freebsd.h
index 314b07b..2366f0e 100644
--- a/gcc/config/sparc/freebsd.h
+++ b/gcc/config/sparc/freebsd.h
@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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*} \