aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2002-02-08 02:49:25 +0000
committerDavid O'Brien <obrien@gcc.gnu.org>2002-02-08 02:49:25 +0000
commitb1138bf371db835190215933290abd8e9f09a7f6 (patch)
tree8bc905a30ce927a398a8438dc485adae4b347ebf /gcc
parentad2a4e2b472a1a1e6b7152183451b65d8ecba8a7 (diff)
downloadgcc-b1138bf371db835190215933290abd8e9f09a7f6.zip
gcc-b1138bf371db835190215933290abd8e9f09a7f6.tar.gz
gcc-b1138bf371db835190215933290abd8e9f09a7f6.tar.bz2
freebsd.h: Fix mismatched spec {.
2002-02-07 David O'Brien <obrien@FreeBSD.org> * config/sparc/freebsd.h: Fix mismatched spec {. From-SVN: r49603
Diffstat (limited to 'gcc')
-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*} \