From: David O'Brien Date: Sun, 29 Aug 2004 23:26:05 +0000 (+0000) Subject: sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with other FreeBSD platforms. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5a0c2304832ceb4a3a28a5a57c156197f127b8c1;p=gcc.git sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with other FreeBSD platforms. 2004-08-29 David O'Brien * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with other FreeBSD platforms. Approved by: Mark Mitchell Message-ID: <41325B1D.9020901@codesourcery.com> From-SVN: r86739 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 888f316d5fe..6517d475b70 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-29 David O'Brien + + * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC): Sync '-p' handling with + other FreeBSD platforms. + 2004-08-29 Richard Earnshaw * arm.h (REVERSE_CONDITION): Define. diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index f3f722d6db8..bb3b9dd07fc 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -1091,7 +1091,7 @@ extern int fixuplabelno; #define LINK_START_FREEBSD_SPEC "" #define LINK_OS_FREEBSD_SPEC "\ - %{p:%e`-p' not supported; use `-pg' and gprof(1)} \ + %{p:%nconsider using `-pg' instead of `-p' with gprof(1)} \ %{Wl,*:%*} \ %{v:-V} \ %{assert*} %{R*} %{rpath*} %{defsym*} \