diff options
Diffstat (limited to 'gcc/config/ia64/freebsd.h')
-rw-r--r-- | gcc/config/ia64/freebsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/ia64/freebsd.h b/gcc/config/ia64/freebsd.h index 94a6c935f56..7881ab17b4c 100644 --- a/gcc/config/ia64/freebsd.h +++ b/gcc/config/ia64/freebsd.h @@ -1,5 +1,5 @@ /* Definitions for Intel IA-64 running FreeBSD using the ELF format - Copyright (C) 2001, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 2001, 2004, 2007, 2010 Free Software Foundation, Inc. Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi. This file is part of GCC. @@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER } #define LINK_SPEC " \ - %{p:%nconsider using `-pg' instead of `-p' with gprof(1)} \ + %{p:%nconsider using '-pg' instead of '-p' with gprof(1)} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ %{shared:-Bshareable %{h*} %{soname*}} \ %{symbolic:-Bsymbolic} \ |