From e1f53ecdc82e256102b6c456e0042c1d7afb546b Mon Sep 17 00:00:00 2001 From: andreast Date: Wed, 26 Oct 2011 06:59:47 +0000 Subject: [PATCH] 2011-10-26 Andreas Tobler * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the 32-bit target does. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180468 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/freebsd64.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14bc189..931a6f5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-10-26 Andreas Tobler + + * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the + 32-bit target does. + 2011-10-25 Paolo Carlini PR driver/46617 diff --git a/gcc/config/i386/freebsd64.h b/gcc/config/i386/freebsd64.h index 853f214..b6f0c3f 100644 --- a/gcc/config/i386/freebsd64.h +++ b/gcc/config/i386/freebsd64.h @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #undef LINK_SPEC #define LINK_SPEC "\ %{m32:-m elf_i386_fbsd} \ + %{p:%nconsider using '-pg' instead of '-p' with gprof(1)} \ %{v:-V} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ %{shared:-Bshareable %{h*} %{soname*}} \ -- 2.7.4